OLD | NEW |
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 # HOW TO WRITE CONDITIONALS IN THIS FILE | 5 # HOW TO WRITE CONDITIONALS IN THIS FILE |
6 # ====================================== | 6 # ====================================== |
7 # | 7 # |
8 # In many other places, one would write a conditional that expresses all the | 8 # In many other places, one would write a conditional that expresses all the |
9 # cases when a source file is used or unused, and then either add or subtract | 9 # cases when a source file is used or unused, and then either add or subtract |
10 # it from the sources list in that case | 10 # it from the sources list in that case |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 "mac/dispatch_source_mach.cc", | 400 "mac/dispatch_source_mach.cc", |
401 "mac/dispatch_source_mach.h", | 401 "mac/dispatch_source_mach.h", |
402 "mac/foundation_util.h", | 402 "mac/foundation_util.h", |
403 "mac/foundation_util.mm", | 403 "mac/foundation_util.mm", |
404 "mac/launch_services_util.cc", | 404 "mac/launch_services_util.cc", |
405 "mac/launch_services_util.h", | 405 "mac/launch_services_util.h", |
406 "mac/launchd.cc", | 406 "mac/launchd.cc", |
407 "mac/launchd.h", | 407 "mac/launchd.h", |
408 "mac/libdispatch_task_runner.cc", | 408 "mac/libdispatch_task_runner.cc", |
409 "mac/libdispatch_task_runner.h", | 409 "mac/libdispatch_task_runner.h", |
410 "mac/mac_logging.cc", | |
411 "mac/mac_logging.h", | 410 "mac/mac_logging.h", |
| 411 "mac/mac_logging.mm", |
412 "mac/mac_util.h", | 412 "mac/mac_util.h", |
413 "mac/mac_util.mm", | 413 "mac/mac_util.mm", |
414 "mac/mach_logging.cc", | 414 "mac/mach_logging.cc", |
415 "mac/mach_logging.h", | 415 "mac/mach_logging.h", |
416 "mac/objc_property_releaser.h", | 416 "mac/objc_property_releaser.h", |
417 "mac/objc_property_releaser.mm", | 417 "mac/objc_property_releaser.mm", |
418 "mac/os_crash_dumps.cc", | 418 "mac/os_crash_dumps.cc", |
419 "mac/os_crash_dumps.h", | 419 "mac/os_crash_dumps.h", |
420 "mac/scoped_aedesc.h", | 420 "mac/scoped_aedesc.h", |
421 "mac/scoped_authorizationref.h", | 421 "mac/scoped_authorizationref.h", |
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 "base_paths_mac.mm", | 1289 "base_paths_mac.mm", |
1290 "file_version_info_mac.h", | 1290 "file_version_info_mac.h", |
1291 "file_version_info_mac.mm", | 1291 "file_version_info_mac.mm", |
1292 "files/file_util_mac.mm", | 1292 "files/file_util_mac.mm", |
1293 "mac/bundle_locations.h", | 1293 "mac/bundle_locations.h", |
1294 "mac/bundle_locations.mm", | 1294 "mac/bundle_locations.mm", |
1295 "mac/call_with_eh_frame.cc", | 1295 "mac/call_with_eh_frame.cc", |
1296 "mac/call_with_eh_frame.h", | 1296 "mac/call_with_eh_frame.h", |
1297 "mac/foundation_util.h", | 1297 "mac/foundation_util.h", |
1298 "mac/foundation_util.mm", | 1298 "mac/foundation_util.mm", |
1299 "mac/mac_logging.cc", | |
1300 "mac/mac_logging.h", | 1299 "mac/mac_logging.h", |
| 1300 "mac/mac_logging.mm", |
1301 "mac/mach_logging.cc", | 1301 "mac/mach_logging.cc", |
1302 "mac/mach_logging.h", | 1302 "mac/mach_logging.h", |
1303 "mac/objc_property_releaser.h", | 1303 "mac/objc_property_releaser.h", |
1304 "mac/objc_property_releaser.mm", | 1304 "mac/objc_property_releaser.mm", |
1305 "mac/scoped_mach_port.cc", | 1305 "mac/scoped_mach_port.cc", |
1306 "mac/scoped_mach_port.h", | 1306 "mac/scoped_mach_port.h", |
1307 "mac/scoped_mach_vm.cc", | 1307 "mac/scoped_mach_vm.cc", |
1308 "mac/scoped_mach_vm.h", | 1308 "mac/scoped_mach_vm.h", |
1309 "mac/scoped_nsautorelease_pool.h", | 1309 "mac/scoped_nsautorelease_pool.h", |
1310 "mac/scoped_nsautorelease_pool.mm", | 1310 "mac/scoped_nsautorelease_pool.mm", |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2095 | 2095 |
2096 # GYP: //base.gyp:base_java_unittest_support | 2096 # GYP: //base.gyp:base_java_unittest_support |
2097 android_library("base_java_unittest_support") { | 2097 android_library("base_java_unittest_support") { |
2098 deps = [ | 2098 deps = [ |
2099 ":base_java", | 2099 ":base_java", |
2100 ] | 2100 ] |
2101 java_files = | 2101 java_files = |
2102 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2102 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2103 } | 2103 } |
2104 } | 2104 } |
OLD | NEW |