| 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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 "mac/bind_objc_block_unittest.mm", | 1128 "mac/bind_objc_block_unittest.mm", |
| 1129 "mac/foundation_util_unittest.mm", | 1129 "mac/foundation_util_unittest.mm", |
| 1130 "mac/libdispatch_task_runner_unittest.cc", | 1130 "mac/libdispatch_task_runner_unittest.cc", |
| 1131 "mac/mac_util_unittest.mm", | 1131 "mac/mac_util_unittest.mm", |
| 1132 "mac/objc_property_releaser_unittest.mm", | 1132 "mac/objc_property_releaser_unittest.mm", |
| 1133 "mac/scoped_nsobject_unittest.mm", | 1133 "mac/scoped_nsobject_unittest.mm", |
| 1134 "mac/scoped_objc_class_swizzler_unittest.mm", | 1134 "mac/scoped_objc_class_swizzler_unittest.mm", |
| 1135 "mac/scoped_sending_event_unittest.mm", | 1135 "mac/scoped_sending_event_unittest.mm", |
| 1136 "md5_unittest.cc", | 1136 "md5_unittest.cc", |
| 1137 "memory/aligned_memory_unittest.cc", | 1137 "memory/aligned_memory_unittest.cc", |
| 1138 "memory/discardable_memory_unittest.cc", | |
| 1139 "memory/discardable_shared_memory_unittest.cc", | 1138 "memory/discardable_shared_memory_unittest.cc", |
| 1140 "memory/linked_ptr_unittest.cc", | 1139 "memory/linked_ptr_unittest.cc", |
| 1141 "memory/ref_counted_memory_unittest.cc", | 1140 "memory/ref_counted_memory_unittest.cc", |
| 1142 "memory/ref_counted_unittest.cc", | 1141 "memory/ref_counted_unittest.cc", |
| 1143 "memory/scoped_ptr_unittest.cc", | 1142 "memory/scoped_ptr_unittest.cc", |
| 1144 "memory/scoped_ptr_unittest.nc", | 1143 "memory/scoped_ptr_unittest.nc", |
| 1145 "memory/scoped_vector_unittest.cc", | 1144 "memory/scoped_vector_unittest.cc", |
| 1146 "memory/shared_memory_unittest.cc", | 1145 "memory/shared_memory_unittest.cc", |
| 1147 "memory/singleton_unittest.cc", | 1146 "memory/singleton_unittest.cc", |
| 1148 "memory/weak_ptr_unittest.cc", | 1147 "memory/weak_ptr_unittest.cc", |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1464 | 1463 |
| 1465 # GYP: //base.gyp:base_java_unittest_support | 1464 # GYP: //base.gyp:base_java_unittest_support |
| 1466 android_library("base_java_unittest_support") { | 1465 android_library("base_java_unittest_support") { |
| 1467 deps = [ | 1466 deps = [ |
| 1468 ":base_java", | 1467 ":base_java", |
| 1469 ] | 1468 ] |
| 1470 java_files = | 1469 java_files = |
| 1471 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1470 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1472 } | 1471 } |
| 1473 } | 1472 } |
| OLD | NEW |