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

Side by Side Diff: base/BUILD.gn

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 | « no previous file | base/base.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "location.h", 262 "location.h",
263 "logging.cc", 263 "logging.cc",
264 "logging.h", 264 "logging.h",
265 "logging_win.cc", 265 "logging_win.cc",
266 "logging_win.h", 266 "logging_win.h",
267 "mac/authorization_util.h", 267 "mac/authorization_util.h",
268 "mac/authorization_util.mm", 268 "mac/authorization_util.mm",
269 "mac/bind_objc_block.h", 269 "mac/bind_objc_block.h",
270 "mac/bundle_locations.h", 270 "mac/bundle_locations.h",
271 "mac/bundle_locations.mm", 271 "mac/bundle_locations.mm",
272 "mac/call_with_eh_frame.cc",
273 "mac/call_with_eh_frame.h",
274 "mac/call_with_eh_frame_asm.S",
272 "mac/cocoa_protocols.h", 275 "mac/cocoa_protocols.h",
273 "mac/dispatch_source_mach.cc", 276 "mac/dispatch_source_mach.cc",
274 "mac/dispatch_source_mach.h", 277 "mac/dispatch_source_mach.h",
275 "mac/foundation_util.h", 278 "mac/foundation_util.h",
276 "mac/foundation_util.mm", 279 "mac/foundation_util.mm",
277 "mac/launch_services_util.cc", 280 "mac/launch_services_util.cc",
278 "mac/launch_services_util.h", 281 "mac/launch_services_util.h",
279 "mac/launchd.cc", 282 "mac/launchd.cc",
280 "mac/launchd.h", 283 "mac/launchd.h",
281 "mac/libdispatch_task_runner.cc", 284 "mac/libdispatch_task_runner.cc",
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 829
827 sources += [ 830 sources += [
828 "atomicops_internals_mac.h", 831 "atomicops_internals_mac.h",
829 "base_paths_mac.h", 832 "base_paths_mac.h",
830 "base_paths_mac.mm", 833 "base_paths_mac.mm",
831 "file_version_info_mac.h", 834 "file_version_info_mac.h",
832 "file_version_info_mac.mm", 835 "file_version_info_mac.mm",
833 "files/file_util_mac.mm", 836 "files/file_util_mac.mm",
834 "mac/bundle_locations.h", 837 "mac/bundle_locations.h",
835 "mac/bundle_locations.mm", 838 "mac/bundle_locations.mm",
839 "mac/call_with_eh_frame.cc",
840 "mac/call_with_eh_frame.h",
836 "mac/foundation_util.h", 841 "mac/foundation_util.h",
837 "mac/foundation_util.mm", 842 "mac/foundation_util.mm",
838 "mac/mac_logging.cc", 843 "mac/mac_logging.cc",
839 "mac/mac_logging.h", 844 "mac/mac_logging.h",
840 "mac/mach_logging.cc", 845 "mac/mach_logging.cc",
841 "mac/mach_logging.h", 846 "mac/mach_logging.h",
842 "mac/objc_property_releaser.h", 847 "mac/objc_property_releaser.h",
843 "mac/objc_property_releaser.mm", 848 "mac/objc_property_releaser.mm",
844 "mac/scoped_mach_port.cc", 849 "mac/scoped_mach_port.cc",
845 "mac/scoped_mach_port.h", 850 "mac/scoped_mach_port.h",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 "ios/weak_nsobject_unittest.mm", 1201 "ios/weak_nsobject_unittest.mm",
1197 "json/json_parser_unittest.cc", 1202 "json/json_parser_unittest.cc",
1198 "json/json_reader_unittest.cc", 1203 "json/json_reader_unittest.cc",
1199 "json/json_value_converter_unittest.cc", 1204 "json/json_value_converter_unittest.cc",
1200 "json/json_value_serializer_unittest.cc", 1205 "json/json_value_serializer_unittest.cc",
1201 "json/json_writer_unittest.cc", 1206 "json/json_writer_unittest.cc",
1202 "json/string_escape_unittest.cc", 1207 "json/string_escape_unittest.cc",
1203 "lazy_instance_unittest.cc", 1208 "lazy_instance_unittest.cc",
1204 "logging_unittest.cc", 1209 "logging_unittest.cc",
1205 "mac/bind_objc_block_unittest.mm", 1210 "mac/bind_objc_block_unittest.mm",
1211 "mac/call_with_eh_frame_unittest.mm",
1206 "mac/dispatch_source_mach_unittest.cc", 1212 "mac/dispatch_source_mach_unittest.cc",
1207 "mac/foundation_util_unittest.mm", 1213 "mac/foundation_util_unittest.mm",
1208 "mac/libdispatch_task_runner_unittest.cc", 1214 "mac/libdispatch_task_runner_unittest.cc",
1209 "mac/mac_util_unittest.mm", 1215 "mac/mac_util_unittest.mm",
1210 "mac/objc_property_releaser_unittest.mm", 1216 "mac/objc_property_releaser_unittest.mm",
1211 "mac/scoped_nsobject_unittest.mm", 1217 "mac/scoped_nsobject_unittest.mm",
1212 "mac/scoped_objc_class_swizzler_unittest.mm", 1218 "mac/scoped_objc_class_swizzler_unittest.mm",
1213 "mac/scoped_sending_event_unittest.mm", 1219 "mac/scoped_sending_event_unittest.mm",
1214 "md5_unittest.cc", 1220 "md5_unittest.cc",
1215 "memory/aligned_memory_unittest.cc", 1221 "memory/aligned_memory_unittest.cc",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 1571
1566 # GYP: //base.gyp:base_java_unittest_support 1572 # GYP: //base.gyp:base_java_unittest_support
1567 android_library("base_java_unittest_support") { 1573 android_library("base_java_unittest_support") {
1568 deps = [ 1574 deps = [
1569 ":base_java", 1575 ":base_java",
1570 ] 1576 ]
1571 java_files = 1577 java_files =
1572 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1578 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1573 } 1579 }
1574 } 1580 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698