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 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1240 "sys_info_unittest.cc", | 1240 "sys_info_unittest.cc", |
1241 "system_monitor/system_monitor_unittest.cc", | 1241 "system_monitor/system_monitor_unittest.cc", |
1242 "task/cancelable_task_tracker_unittest.cc", | 1242 "task/cancelable_task_tracker_unittest.cc", |
1243 "task_runner_util_unittest.cc", | 1243 "task_runner_util_unittest.cc", |
1244 "template_util_unittest.cc", | 1244 "template_util_unittest.cc", |
1245 "test/expectations/expectation_unittest.cc", | 1245 "test/expectations/expectation_unittest.cc", |
1246 "test/expectations/parser_unittest.cc", | 1246 "test/expectations/parser_unittest.cc", |
1247 "test/histogram_tester_unittest.cc", | 1247 "test/histogram_tester_unittest.cc", |
1248 "test/test_reg_util_win_unittest.cc", | 1248 "test/test_reg_util_win_unittest.cc", |
1249 "test/trace_event_analyzer_unittest.cc", | 1249 "test/trace_event_analyzer_unittest.cc", |
| 1250 "test/user_action_tester_unittest.cc", |
1250 "threading/non_thread_safe_unittest.cc", | 1251 "threading/non_thread_safe_unittest.cc", |
1251 "threading/platform_thread_unittest.cc", | 1252 "threading/platform_thread_unittest.cc", |
1252 "threading/sequenced_worker_pool_unittest.cc", | 1253 "threading/sequenced_worker_pool_unittest.cc", |
1253 "threading/simple_thread_unittest.cc", | 1254 "threading/simple_thread_unittest.cc", |
1254 "threading/thread_checker_unittest.cc", | 1255 "threading/thread_checker_unittest.cc", |
1255 "threading/thread_collision_warner_unittest.cc", | 1256 "threading/thread_collision_warner_unittest.cc", |
1256 "threading/thread_id_name_manager_unittest.cc", | 1257 "threading/thread_id_name_manager_unittest.cc", |
1257 "threading/thread_local_storage_unittest.cc", | 1258 "threading/thread_local_storage_unittest.cc", |
1258 "threading/thread_local_unittest.cc", | 1259 "threading/thread_local_unittest.cc", |
1259 "threading/thread_unittest.cc", | 1260 "threading/thread_unittest.cc", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1474 | 1475 |
1475 # GYP: //base.gyp:base_java_unittest_support | 1476 # GYP: //base.gyp:base_java_unittest_support |
1476 android_library("base_java_unittest_support") { | 1477 android_library("base_java_unittest_support") { |
1477 deps = [ | 1478 deps = [ |
1478 ":base_java", | 1479 ":base_java", |
1479 ] | 1480 ] |
1480 java_files = | 1481 java_files = |
1481 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1482 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1482 } | 1483 } |
1483 } | 1484 } |
OLD | NEW |