| 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 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1376 "synchronization/condition_variable_unittest.cc", | 1376 "synchronization/condition_variable_unittest.cc", |
| 1377 "synchronization/lock_unittest.cc", | 1377 "synchronization/lock_unittest.cc", |
| 1378 "synchronization/waitable_event_unittest.cc", | 1378 "synchronization/waitable_event_unittest.cc", |
| 1379 "synchronization/waitable_event_watcher_unittest.cc", | 1379 "synchronization/waitable_event_watcher_unittest.cc", |
| 1380 "sys_info_unittest.cc", | 1380 "sys_info_unittest.cc", |
| 1381 "system_monitor/system_monitor_unittest.cc", | 1381 "system_monitor/system_monitor_unittest.cc", |
| 1382 "task/cancelable_task_tracker_unittest.cc", | 1382 "task/cancelable_task_tracker_unittest.cc", |
| 1383 "task_runner_util_unittest.cc", | 1383 "task_runner_util_unittest.cc", |
| 1384 "template_util_unittest.cc", | 1384 "template_util_unittest.cc", |
| 1385 "test/histogram_tester_unittest.cc", | 1385 "test/histogram_tester_unittest.cc", |
| 1386 "test/icu_test_util.cc", |
| 1387 "test/icu_test_util.h", |
| 1386 "test/test_pending_task_unittest.cc", | 1388 "test/test_pending_task_unittest.cc", |
| 1387 "test/test_reg_util_win_unittest.cc", | 1389 "test/test_reg_util_win_unittest.cc", |
| 1388 "test/trace_event_analyzer_unittest.cc", | 1390 "test/trace_event_analyzer_unittest.cc", |
| 1389 "test/user_action_tester_unittest.cc", | 1391 "test/user_action_tester_unittest.cc", |
| 1390 "threading/non_thread_safe_unittest.cc", | 1392 "threading/non_thread_safe_unittest.cc", |
| 1391 "threading/platform_thread_unittest.cc", | 1393 "threading/platform_thread_unittest.cc", |
| 1392 "threading/sequenced_worker_pool_unittest.cc", | 1394 "threading/sequenced_worker_pool_unittest.cc", |
| 1393 "threading/simple_thread_unittest.cc", | 1395 "threading/simple_thread_unittest.cc", |
| 1394 "threading/thread_checker_unittest.cc", | 1396 "threading/thread_checker_unittest.cc", |
| 1395 "threading/thread_collision_warner_unittest.cc", | 1397 "threading/thread_collision_warner_unittest.cc", |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1653 | 1655 |
| 1654 # GYP: //base.gyp:base_java_unittest_support | 1656 # GYP: //base.gyp:base_java_unittest_support |
| 1655 android_library("base_java_unittest_support") { | 1657 android_library("base_java_unittest_support") { |
| 1656 deps = [ | 1658 deps = [ |
| 1657 ":base_java", | 1659 ":base_java", |
| 1658 ] | 1660 ] |
| 1659 java_files = | 1661 java_files = |
| 1660 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1662 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1661 } | 1663 } |
| 1662 } | 1664 } |
| OLD | NEW |