aboutsummaryrefslogtreecommitdiff
path: root/src/common/common.gyp
diff options
context:
space:
mode:
authorYi Wang <jswang@google.com>2017-11-02 11:43:35 -0700
committerMark Mentovai <mark@chromium.org>2017-11-03 17:06:05 +0000
commit8e9080bc533e6fe8602629ede8a2d866a1f7f1eb (patch)
tree5d995f900e5988c543e3cb57b412f7b26ceffdd1 /src/common/common.gyp
parentDon’t set exit_after_write to false for tvOS. (diff)
downloadbreakpad-8e9080bc533e6fe8602629ede8a2d866a1f7f1eb.tar.xz
Create LongStringDictionary and replace SimpleStringDictionary on iOS
This relands fd0a0d2b7ae9dd3d8a02b6a12e7941f7189fbb6c which was reverted in 5dad29423e62292c6ff468cabfee4422ba55b18b, with a fix for guarding kMaxSuffixLength which only used in assert()s with macros which breaks chromium.mac/ios-device. Change-Id: I5ee21b7f290517d6e7a0ef90b693b97f92392549 Reviewed-on: https://chromium-review.googlesource.com/751922 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',