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

Side by Side Diff: base/base.gyp

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: 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 | « no previous file | base/base.gypi » ('j') | base/mac/call_with_eh_frame.h » ('J')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'ios/weak_nsobject_unittest.mm', 507 'ios/weak_nsobject_unittest.mm',
508 'json/json_parser_unittest.cc', 508 'json/json_parser_unittest.cc',
509 'json/json_reader_unittest.cc', 509 'json/json_reader_unittest.cc',
510 'json/json_value_converter_unittest.cc', 510 'json/json_value_converter_unittest.cc',
511 'json/json_value_serializer_unittest.cc', 511 'json/json_value_serializer_unittest.cc',
512 'json/json_writer_unittest.cc', 512 'json/json_writer_unittest.cc',
513 'json/string_escape_unittest.cc', 513 'json/string_escape_unittest.cc',
514 'lazy_instance_unittest.cc', 514 'lazy_instance_unittest.cc',
515 'logging_unittest.cc', 515 'logging_unittest.cc',
516 'mac/bind_objc_block_unittest.mm', 516 'mac/bind_objc_block_unittest.mm',
517 'mac/call_with_eh_frame_unittest.mm',
517 'mac/dispatch_source_mach_unittest.cc', 518 'mac/dispatch_source_mach_unittest.cc',
518 'mac/foundation_util_unittest.mm', 519 'mac/foundation_util_unittest.mm',
519 'mac/libdispatch_task_runner_unittest.cc', 520 'mac/libdispatch_task_runner_unittest.cc',
520 'mac/mac_util_unittest.mm', 521 'mac/mac_util_unittest.mm',
521 'mac/objc_property_releaser_unittest.mm', 522 'mac/objc_property_releaser_unittest.mm',
522 'mac/scoped_nsobject_unittest.mm', 523 'mac/scoped_nsobject_unittest.mm',
523 'mac/scoped_objc_class_swizzler_unittest.mm', 524 'mac/scoped_objc_class_swizzler_unittest.mm',
524 'mac/scoped_sending_event_unittest.mm', 525 'mac/scoped_sending_event_unittest.mm',
525 'md5_unittest.cc', 526 'md5_unittest.cc',
526 'memory/aligned_memory_unittest.cc', 527 'memory/aligned_memory_unittest.cc',
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 '../build/isolate.gypi', 1637 '../build/isolate.gypi',
1637 ], 1638 ],
1638 'sources': [ 1639 'sources': [
1639 'base_unittests.isolate', 1640 'base_unittests.isolate',
1640 ], 1641 ],
1641 }, 1642 },
1642 ], 1643 ],
1643 }], 1644 }],
1644 ], 1645 ],
1645 } 1646 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/mac/call_with_eh_frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698