| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "mac/bundle_locations.mm", | 411 "mac/bundle_locations.mm", |
| 412 "mac/call_with_eh_frame.cc", | 412 "mac/call_with_eh_frame.cc", |
| 413 "mac/call_with_eh_frame.h", | 413 "mac/call_with_eh_frame.h", |
| 414 "mac/call_with_eh_frame_asm.S", | 414 "mac/call_with_eh_frame_asm.S", |
| 415 "mac/close_nocancel.cc", | 415 "mac/close_nocancel.cc", |
| 416 "mac/cocoa_protocols.h", | 416 "mac/cocoa_protocols.h", |
| 417 "mac/dispatch_source_mach.cc", | 417 "mac/dispatch_source_mach.cc", |
| 418 "mac/dispatch_source_mach.h", | 418 "mac/dispatch_source_mach.h", |
| 419 "mac/foundation_util.h", | 419 "mac/foundation_util.h", |
| 420 "mac/foundation_util.mm", | 420 "mac/foundation_util.mm", |
| 421 "mac/launch_services_util.cc", | |
| 422 "mac/launch_services_util.h", | 421 "mac/launch_services_util.h", |
| 422 "mac/launch_services_util.mm", |
| 423 "mac/launchd.cc", | 423 "mac/launchd.cc", |
| 424 "mac/launchd.h", | 424 "mac/launchd.h", |
| 425 "mac/mac_logging.h", | 425 "mac/mac_logging.h", |
| 426 "mac/mac_logging.mm", | 426 "mac/mac_logging.mm", |
| 427 "mac/mac_util.h", | 427 "mac/mac_util.h", |
| 428 "mac/mac_util.mm", | 428 "mac/mac_util.mm", |
| 429 "mac/mach_logging.cc", | 429 "mac/mach_logging.cc", |
| 430 "mac/mach_logging.h", | 430 "mac/mach_logging.h", |
| 431 "mac/mach_port_broker.h", | 431 "mac/mach_port_broker.h", |
| 432 "mac/mach_port_broker.mm", | 432 "mac/mach_port_broker.mm", |
| (...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2454 testonly = true | 2454 testonly = true |
| 2455 deps = [ | 2455 deps = [ |
| 2456 ":base_java", | 2456 ":base_java", |
| 2457 ] | 2457 ] |
| 2458 java_files = [ | 2458 java_files = [ |
| 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2461 ] | 2461 ] |
| 2462 } | 2462 } |
| 2463 } | 2463 } |
| OLD | NEW |