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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 "mac/libdispatch_task_runner.cc", | 409 "mac/libdispatch_task_runner.cc", |
410 "mac/libdispatch_task_runner.h", | 410 "mac/libdispatch_task_runner.h", |
411 "mac/mac_logging.h", | 411 "mac/mac_logging.h", |
412 "mac/mac_logging.mm", | 412 "mac/mac_logging.mm", |
413 "mac/mac_util.h", | 413 "mac/mac_util.h", |
414 "mac/mac_util.mm", | 414 "mac/mac_util.mm", |
415 "mac/mach_logging.cc", | 415 "mac/mach_logging.cc", |
416 "mac/mach_logging.h", | 416 "mac/mach_logging.h", |
417 "mac/mach_port_broker.h", | 417 "mac/mach_port_broker.h", |
418 "mac/mach_port_broker.mm", | 418 "mac/mach_port_broker.mm", |
| 419 "mac/mach_port_util.cc", |
| 420 "mac/mach_port_util.h", |
419 "mac/objc_property_releaser.h", | 421 "mac/objc_property_releaser.h", |
420 "mac/objc_property_releaser.mm", | 422 "mac/objc_property_releaser.mm", |
421 "mac/os_crash_dumps.cc", | 423 "mac/os_crash_dumps.cc", |
422 "mac/os_crash_dumps.h", | 424 "mac/os_crash_dumps.h", |
423 "mac/scoped_aedesc.h", | 425 "mac/scoped_aedesc.h", |
424 "mac/scoped_authorizationref.h", | 426 "mac/scoped_authorizationref.h", |
425 "mac/scoped_block.h", | 427 "mac/scoped_block.h", |
426 "mac/scoped_cftyperef.h", | 428 "mac/scoped_cftyperef.h", |
427 "mac/scoped_ioobject.h", | 429 "mac/scoped_ioobject.h", |
428 "mac/scoped_ioplugininterface.h", | 430 "mac/scoped_ioplugininterface.h", |
(...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2113 | 2115 |
2114 # GYP: //base.gyp:base_java_unittest_support | 2116 # GYP: //base.gyp:base_java_unittest_support |
2115 android_library("base_java_unittest_support") { | 2117 android_library("base_java_unittest_support") { |
2116 deps = [ | 2118 deps = [ |
2117 ":base_java", | 2119 ":base_java", |
2118 ] | 2120 ] |
2119 java_files = | 2121 java_files = |
2120 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2122 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2121 } | 2123 } |
2122 } | 2124 } |
OLD | NEW |