| 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("//build/nocompile.gni") | 8 import("//build/nocompile.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 | 10 |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "containers/small_map.h", | 199 "containers/small_map.h", |
| 200 "containers/stack_container.h", | 200 "containers/stack_container.h", |
| 201 "cpu.cc", | 201 "cpu.cc", |
| 202 "cpu.h", | 202 "cpu.h", |
| 203 "critical_closure.h", | 203 "critical_closure.h", |
| 204 "critical_closure_internal_ios.mm", | 204 "critical_closure_internal_ios.mm", |
| 205 "deferred_sequenced_task_runner.cc", | 205 "deferred_sequenced_task_runner.cc", |
| 206 "deferred_sequenced_task_runner.h", | 206 "deferred_sequenced_task_runner.h", |
| 207 "environment.cc", | 207 "environment.cc", |
| 208 "environment.h", | 208 "environment.h", |
| 209 "export_template.h", |
| 209 "feature_list.cc", | 210 "feature_list.cc", |
| 210 "feature_list.h", | 211 "feature_list.h", |
| 211 "file_descriptor_posix.h", | 212 "file_descriptor_posix.h", |
| 212 "file_version_info.h", | 213 "file_version_info.h", |
| 213 "file_version_info_mac.h", | 214 "file_version_info_mac.h", |
| 214 "file_version_info_mac.mm", | 215 "file_version_info_mac.mm", |
| 215 "file_version_info_win.cc", | 216 "file_version_info_win.cc", |
| 216 "file_version_info_win.h", | 217 "file_version_info_win.h", |
| 217 "files/dir_reader_fallback.h", | 218 "files/dir_reader_fallback.h", |
| 218 "files/dir_reader_linux.h", | 219 "files/dir_reader_linux.h", |
| (...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1771 | 1772 |
| 1772 # GYP: //base.gyp:base_java_unittest_support | 1773 # GYP: //base.gyp:base_java_unittest_support |
| 1773 android_library("base_java_unittest_support") { | 1774 android_library("base_java_unittest_support") { |
| 1774 deps = [ | 1775 deps = [ |
| 1775 ":base_java", | 1776 ":base_java", |
| 1776 ] | 1777 ] |
| 1777 java_files = | 1778 java_files = |
| 1778 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1779 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1779 } | 1780 } |
| 1780 } | 1781 } |
| OLD | NEW |