| 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 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1894 "profiler/tracked_time_unittest.cc", | 1894 "profiler/tracked_time_unittest.cc", |
| 1895 "rand_util_unittest.cc", | 1895 "rand_util_unittest.cc", |
| 1896 "run_loop_unittest.cc", | 1896 "run_loop_unittest.cc", |
| 1897 "scoped_clear_errno_unittest.cc", | 1897 "scoped_clear_errno_unittest.cc", |
| 1898 "scoped_generic_unittest.cc", | 1898 "scoped_generic_unittest.cc", |
| 1899 "scoped_native_library_unittest.cc", | 1899 "scoped_native_library_unittest.cc", |
| 1900 "security_unittest.cc", | 1900 "security_unittest.cc", |
| 1901 "sequence_checker_unittest.cc", | 1901 "sequence_checker_unittest.cc", |
| 1902 "sequence_token_unittest.cc", | 1902 "sequence_token_unittest.cc", |
| 1903 "sequenced_task_runner_unittest.cc", | 1903 "sequenced_task_runner_unittest.cc", |
| 1904 "set_template_unittest.cc", |
| 1904 "sha1_unittest.cc", | 1905 "sha1_unittest.cc", |
| 1905 "stl_util_unittest.cc", | 1906 "stl_util_unittest.cc", |
| 1906 "strings/nullable_string16_unittest.cc", | 1907 "strings/nullable_string16_unittest.cc", |
| 1907 "strings/pattern_unittest.cc", | 1908 "strings/pattern_unittest.cc", |
| 1908 "strings/safe_sprintf_unittest.cc", | 1909 "strings/safe_sprintf_unittest.cc", |
| 1909 "strings/string16_unittest.cc", | 1910 "strings/string16_unittest.cc", |
| 1910 "strings/string_number_conversions_unittest.cc", | 1911 "strings/string_number_conversions_unittest.cc", |
| 1911 "strings/string_piece_unittest.cc", | 1912 "strings/string_piece_unittest.cc", |
| 1912 "strings/string_split_unittest.cc", | 1913 "strings/string_split_unittest.cc", |
| 1913 "strings/string_tokenizer_unittest.cc", | 1914 "strings/string_tokenizer_unittest.cc", |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2450 testonly = true | 2451 testonly = true |
| 2451 deps = [ | 2452 deps = [ |
| 2452 ":base_java", | 2453 ":base_java", |
| 2453 ] | 2454 ] |
| 2454 java_files = [ | 2455 java_files = [ |
| 2455 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2456 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2456 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2457 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2457 ] | 2458 ] |
| 2458 } | 2459 } |
| 2459 } | 2460 } |
| OLD | NEW |