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