| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 425edb52ba041c222c8114f86a09de12deedc40e..c994e4143cb49457f90ece6b6bda34075973810a 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -279,6 +279,9 @@
|
| 'mac/bind_objc_block.h',
|
| 'mac/bundle_locations.h',
|
| 'mac/bundle_locations.mm',
|
| + 'mac/call_with_eh_frame.cc',
|
| + 'mac/call_with_eh_frame.h',
|
| + 'mac/call_with_eh_frame_asm.S',
|
| 'mac/close_nocancel.cc',
|
| 'mac/cocoa_protocols.h',
|
| 'mac/dispatch_source_mach.cc',
|
| @@ -877,6 +880,7 @@
|
| ['include', '^files/file_util_mac\\.'],
|
| ['include', '^file_version_info_mac\\.'],
|
| ['include', '^mac/bundle_locations\\.'],
|
| + ['include', '^mac/call_with_eh_frame\\.'],
|
| ['include', '^mac/foundation_util\\.'],
|
| ['include', '^mac/mac_logging\\.'],
|
| ['include', '^mac/mach_logging\\.'],
|
|
|