| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "files/important_file_writer.cc", | 224 "files/important_file_writer.cc", |
| 225 "files/important_file_writer.h", | 225 "files/important_file_writer.h", |
| 226 "files/memory_mapped_file.cc", | 226 "files/memory_mapped_file.cc", |
| 227 "files/memory_mapped_file.h", | 227 "files/memory_mapped_file.h", |
| 228 "files/memory_mapped_file_posix.cc", | 228 "files/memory_mapped_file_posix.cc", |
| 229 "files/memory_mapped_file_win.cc", | 229 "files/memory_mapped_file_win.cc", |
| 230 "files/scoped_file.cc", | 230 "files/scoped_file.cc", |
| 231 "files/scoped_file.h", | 231 "files/scoped_file.h", |
| 232 "files/scoped_temp_dir.cc", | 232 "files/scoped_temp_dir.cc", |
| 233 "files/scoped_temp_dir.h", | 233 "files/scoped_temp_dir.h", |
| 234 "float_util.h", | |
| 235 "format_macros.h", | 234 "format_macros.h", |
| 236 "gtest_prod_util.h", | 235 "gtest_prod_util.h", |
| 237 "guid.cc", | 236 "guid.cc", |
| 238 "guid.h", | 237 "guid.h", |
| 239 "guid_posix.cc", | 238 "guid_posix.cc", |
| 240 "guid_win.cc", | 239 "guid_win.cc", |
| 241 "hash.cc", | 240 "hash.cc", |
| 242 "hash.h", | 241 "hash.h", |
| 243 "id_map.h", | 242 "id_map.h", |
| 244 "ios/device_util.h", | 243 "ios/device_util.h", |
| (...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1480 | 1479 |
| 1481 # GYP: //base.gyp:base_java_unittest_support | 1480 # GYP: //base.gyp:base_java_unittest_support |
| 1482 android_library("base_java_unittest_support") { | 1481 android_library("base_java_unittest_support") { |
| 1483 deps = [ | 1482 deps = [ |
| 1484 ":base_java", | 1483 ":base_java", |
| 1485 ] | 1484 ] |
| 1486 java_files = | 1485 java_files = |
| 1487 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1486 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1488 } | 1487 } |
| 1489 } | 1488 } |
| OLD | NEW |