Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2115)

Unified Diff: base/base.gypi

Issue 1212093002: [Mac] Redo NSException handling, and generate better stacks for C++ exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Align stack Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | base/mac/call_with_eh_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\\.'],
« no previous file with comments | « base/base.gyp ('k') | base/mac/call_with_eh_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698