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