| Index: base/base.gypi
 | 
| diff --git a/base/base.gypi b/base/base.gypi
 | 
| index 5008c15aab2b7f2163f823d38c797c9548539f3a..7ffad5417a084a07725fcd1adfb268f89ba5a350 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',
 | 
| @@ -875,6 +878,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\\.'],
 | 
| 
 |