| 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 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1833 "mac/scoped_nsobject_unittest.mm", | 1833 "mac/scoped_nsobject_unittest.mm", |
| 1834 "mac/scoped_objc_class_swizzler_unittest.mm", | 1834 "mac/scoped_objc_class_swizzler_unittest.mm", |
| 1835 "mac/scoped_sending_event_unittest.mm", | 1835 "mac/scoped_sending_event_unittest.mm", |
| 1836 "md5_unittest.cc", | 1836 "md5_unittest.cc", |
| 1837 "memory/aligned_memory_unittest.cc", | 1837 "memory/aligned_memory_unittest.cc", |
| 1838 "memory/discardable_shared_memory_unittest.cc", | 1838 "memory/discardable_shared_memory_unittest.cc", |
| 1839 "memory/linked_ptr_unittest.cc", | 1839 "memory/linked_ptr_unittest.cc", |
| 1840 "memory/memory_pressure_listener_unittest.cc", | 1840 "memory/memory_pressure_listener_unittest.cc", |
| 1841 "memory/memory_pressure_monitor_chromeos_unittest.cc", | 1841 "memory/memory_pressure_monitor_chromeos_unittest.cc", |
| 1842 "memory/memory_pressure_monitor_mac_unittest.cc", | 1842 "memory/memory_pressure_monitor_mac_unittest.cc", |
| 1843 "memory/memory_pressure_monitor_unittest.cc", |
| 1843 "memory/memory_pressure_monitor_win_unittest.cc", | 1844 "memory/memory_pressure_monitor_win_unittest.cc", |
| 1844 "memory/ptr_util_unittest.cc", | 1845 "memory/ptr_util_unittest.cc", |
| 1845 "memory/ref_counted_memory_unittest.cc", | 1846 "memory/ref_counted_memory_unittest.cc", |
| 1846 "memory/ref_counted_unittest.cc", | 1847 "memory/ref_counted_unittest.cc", |
| 1847 "memory/scoped_vector_unittest.cc", | 1848 "memory/scoped_vector_unittest.cc", |
| 1848 "memory/shared_memory_mac_unittest.cc", | 1849 "memory/shared_memory_mac_unittest.cc", |
| 1849 "memory/shared_memory_unittest.cc", | 1850 "memory/shared_memory_unittest.cc", |
| 1850 "memory/shared_memory_win_unittest.cc", | 1851 "memory/shared_memory_win_unittest.cc", |
| 1851 "memory/singleton_unittest.cc", | 1852 "memory/singleton_unittest.cc", |
| 1852 "memory/weak_ptr_unittest.cc", | 1853 "memory/weak_ptr_unittest.cc", |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2453 testonly = true | 2454 testonly = true |
| 2454 deps = [ | 2455 deps = [ |
| 2455 ":base_java", | 2456 ":base_java", |
| 2456 ] | 2457 ] |
| 2457 java_files = [ | 2458 java_files = [ |
| 2458 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2459 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2460 ] | 2461 ] |
| 2461 } | 2462 } |
| 2462 } | 2463 } |
| OLD | NEW |