| 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 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1241 "threading/watchdog_unittest.cc", | 1241 "threading/watchdog_unittest.cc", |
| 1242 "threading/worker_pool_posix_unittest.cc", | 1242 "threading/worker_pool_posix_unittest.cc", |
| 1243 "threading/worker_pool_unittest.cc", | 1243 "threading/worker_pool_unittest.cc", |
| 1244 "time/pr_time_unittest.cc", | 1244 "time/pr_time_unittest.cc", |
| 1245 "time/time_unittest.cc", | 1245 "time/time_unittest.cc", |
| 1246 "time/time_win_unittest.cc", | 1246 "time/time_win_unittest.cc", |
| 1247 "timer/hi_res_timer_manager_unittest.cc", | 1247 "timer/hi_res_timer_manager_unittest.cc", |
| 1248 "timer/mock_timer_unittest.cc", | 1248 "timer/mock_timer_unittest.cc", |
| 1249 "timer/timer_unittest.cc", | 1249 "timer/timer_unittest.cc", |
| 1250 "tools_sanity_unittest.cc", | 1250 "tools_sanity_unittest.cc", |
| 1251 "trace_event/memory_allocator_dump_unittest.cc", |
| 1251 "trace_event/memory_dump_manager_unittest.cc", | 1252 "trace_event/memory_dump_manager_unittest.cc", |
| 1252 "trace_event/process_memory_maps_dump_provider_unittest.cc", | 1253 "trace_event/process_memory_maps_dump_provider_unittest.cc", |
| 1253 "trace_event/process_memory_totals_dump_provider_unittest.cc", | 1254 "trace_event/process_memory_totals_dump_provider_unittest.cc", |
| 1254 "trace_event/trace_event_argument_unittest.cc", | 1255 "trace_event/trace_event_argument_unittest.cc", |
| 1255 "trace_event/trace_event_memory_unittest.cc", | 1256 "trace_event/trace_event_memory_unittest.cc", |
| 1256 "trace_event/trace_event_synthetic_delay_unittest.cc", | 1257 "trace_event/trace_event_synthetic_delay_unittest.cc", |
| 1257 "trace_event/trace_event_system_stats_monitor_unittest.cc", | 1258 "trace_event/trace_event_system_stats_monitor_unittest.cc", |
| 1258 "trace_event/trace_event_unittest.cc", | 1259 "trace_event/trace_event_unittest.cc", |
| 1259 "trace_event/trace_event_win_unittest.cc", | 1260 "trace_event/trace_event_win_unittest.cc", |
| 1260 "tracked_objects_unittest.cc", | 1261 "tracked_objects_unittest.cc", |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1461 | 1462 |
| 1462 # GYP: //base.gyp:base_java_unittest_support | 1463 # GYP: //base.gyp:base_java_unittest_support |
| 1463 android_library("base_java_unittest_support") { | 1464 android_library("base_java_unittest_support") { |
| 1464 deps = [ | 1465 deps = [ |
| 1465 ":base_java", | 1466 ":base_java", |
| 1466 ] | 1467 ] |
| 1467 java_files = | 1468 java_files = |
| 1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1469 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1469 } | 1470 } |
| 1470 } | 1471 } |
| OLD | NEW |