| 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 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1823 "id_map_unittest.cc", | 1823 "id_map_unittest.cc", |
| 1824 "ios/device_util_unittest.mm", | 1824 "ios/device_util_unittest.mm", |
| 1825 "ios/weak_nsobject_unittest.mm", | 1825 "ios/weak_nsobject_unittest.mm", |
| 1826 "json/json_parser_unittest.cc", | 1826 "json/json_parser_unittest.cc", |
| 1827 "json/json_reader_unittest.cc", | 1827 "json/json_reader_unittest.cc", |
| 1828 "json/json_value_converter_unittest.cc", | 1828 "json/json_value_converter_unittest.cc", |
| 1829 "json/json_value_serializer_unittest.cc", | 1829 "json/json_value_serializer_unittest.cc", |
| 1830 "json/json_writer_unittest.cc", | 1830 "json/json_writer_unittest.cc", |
| 1831 "json/string_escape_unittest.cc", | 1831 "json/string_escape_unittest.cc", |
| 1832 "lazy_instance_unittest.cc", | 1832 "lazy_instance_unittest.cc", |
| 1833 "location_unittest.cc", | |
| 1834 "logging_unittest.cc", | 1833 "logging_unittest.cc", |
| 1835 "mac/bind_objc_block_unittest.mm", | 1834 "mac/bind_objc_block_unittest.mm", |
| 1836 "mac/call_with_eh_frame_unittest.mm", | 1835 "mac/call_with_eh_frame_unittest.mm", |
| 1837 "mac/dispatch_source_mach_unittest.cc", | 1836 "mac/dispatch_source_mach_unittest.cc", |
| 1838 "mac/foundation_util_unittest.mm", | 1837 "mac/foundation_util_unittest.mm", |
| 1839 "mac/mac_util_unittest.mm", | 1838 "mac/mac_util_unittest.mm", |
| 1840 "mac/mach_port_broker_unittest.cc", | 1839 "mac/mach_port_broker_unittest.cc", |
| 1841 "mac/objc_property_releaser_unittest.mm", | 1840 "mac/objc_property_releaser_unittest.mm", |
| 1842 "mac/scoped_nsobject_unittest.mm", | 1841 "mac/scoped_nsobject_unittest.mm", |
| 1843 "mac/scoped_objc_class_swizzler_unittest.mm", | 1842 "mac/scoped_objc_class_swizzler_unittest.mm", |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2455 testonly = true | 2454 testonly = true |
| 2456 deps = [ | 2455 deps = [ |
| 2457 ":base_java", | 2456 ":base_java", |
| 2458 ] | 2457 ] |
| 2459 java_files = [ | 2458 java_files = [ |
| 2460 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2461 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2462 ] | 2461 ] |
| 2463 } | 2462 } |
| 2464 } | 2463 } |
| OLD | NEW |