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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 "files/file_path_watcher_fsevents.cc", | 206 "files/file_path_watcher_fsevents.cc", |
207 "files/file_path_watcher_fsevents.h", | 207 "files/file_path_watcher_fsevents.h", |
208 "files/file_path_watcher_kqueue.cc", | 208 "files/file_path_watcher_kqueue.cc", |
209 "files/file_path_watcher_kqueue.h", | 209 "files/file_path_watcher_kqueue.h", |
210 "files/file_path_watcher_linux.cc", | 210 "files/file_path_watcher_linux.cc", |
211 "files/file_path_watcher_mac.cc", | 211 "files/file_path_watcher_mac.cc", |
212 "files/file_path_watcher_win.cc", | 212 "files/file_path_watcher_win.cc", |
213 "files/file_posix.cc", | 213 "files/file_posix.cc", |
214 "files/file_proxy.cc", | 214 "files/file_proxy.cc", |
215 "files/file_proxy.h", | 215 "files/file_proxy.h", |
| 216 "files/file_tracing.cc", |
| 217 "files/file_tracing.h", |
216 "files/file_util.cc", | 218 "files/file_util.cc", |
217 "files/file_util.h", | 219 "files/file_util.h", |
218 "files/file_util_android.cc", | 220 "files/file_util_android.cc", |
219 "files/file_util_linux.cc", | 221 "files/file_util_linux.cc", |
220 "files/file_util_mac.mm", | 222 "files/file_util_mac.mm", |
221 "files/file_util_posix.cc", | 223 "files/file_util_posix.cc", |
222 "files/file_util_proxy.cc", | 224 "files/file_util_proxy.cc", |
223 "files/file_util_proxy.h", | 225 "files/file_util_proxy.h", |
224 "files/file_util_win.cc", | 226 "files/file_util_win.cc", |
225 "files/file_win.cc", | 227 "files/file_win.cc", |
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1491 | 1493 |
1492 # GYP: //base.gyp:base_java_unittest_support | 1494 # GYP: //base.gyp:base_java_unittest_support |
1493 android_library("base_java_unittest_support") { | 1495 android_library("base_java_unittest_support") { |
1494 deps = [ | 1496 deps = [ |
1495 ":base_java", | 1497 ":base_java", |
1496 ] | 1498 ] |
1497 java_files = | 1499 java_files = |
1498 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1500 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1499 } | 1501 } |
1500 } | 1502 } |
OLD | NEW |