| 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 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "files/file_util_posix.cc", | 215 "files/file_util_posix.cc", |
| 216 "files/file_util_proxy.cc", | 216 "files/file_util_proxy.cc", |
| 217 "files/file_util_proxy.h", | 217 "files/file_util_proxy.h", |
| 218 "files/file_util_win.cc", | 218 "files/file_util_win.cc", |
| 219 "files/important_file_writer.cc", | 219 "files/important_file_writer.cc", |
| 220 "files/important_file_writer.h", | 220 "files/important_file_writer.h", |
| 221 "files/memory_mapped_file.cc", | 221 "files/memory_mapped_file.cc", |
| 222 "files/memory_mapped_file.h", | 222 "files/memory_mapped_file.h", |
| 223 "files/memory_mapped_file_posix.cc", | 223 "files/memory_mapped_file_posix.cc", |
| 224 "files/memory_mapped_file_win.cc", | 224 "files/memory_mapped_file_win.cc", |
| 225 "files/platform_file.h", |
| 225 "files/scoped_file.cc", | 226 "files/scoped_file.cc", |
| 226 "files/scoped_file.h", | 227 "files/scoped_file.h", |
| 227 "files/scoped_temp_dir.cc", | 228 "files/scoped_temp_dir.cc", |
| 228 "files/scoped_temp_dir.h", | 229 "files/scoped_temp_dir.h", |
| 229 "float_util.h", | 230 "float_util.h", |
| 230 "format_macros.h", | 231 "format_macros.h", |
| 231 "gtest_prod_util.h", | 232 "gtest_prod_util.h", |
| 232 "guid.cc", | 233 "guid.cc", |
| 233 "guid.h", | 234 "guid.h", |
| 234 "guid_posix.cc", | 235 "guid_posix.cc", |
| (...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1451 # GYP: //base.gyp:base_unittests_apk | 1452 # GYP: //base.gyp:base_unittests_apk |
| 1452 unittest_apk("base_unittests_apk") { | 1453 unittest_apk("base_unittests_apk") { |
| 1453 deps = [ | 1454 deps = [ |
| 1454 ":base_java", | 1455 ":base_java", |
| 1455 ":base_java_unittest_support", | 1456 ":base_java_unittest_support", |
| 1456 ":base_unittests", | 1457 ":base_unittests", |
| 1457 ] | 1458 ] |
| 1458 unittests_dep = ":base_unittests" | 1459 unittests_dep = ":base_unittests" |
| 1459 } | 1460 } |
| 1460 } | 1461 } |
| OLD | NEW |