| 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 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1171 "metrics/bucket_ranges_unittest.cc", | 1171 "metrics/bucket_ranges_unittest.cc", |
| 1172 "metrics/field_trial_unittest.cc", | 1172 "metrics/field_trial_unittest.cc", |
| 1173 "metrics/histogram_base_unittest.cc", | 1173 "metrics/histogram_base_unittest.cc", |
| 1174 "metrics/histogram_delta_serialization_unittest.cc", | 1174 "metrics/histogram_delta_serialization_unittest.cc", |
| 1175 "metrics/histogram_snapshot_manager_unittest.cc", | 1175 "metrics/histogram_snapshot_manager_unittest.cc", |
| 1176 "metrics/histogram_unittest.cc", | 1176 "metrics/histogram_unittest.cc", |
| 1177 "metrics/sample_map_unittest.cc", | 1177 "metrics/sample_map_unittest.cc", |
| 1178 "metrics/sample_vector_unittest.cc", | 1178 "metrics/sample_vector_unittest.cc", |
| 1179 "metrics/sparse_histogram_unittest.cc", | 1179 "metrics/sparse_histogram_unittest.cc", |
| 1180 "metrics/statistics_recorder_unittest.cc", | 1180 "metrics/statistics_recorder_unittest.cc", |
| 1181 "move_unittest.cc", |
| 1181 "numerics/safe_numerics_unittest.cc", | 1182 "numerics/safe_numerics_unittest.cc", |
| 1182 "observer_list_unittest.cc", | 1183 "observer_list_unittest.cc", |
| 1183 "os_compat_android_unittest.cc", | 1184 "os_compat_android_unittest.cc", |
| 1184 "path_service_unittest.cc", | 1185 "path_service_unittest.cc", |
| 1185 "pickle_unittest.cc", | 1186 "pickle_unittest.cc", |
| 1186 "posix/file_descriptor_shuffle_unittest.cc", | 1187 "posix/file_descriptor_shuffle_unittest.cc", |
| 1187 "posix/unix_domain_socket_linux_unittest.cc", | 1188 "posix/unix_domain_socket_linux_unittest.cc", |
| 1188 "power_monitor/power_monitor_unittest.cc", | 1189 "power_monitor/power_monitor_unittest.cc", |
| 1189 "prefs/default_pref_store_unittest.cc", | 1190 "prefs/default_pref_store_unittest.cc", |
| 1190 "prefs/json_pref_store_unittest.cc", | 1191 "prefs/json_pref_store_unittest.cc", |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1470 | 1471 |
| 1471 # GYP: //base.gyp:base_java_unittest_support | 1472 # GYP: //base.gyp:base_java_unittest_support |
| 1472 android_library("base_java_unittest_support") { | 1473 android_library("base_java_unittest_support") { |
| 1473 deps = [ | 1474 deps = [ |
| 1474 ":base_java", | 1475 ":base_java", |
| 1475 ] | 1476 ] |
| 1476 java_files = | 1477 java_files = |
| 1477 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1478 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1478 } | 1479 } |
| 1479 } | 1480 } |
| OLD | NEW |