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 450 matching lines...) Loading... |
461 "memory/aligned_memory.h", | 461 "memory/aligned_memory.h", |
462 "memory/discardable_memory.cc", | 462 "memory/discardable_memory.cc", |
463 "memory/discardable_memory.h", | 463 "memory/discardable_memory.h", |
464 "memory/discardable_memory_allocator.cc", | 464 "memory/discardable_memory_allocator.cc", |
465 "memory/discardable_memory_allocator.h", | 465 "memory/discardable_memory_allocator.h", |
466 "memory/discardable_shared_memory.cc", | 466 "memory/discardable_shared_memory.cc", |
467 "memory/discardable_shared_memory.h", | 467 "memory/discardable_shared_memory.h", |
468 "memory/free_deleter.h", | 468 "memory/free_deleter.h", |
469 "memory/linked_ptr.h", | 469 "memory/linked_ptr.h", |
470 "memory/manual_constructor.h", | 470 "memory/manual_constructor.h", |
| 471 "memory/memory_coordinator_client.h", |
| 472 "memory/memory_coordinator_client_registry.cc", |
| 473 "memory/memory_coordinator_client_registry.h", |
471 "memory/memory_pressure_listener.cc", | 474 "memory/memory_pressure_listener.cc", |
472 "memory/memory_pressure_listener.h", | 475 "memory/memory_pressure_listener.h", |
473 "memory/memory_pressure_monitor.cc", | 476 "memory/memory_pressure_monitor.cc", |
474 "memory/memory_pressure_monitor.h", | 477 "memory/memory_pressure_monitor.h", |
475 "memory/memory_pressure_monitor_chromeos.cc", | 478 "memory/memory_pressure_monitor_chromeos.cc", |
476 "memory/memory_pressure_monitor_chromeos.h", | 479 "memory/memory_pressure_monitor_chromeos.h", |
477 "memory/memory_pressure_monitor_mac.cc", | 480 "memory/memory_pressure_monitor_mac.cc", |
478 "memory/memory_pressure_monitor_mac.h", | 481 "memory/memory_pressure_monitor_mac.h", |
479 "memory/memory_pressure_monitor_win.cc", | 482 "memory/memory_pressure_monitor_win.cc", |
480 "memory/memory_pressure_monitor_win.h", | 483 "memory/memory_pressure_monitor_win.h", |
(...skipping 1966 matching lines...) Loading... |
2447 testonly = true | 2450 testonly = true |
2448 deps = [ | 2451 deps = [ |
2449 ":base_java", | 2452 ":base_java", |
2450 ] | 2453 ] |
2451 java_files = [ | 2454 java_files = [ |
2452 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2455 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
2453 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2456 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
2454 ] | 2457 ] |
2455 } | 2458 } |
2456 } | 2459 } |
OLD | NEW |