| 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/compiler/compiler.gni") | 5 import("//build/config/compiler/compiler.gni") |
| 6 import("//build/config/nacl/config.gni") | 6 import("//build/config/nacl/config.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 | 9 |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1346 "mac/objc_property_releaser_unittest.mm", | 1346 "mac/objc_property_releaser_unittest.mm", |
| 1347 "mac/scoped_nsobject_unittest.mm", | 1347 "mac/scoped_nsobject_unittest.mm", |
| 1348 "mac/scoped_objc_class_swizzler_unittest.mm", | 1348 "mac/scoped_objc_class_swizzler_unittest.mm", |
| 1349 "mac/scoped_sending_event_unittest.mm", | 1349 "mac/scoped_sending_event_unittest.mm", |
| 1350 "md5_unittest.cc", | 1350 "md5_unittest.cc", |
| 1351 "memory/aligned_memory_unittest.cc", | 1351 "memory/aligned_memory_unittest.cc", |
| 1352 "memory/discardable_shared_memory_unittest.cc", | 1352 "memory/discardable_shared_memory_unittest.cc", |
| 1353 "memory/linked_ptr_unittest.cc", | 1353 "memory/linked_ptr_unittest.cc", |
| 1354 "memory/memory_pressure_monitor_chromeos_unittest.cc", | 1354 "memory/memory_pressure_monitor_chromeos_unittest.cc", |
| 1355 "memory/memory_pressure_monitor_win_unittest.cc", | 1355 "memory/memory_pressure_monitor_win_unittest.cc", |
| 1356 "memory/ptr_util_unittest.cc", |
| 1356 "memory/ref_counted_memory_unittest.cc", | 1357 "memory/ref_counted_memory_unittest.cc", |
| 1357 "memory/ref_counted_unittest.cc", | 1358 "memory/ref_counted_unittest.cc", |
| 1358 "memory/scoped_ptr_unittest.cc", | 1359 "memory/scoped_ptr_unittest.cc", |
| 1359 "memory/scoped_ptr_unittest.nc", | 1360 "memory/scoped_ptr_unittest.nc", |
| 1360 "memory/scoped_vector_unittest.cc", | 1361 "memory/scoped_vector_unittest.cc", |
| 1361 "memory/shared_memory_mac_unittest.cc", | 1362 "memory/shared_memory_mac_unittest.cc", |
| 1362 "memory/shared_memory_unittest.cc", | 1363 "memory/shared_memory_unittest.cc", |
| 1363 "memory/singleton_unittest.cc", | 1364 "memory/singleton_unittest.cc", |
| 1364 "memory/weak_ptr_unittest.cc", | 1365 "memory/weak_ptr_unittest.cc", |
| 1365 "memory/weak_ptr_unittest.nc", | 1366 "memory/weak_ptr_unittest.nc", |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 | 1751 |
| 1751 # GYP: //base.gyp:base_java_unittest_support | 1752 # GYP: //base.gyp:base_java_unittest_support |
| 1752 android_library("base_java_unittest_support") { | 1753 android_library("base_java_unittest_support") { |
| 1753 deps = [ | 1754 deps = [ |
| 1754 ":base_java", | 1755 ":base_java", |
| 1755 ] | 1756 ] |
| 1756 java_files = | 1757 java_files = |
| 1757 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1758 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1758 } | 1759 } |
| 1759 } | 1760 } |
| OLD | NEW |