| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 "memory/discardable_memory_allocator.cc", | 468 "memory/discardable_memory_allocator.cc", |
| 469 "memory/discardable_memory_allocator.h", | 469 "memory/discardable_memory_allocator.h", |
| 470 "memory/discardable_shared_memory.cc", | 470 "memory/discardable_shared_memory.cc", |
| 471 "memory/discardable_shared_memory.h", | 471 "memory/discardable_shared_memory.h", |
| 472 "memory/free_deleter.h", | 472 "memory/free_deleter.h", |
| 473 "memory/linked_ptr.h", | 473 "memory/linked_ptr.h", |
| 474 "memory/manual_constructor.h", | 474 "memory/manual_constructor.h", |
| 475 "memory/memory_coordinator_client.h", | 475 "memory/memory_coordinator_client.h", |
| 476 "memory/memory_coordinator_client_registry.cc", | 476 "memory/memory_coordinator_client_registry.cc", |
| 477 "memory/memory_coordinator_client_registry.h", | 477 "memory/memory_coordinator_client_registry.h", |
| 478 "memory/memory_coordinator_proxy.cc", |
| 479 "memory/memory_coordinator_proxy.h", |
| 478 "memory/memory_pressure_listener.cc", | 480 "memory/memory_pressure_listener.cc", |
| 479 "memory/memory_pressure_listener.h", | 481 "memory/memory_pressure_listener.h", |
| 480 "memory/memory_pressure_monitor.cc", | 482 "memory/memory_pressure_monitor.cc", |
| 481 "memory/memory_pressure_monitor.h", | 483 "memory/memory_pressure_monitor.h", |
| 482 "memory/memory_pressure_monitor_chromeos.cc", | 484 "memory/memory_pressure_monitor_chromeos.cc", |
| 483 "memory/memory_pressure_monitor_chromeos.h", | 485 "memory/memory_pressure_monitor_chromeos.h", |
| 484 "memory/memory_pressure_monitor_mac.cc", | 486 "memory/memory_pressure_monitor_mac.cc", |
| 485 "memory/memory_pressure_monitor_mac.h", | 487 "memory/memory_pressure_monitor_mac.h", |
| 486 "memory/memory_pressure_monitor_win.cc", | 488 "memory/memory_pressure_monitor_win.cc", |
| 487 "memory/memory_pressure_monitor_win.h", | 489 "memory/memory_pressure_monitor_win.h", |
| (...skipping 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2449 testonly = true | 2451 testonly = true |
| 2450 deps = [ | 2452 deps = [ |
| 2451 ":base_java", | 2453 ":base_java", |
| 2452 ] | 2454 ] |
| 2453 java_files = [ | 2455 java_files = [ |
| 2454 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2456 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2455 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2457 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2456 ] | 2458 ] |
| 2457 } | 2459 } |
| 2458 } | 2460 } |
| OLD | NEW |