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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 "files/file_path_watcher_fsevents.cc", | 209 "files/file_path_watcher_fsevents.cc", |
210 "files/file_path_watcher_fsevents.h", | 210 "files/file_path_watcher_fsevents.h", |
211 "files/file_path_watcher_kqueue.cc", | 211 "files/file_path_watcher_kqueue.cc", |
212 "files/file_path_watcher_kqueue.h", | 212 "files/file_path_watcher_kqueue.h", |
213 "files/file_path_watcher_linux.cc", | 213 "files/file_path_watcher_linux.cc", |
214 "files/file_path_watcher_mac.cc", | 214 "files/file_path_watcher_mac.cc", |
215 "files/file_path_watcher_win.cc", | 215 "files/file_path_watcher_win.cc", |
216 "files/file_posix.cc", | 216 "files/file_posix.cc", |
217 "files/file_proxy.cc", | 217 "files/file_proxy.cc", |
218 "files/file_proxy.h", | 218 "files/file_proxy.h", |
| 219 "files/file_tracing.cc", |
| 220 "files/file_tracing.h", |
219 "files/file_util.cc", | 221 "files/file_util.cc", |
220 "files/file_util.h", | 222 "files/file_util.h", |
221 "files/file_util_android.cc", | 223 "files/file_util_android.cc", |
222 "files/file_util_linux.cc", | 224 "files/file_util_linux.cc", |
223 "files/file_util_mac.mm", | 225 "files/file_util_mac.mm", |
224 "files/file_util_posix.cc", | 226 "files/file_util_posix.cc", |
225 "files/file_util_proxy.cc", | 227 "files/file_util_proxy.cc", |
226 "files/file_util_proxy.h", | 228 "files/file_util_proxy.h", |
227 "files/file_util_win.cc", | 229 "files/file_util_win.cc", |
228 "files/file_win.cc", | 230 "files/file_win.cc", |
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1501 | 1503 |
1502 # GYP: //base.gyp:base_java_unittest_support | 1504 # GYP: //base.gyp:base_java_unittest_support |
1503 android_library("base_java_unittest_support") { | 1505 android_library("base_java_unittest_support") { |
1504 deps = [ | 1506 deps = [ |
1505 ":base_java", | 1507 ":base_java", |
1506 ] | 1508 ] |
1507 java_files = | 1509 java_files = |
1508 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1510 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1509 } | 1511 } |
1510 } | 1512 } |
OLD | NEW |