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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « base/base.gyp ('k') | base/mac/call_with_eh_frame.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'location.h', 272 'location.h',
273 'logging.cc', 273 'logging.cc',
274 'logging.h', 274 'logging.h',
275 'logging_win.cc', 275 'logging_win.cc',
276 'logging_win.h', 276 'logging_win.h',
277 'mac/authorization_util.h', 277 'mac/authorization_util.h',
278 'mac/authorization_util.mm', 278 'mac/authorization_util.mm',
279 'mac/bind_objc_block.h', 279 'mac/bind_objc_block.h',
280 'mac/bundle_locations.h', 280 'mac/bundle_locations.h',
281 'mac/bundle_locations.mm', 281 'mac/bundle_locations.mm',
282 'mac/call_with_eh_frame.cc',
283 'mac/call_with_eh_frame.h',
284 'mac/call_with_eh_frame_asm.S',
282 'mac/close_nocancel.cc', 285 'mac/close_nocancel.cc',
283 'mac/cocoa_protocols.h', 286 'mac/cocoa_protocols.h',
284 'mac/dispatch_source_mach.cc', 287 'mac/dispatch_source_mach.cc',
285 'mac/dispatch_source_mach.h', 288 'mac/dispatch_source_mach.h',
286 'mac/foundation_util.h', 289 'mac/foundation_util.h',
287 'mac/foundation_util.mm', 290 'mac/foundation_util.mm',
288 'mac/launch_services_util.cc', 291 'mac/launch_services_util.cc',
289 'mac/launch_services_util.h', 292 'mac/launch_services_util.h',
290 'mac/launchd.cc', 293 'mac/launchd.cc',
291 'mac/launchd.h', 294 'mac/launchd.h',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 }], 871 }],
869 ['OS == "ios" and _toolset != "host"', { 872 ['OS == "ios" and _toolset != "host"', {
870 'sources/': [ 873 'sources/': [
871 # Pull in specific Mac files for iOS (which have been filtered out 874 # Pull in specific Mac files for iOS (which have been filtered out
872 # by file name rules). 875 # by file name rules).
873 ['include', '^atomicops_internals_mac\\.'], 876 ['include', '^atomicops_internals_mac\\.'],
874 ['include', '^base_paths_mac\\.'], 877 ['include', '^base_paths_mac\\.'],
875 ['include', '^files/file_util_mac\\.'], 878 ['include', '^files/file_util_mac\\.'],
876 ['include', '^file_version_info_mac\\.'], 879 ['include', '^file_version_info_mac\\.'],
877 ['include', '^mac/bundle_locations\\.'], 880 ['include', '^mac/bundle_locations\\.'],
881 ['include', '^mac/call_with_eh_frame\\.'],
878 ['include', '^mac/foundation_util\\.'], 882 ['include', '^mac/foundation_util\\.'],
879 ['include', '^mac/mac_logging\\.'], 883 ['include', '^mac/mac_logging\\.'],
880 ['include', '^mac/mach_logging\\.'], 884 ['include', '^mac/mach_logging\\.'],
881 ['include', '^mac/objc_property_releaser\\.'], 885 ['include', '^mac/objc_property_releaser\\.'],
882 ['include', '^mac/scoped_mach_port\\.'], 886 ['include', '^mac/scoped_mach_port\\.'],
883 ['include', '^mac/scoped_mach_vm\\.'], 887 ['include', '^mac/scoped_mach_vm\\.'],
884 ['include', '^mac/scoped_nsautorelease_pool\\.'], 888 ['include', '^mac/scoped_nsautorelease_pool\\.'],
885 ['include', '^mac/scoped_nsobject\\.'], 889 ['include', '^mac/scoped_nsobject\\.'],
886 ['include', '^mac/scoped_objc_class_swizzler\\.'], 890 ['include', '^mac/scoped_objc_class_swizzler\\.'],
887 ['include', '^message_loop/message_pump_mac\\.'], 891 ['include', '^message_loop/message_pump_mac\\.'],
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'i18n/time_formatting.h', 1037 'i18n/time_formatting.h',
1034 'i18n/timezone.cc', 1038 'i18n/timezone.cc',
1035 'i18n/timezone.h', 1039 'i18n/timezone.h',
1036 'i18n/utf8_validator_tables.cc', 1040 'i18n/utf8_validator_tables.cc',
1037 'i18n/utf8_validator_tables.h', 1041 'i18n/utf8_validator_tables.h',
1038 ], 1042 ],
1039 }] 1043 }]
1040 ], 1044 ],
1041 }, 1045 },
1042 } 1046 }
OLDNEW
« 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