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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 "md5.cc", | 450 "md5.cc", |
451 "md5.h", | 451 "md5.h", |
452 "memory/aligned_memory.cc", | 452 "memory/aligned_memory.cc", |
453 "memory/aligned_memory.h", | 453 "memory/aligned_memory.h", |
454 "memory/discardable_memory.cc", | 454 "memory/discardable_memory.cc", |
455 "memory/discardable_memory.h", | 455 "memory/discardable_memory.h", |
456 "memory/discardable_memory_allocator.cc", | 456 "memory/discardable_memory_allocator.cc", |
457 "memory/discardable_memory_allocator.h", | 457 "memory/discardable_memory_allocator.h", |
458 "memory/discardable_shared_memory.cc", | 458 "memory/discardable_shared_memory.cc", |
459 "memory/discardable_shared_memory.h", | 459 "memory/discardable_shared_memory.h", |
| 460 "memory/free_deleter.h", |
460 "memory/linked_ptr.h", | 461 "memory/linked_ptr.h", |
461 "memory/manual_constructor.h", | 462 "memory/manual_constructor.h", |
462 "memory/memory_pressure_listener.cc", | 463 "memory/memory_pressure_listener.cc", |
463 "memory/memory_pressure_listener.h", | 464 "memory/memory_pressure_listener.h", |
464 "memory/memory_pressure_monitor.cc", | 465 "memory/memory_pressure_monitor.cc", |
465 "memory/memory_pressure_monitor.h", | 466 "memory/memory_pressure_monitor.h", |
466 "memory/memory_pressure_monitor_chromeos.cc", | 467 "memory/memory_pressure_monitor_chromeos.cc", |
467 "memory/memory_pressure_monitor_chromeos.h", | 468 "memory/memory_pressure_monitor_chromeos.h", |
468 "memory/memory_pressure_monitor_mac.cc", | 469 "memory/memory_pressure_monitor_mac.cc", |
469 "memory/memory_pressure_monitor_mac.h", | 470 "memory/memory_pressure_monitor_mac.h", |
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2320 | 2321 |
2321 # GYP: //base.gyp:base_java_unittest_support | 2322 # GYP: //base.gyp:base_java_unittest_support |
2322 android_library("base_java_unittest_support") { | 2323 android_library("base_java_unittest_support") { |
2323 deps = [ | 2324 deps = [ |
2324 ":base_java", | 2325 ":base_java", |
2325 ] | 2326 ] |
2326 java_files = | 2327 java_files = |
2327 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2328 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2328 } | 2329 } |
2329 } | 2330 } |
OLD | NEW |