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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 "mac/scoped_cftyperef.h", | 299 "mac/scoped_cftyperef.h", |
300 "mac/scoped_ioobject.h", | 300 "mac/scoped_ioobject.h", |
301 "mac/scoped_ioplugininterface.h", | 301 "mac/scoped_ioplugininterface.h", |
302 "mac/scoped_launch_data.h", | 302 "mac/scoped_launch_data.h", |
303 "mac/scoped_mach_port.cc", | 303 "mac/scoped_mach_port.cc", |
304 "mac/scoped_mach_port.h", | 304 "mac/scoped_mach_port.h", |
305 "mac/scoped_mach_vm.cc", | 305 "mac/scoped_mach_vm.cc", |
306 "mac/scoped_mach_vm.h", | 306 "mac/scoped_mach_vm.h", |
307 "mac/scoped_nsautorelease_pool.h", | 307 "mac/scoped_nsautorelease_pool.h", |
308 "mac/scoped_nsautorelease_pool.mm", | 308 "mac/scoped_nsautorelease_pool.mm", |
309 "mac/scoped_nsexception_enabler.h", | |
310 "mac/scoped_nsexception_enabler.mm", | |
311 "mac/scoped_nsobject.h", | 309 "mac/scoped_nsobject.h", |
312 "mac/scoped_objc_class_swizzler.h", | 310 "mac/scoped_objc_class_swizzler.h", |
313 "mac/scoped_objc_class_swizzler.mm", | 311 "mac/scoped_objc_class_swizzler.mm", |
314 "mac/scoped_sending_event.h", | 312 "mac/scoped_sending_event.h", |
315 "mac/scoped_sending_event.mm", | 313 "mac/scoped_sending_event.mm", |
316 "mac/sdk_forward_declarations.h", | 314 "mac/sdk_forward_declarations.h", |
317 "mac/sdk_forward_declarations.mm", | 315 "mac/sdk_forward_declarations.mm", |
318 "macros.h", | 316 "macros.h", |
319 "md5.cc", | 317 "md5.cc", |
320 "md5.h", | 318 "md5.h", |
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1624 | 1622 |
1625 # GYP: //base.gyp:base_java_unittest_support | 1623 # GYP: //base.gyp:base_java_unittest_support |
1626 android_library("base_java_unittest_support") { | 1624 android_library("base_java_unittest_support") { |
1627 deps = [ | 1625 deps = [ |
1628 ":base_java", | 1626 ":base_java", |
1629 ] | 1627 ] |
1630 java_files = | 1628 java_files = |
1631 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1629 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1632 } | 1630 } |
1633 } | 1631 } |
OLD | NEW |