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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1236 "synchronization/waitable_event_unittest.cc", | 1236 "synchronization/waitable_event_unittest.cc", |
1237 "synchronization/waitable_event_watcher_unittest.cc", | 1237 "synchronization/waitable_event_watcher_unittest.cc", |
1238 "sys_info_unittest.cc", | 1238 "sys_info_unittest.cc", |
1239 "system_monitor/system_monitor_unittest.cc", | 1239 "system_monitor/system_monitor_unittest.cc", |
1240 "task/cancelable_task_tracker_unittest.cc", | 1240 "task/cancelable_task_tracker_unittest.cc", |
1241 "task_runner_util_unittest.cc", | 1241 "task_runner_util_unittest.cc", |
1242 "template_util_unittest.cc", | 1242 "template_util_unittest.cc", |
1243 "test/expectations/expectation_unittest.cc", | 1243 "test/expectations/expectation_unittest.cc", |
1244 "test/expectations/parser_unittest.cc", | 1244 "test/expectations/parser_unittest.cc", |
1245 "test/histogram_tester_unittest.cc", | 1245 "test/histogram_tester_unittest.cc", |
| 1246 "test/icu_test_util.cc", |
| 1247 "test/icu_test_util.h", |
1246 "test/test_reg_util_win_unittest.cc", | 1248 "test/test_reg_util_win_unittest.cc", |
1247 "test/trace_event_analyzer_unittest.cc", | 1249 "test/trace_event_analyzer_unittest.cc", |
1248 "test/user_action_tester_unittest.cc", | 1250 "test/user_action_tester_unittest.cc", |
1249 "threading/non_thread_safe_unittest.cc", | 1251 "threading/non_thread_safe_unittest.cc", |
1250 "threading/platform_thread_unittest.cc", | 1252 "threading/platform_thread_unittest.cc", |
1251 "threading/sequenced_worker_pool_unittest.cc", | 1253 "threading/sequenced_worker_pool_unittest.cc", |
1252 "threading/simple_thread_unittest.cc", | 1254 "threading/simple_thread_unittest.cc", |
1253 "threading/thread_checker_unittest.cc", | 1255 "threading/thread_checker_unittest.cc", |
1254 "threading/thread_collision_warner_unittest.cc", | 1256 "threading/thread_collision_warner_unittest.cc", |
1255 "threading/thread_id_name_manager_unittest.cc", | 1257 "threading/thread_id_name_manager_unittest.cc", |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1495 | 1497 |
1496 # GYP: //base.gyp:base_java_unittest_support | 1498 # GYP: //base.gyp:base_java_unittest_support |
1497 android_library("base_java_unittest_support") { | 1499 android_library("base_java_unittest_support") { |
1498 deps = [ | 1500 deps = [ |
1499 ":base_java", | 1501 ":base_java", |
1500 ] | 1502 ] |
1501 java_files = | 1503 java_files = |
1502 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1504 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1503 } | 1505 } |
1504 } | 1506 } |
OLD | NEW |