| 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 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 "containers/stack_container_unittest.cc", | 1710 "containers/stack_container_unittest.cc", |
| 1711 "cpu_unittest.cc", | 1711 "cpu_unittest.cc", |
| 1712 "debug/crash_logging_unittest.cc", | 1712 "debug/crash_logging_unittest.cc", |
| 1713 "debug/debugger_unittest.cc", | 1713 "debug/debugger_unittest.cc", |
| 1714 "debug/leak_tracker_unittest.cc", | 1714 "debug/leak_tracker_unittest.cc", |
| 1715 "debug/proc_maps_linux_unittest.cc", | 1715 "debug/proc_maps_linux_unittest.cc", |
| 1716 "debug/stack_trace_unittest.cc", | 1716 "debug/stack_trace_unittest.cc", |
| 1717 "debug/task_annotator_unittest.cc", | 1717 "debug/task_annotator_unittest.cc", |
| 1718 "deferred_sequenced_task_runner_unittest.cc", | 1718 "deferred_sequenced_task_runner_unittest.cc", |
| 1719 "environment_unittest.cc", | 1719 "environment_unittest.cc", |
| 1720 "feature_list_unittest.cc", |
| 1720 "file_version_info_unittest.cc", | 1721 "file_version_info_unittest.cc", |
| 1721 "files/dir_reader_posix_unittest.cc", | 1722 "files/dir_reader_posix_unittest.cc", |
| 1722 "files/file_locking_unittest.cc", | 1723 "files/file_locking_unittest.cc", |
| 1723 "files/file_path_unittest.cc", | 1724 "files/file_path_unittest.cc", |
| 1724 "files/file_path_watcher_unittest.cc", | 1725 "files/file_path_watcher_unittest.cc", |
| 1725 "files/file_proxy_unittest.cc", | 1726 "files/file_proxy_unittest.cc", |
| 1726 "files/file_unittest.cc", | 1727 "files/file_unittest.cc", |
| 1727 "files/file_util_proxy_unittest.cc", | 1728 "files/file_util_proxy_unittest.cc", |
| 1728 "files/file_util_unittest.cc", | 1729 "files/file_util_unittest.cc", |
| 1729 "files/important_file_writer_unittest.cc", | 1730 "files/important_file_writer_unittest.cc", |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2359 | 2360 |
| 2360 # GYP: //base.gyp:base_java_unittest_support | 2361 # GYP: //base.gyp:base_java_unittest_support |
| 2361 android_library("base_java_unittest_support") { | 2362 android_library("base_java_unittest_support") { |
| 2362 deps = [ | 2363 deps = [ |
| 2363 ":base_java", | 2364 ":base_java", |
| 2364 ] | 2365 ] |
| 2365 java_files = | 2366 java_files = |
| 2366 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2367 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2367 } | 2368 } |
| 2368 } | 2369 } |
| OLD | NEW |