| 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
| 10 } | 10 } |
| (...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1167 "debug/debugger_unittest.cc", | 1167 "debug/debugger_unittest.cc", |
| 1168 "debug/leak_tracker_unittest.cc", | 1168 "debug/leak_tracker_unittest.cc", |
| 1169 "debug/proc_maps_linux_unittest.cc", | 1169 "debug/proc_maps_linux_unittest.cc", |
| 1170 "debug/stack_trace_unittest.cc", | 1170 "debug/stack_trace_unittest.cc", |
| 1171 "debug/task_annotator_unittest.cc", | 1171 "debug/task_annotator_unittest.cc", |
| 1172 "debug/trace_event_argument_unittest.cc", | 1172 "debug/trace_event_argument_unittest.cc", |
| 1173 "debug/trace_event_memory_unittest.cc", | 1173 "debug/trace_event_memory_unittest.cc", |
| 1174 "debug/trace_event_synthetic_delay_unittest.cc", | 1174 "debug/trace_event_synthetic_delay_unittest.cc", |
| 1175 "debug/trace_event_system_stats_monitor_unittest.cc", | 1175 "debug/trace_event_system_stats_monitor_unittest.cc", |
| 1176 "debug/trace_event_unittest.cc", | 1176 "debug/trace_event_unittest.cc", |
| 1177 "debug/trace_event_unittest.h", | |
| 1178 "debug/trace_event_win_unittest.cc", | 1177 "debug/trace_event_win_unittest.cc", |
| 1179 "deferred_sequenced_task_runner_unittest.cc", | 1178 "deferred_sequenced_task_runner_unittest.cc", |
| 1180 "environment_unittest.cc", | 1179 "environment_unittest.cc", |
| 1181 "file_version_info_unittest.cc", | 1180 "file_version_info_unittest.cc", |
| 1182 "files/dir_reader_posix_unittest.cc", | 1181 "files/dir_reader_posix_unittest.cc", |
| 1183 "files/file_path_unittest.cc", | 1182 "files/file_path_unittest.cc", |
| 1184 "files/file_proxy_unittest.cc", | 1183 "files/file_proxy_unittest.cc", |
| 1185 "files/file_unittest.cc", | 1184 "files/file_unittest.cc", |
| 1186 "files/file_util_proxy_unittest.cc", | 1185 "files/file_util_proxy_unittest.cc", |
| 1187 "files/file_util_unittest.cc", | 1186 "files/file_util_unittest.cc", |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1533 | 1532 |
| 1534 # GYP: //base.gyp:base_java_unittest_support | 1533 # GYP: //base.gyp:base_java_unittest_support |
| 1535 android_library("base_java_unittest_support") { | 1534 android_library("base_java_unittest_support") { |
| 1536 deps = [ | 1535 deps = [ |
| 1537 ":base_java", | 1536 ":base_java", |
| 1538 ] | 1537 ] |
| 1539 java_files = | 1538 java_files = |
| 1540 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1539 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1541 } | 1540 } |
| 1542 } | 1541 } |
| OLD | NEW |