| 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 "mac/mach_port_util.h", | 434 "mac/mach_port_util.h", |
| 435 "mac/objc_property_releaser.h", | 435 "mac/objc_property_releaser.h", |
| 436 "mac/objc_property_releaser.mm", | 436 "mac/objc_property_releaser.mm", |
| 437 "mac/os_crash_dumps.cc", | 437 "mac/os_crash_dumps.cc", |
| 438 "mac/os_crash_dumps.h", | 438 "mac/os_crash_dumps.h", |
| 439 "mac/scoped_aedesc.h", | 439 "mac/scoped_aedesc.h", |
| 440 "mac/scoped_authorizationref.h", | 440 "mac/scoped_authorizationref.h", |
| 441 "mac/scoped_block.h", | 441 "mac/scoped_block.h", |
| 442 "mac/scoped_cftyperef.h", | 442 "mac/scoped_cftyperef.h", |
| 443 "mac/scoped_dispatch_object.h", | 443 "mac/scoped_dispatch_object.h", |
| 444 "mac/scoped_ionotificationport_ref.h", |
| 444 "mac/scoped_ioobject.h", | 445 "mac/scoped_ioobject.h", |
| 445 "mac/scoped_ioplugininterface.h", | 446 "mac/scoped_ioplugininterface.h", |
| 446 "mac/scoped_launch_data.h", | 447 "mac/scoped_launch_data.h", |
| 447 "mac/scoped_mach_port.cc", | 448 "mac/scoped_mach_port.cc", |
| 448 "mac/scoped_mach_port.h", | 449 "mac/scoped_mach_port.h", |
| 449 "mac/scoped_mach_vm.cc", | 450 "mac/scoped_mach_vm.cc", |
| 450 "mac/scoped_mach_vm.h", | 451 "mac/scoped_mach_vm.h", |
| 451 "mac/scoped_nsautorelease_pool.h", | 452 "mac/scoped_nsautorelease_pool.h", |
| 452 "mac/scoped_nsautorelease_pool.mm", | 453 "mac/scoped_nsautorelease_pool.mm", |
| 453 "mac/scoped_nsobject.h", | 454 "mac/scoped_nsobject.h", |
| (...skipping 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2454 testonly = true | 2455 testonly = true |
| 2455 deps = [ | 2456 deps = [ |
| 2456 ":base_java", | 2457 ":base_java", |
| 2457 ] | 2458 ] |
| 2458 java_files = [ | 2459 java_files = [ |
| 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2460 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2461 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2461 ] | 2462 ] |
| 2462 } | 2463 } |
| 2463 } | 2464 } |
| OLD | NEW |