| 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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "memory/memory_pressure_monitor.cc", | 478 "memory/memory_pressure_monitor.cc", |
| 479 "memory/memory_pressure_monitor.h", | 479 "memory/memory_pressure_monitor.h", |
| 480 "memory/memory_pressure_monitor_chromeos.cc", | 480 "memory/memory_pressure_monitor_chromeos.cc", |
| 481 "memory/memory_pressure_monitor_chromeos.h", | 481 "memory/memory_pressure_monitor_chromeos.h", |
| 482 "memory/memory_pressure_monitor_mac.cc", | 482 "memory/memory_pressure_monitor_mac.cc", |
| 483 "memory/memory_pressure_monitor_mac.h", | 483 "memory/memory_pressure_monitor_mac.h", |
| 484 "memory/memory_pressure_monitor_win.cc", | 484 "memory/memory_pressure_monitor_win.cc", |
| 485 "memory/memory_pressure_monitor_win.h", | 485 "memory/memory_pressure_monitor_win.h", |
| 486 "memory/ptr_util.h", | 486 "memory/ptr_util.h", |
| 487 "memory/raw_scoped_refptr_mismatch_checker.h", | 487 "memory/raw_scoped_refptr_mismatch_checker.h", |
| 488 "memory/ref_counted.cc", | |
| 489 "memory/ref_counted.h", | 488 "memory/ref_counted.h", |
| 490 "memory/ref_counted_delete_on_message_loop.h", | 489 "memory/ref_counted_delete_on_message_loop.h", |
| 491 "memory/ref_counted_memory.cc", | 490 "memory/ref_counted_memory.cc", |
| 492 "memory/ref_counted_memory.h", | 491 "memory/ref_counted_memory.h", |
| 493 "memory/scoped_policy.h", | 492 "memory/scoped_policy.h", |
| 494 "memory/scoped_vector.h", | 493 "memory/scoped_vector.h", |
| 495 "memory/shared_memory.h", | 494 "memory/shared_memory.h", |
| 496 "memory/shared_memory_android.cc", | 495 "memory/shared_memory_android.cc", |
| 497 "memory/shared_memory_handle.h", | 496 "memory/shared_memory_handle.h", |
| 498 "memory/shared_memory_handle_mac.cc", | 497 "memory/shared_memory_handle_mac.cc", |
| (...skipping 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2458 testonly = true | 2457 testonly = true |
| 2459 deps = [ | 2458 deps = [ |
| 2460 ":base_java", | 2459 ":base_java", |
| 2461 ] | 2460 ] |
| 2462 java_files = [ | 2461 java_files = [ |
| 2463 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2462 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2464 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2463 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2465 ] | 2464 ] |
| 2466 } | 2465 } |
| 2467 } | 2466 } |
| OLD | NEW |