aboutsummaryrefslogtreecommitdiff
path: root/src/common/common.gyp
diff options
context:
space:
mode:
authorYi Wang <jswang@google.com>2017-10-27 10:46:15 -0700
committerMark Mentovai <mark@chromium.org>2017-10-27 17:47:03 +0000
commitfd0a0d2b7ae9dd3d8a02b6a12e7941f7189fbb6c (patch)
tree14d56efa21d732a00e3d560025aa1fdb5e5db6e4 /src/common/common.gyp
parentAvoid skipping an initializer with a goto (diff)
downloadbreakpad-fd0a0d2b7ae9dd3d8a02b6a12e7941f7189fbb6c.tar.xz
Create LongStringDictionary and replace SimpleStringDictionary usages in client/ios/Breakpad.mm.
Bug: Change-Id: I401028f5d90417d79fb109b510aaa9660a039b44 Reviewed-on: https://chromium-review.googlesource.com/688301 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'src/common/common.gyp')
-rw-r--r--src/common/common.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/common.gyp b/src/common/common.gyp
index 9cc90f84..e2ea4007 100644
--- a/src/common/common.gyp
+++ b/src/common/common.gyp
@@ -121,6 +121,8 @@
'linux/safe_readlink.h',
'linux/synth_elf.cc',
'linux/synth_elf.h',
+ 'long_string_dictionary.cc',
+ 'long_string_dictionary.h',
'mac/arch_utilities.cc',
'mac/arch_utilities.h',
'mac/bootstrap_compat.cc',
@@ -220,6 +222,7 @@
'linux/tests/auto_testfile.h',
'linux/tests/crash_generator.cc',
'linux/tests/crash_generator.h',
+ 'long_string_dictionary_unittest.cc',
'mac/macho_reader_unittest.cc',
'memory_allocator_unittest.cc',
'memory_range_unittest.cc',