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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "android/trace_event_binding.cc", | 133 "android/trace_event_binding.cc", |
134 "android/trace_event_binding.h", | 134 "android/trace_event_binding.h", |
135 "async_socket_io_handler.h", | 135 "async_socket_io_handler.h", |
136 "async_socket_io_handler_posix.cc", | 136 "async_socket_io_handler_posix.cc", |
137 "async_socket_io_handler_win.cc", | 137 "async_socket_io_handler_win.cc", |
138 "at_exit.cc", | 138 "at_exit.cc", |
139 "at_exit.h", | 139 "at_exit.h", |
140 "atomic_ref_count.h", | 140 "atomic_ref_count.h", |
141 "atomic_sequence_num.h", | 141 "atomic_sequence_num.h", |
142 "atomicops.h", | 142 "atomicops.h", |
| 143 "atomicops_internals_gcc.h", |
143 "atomicops_internals_mac.h", | 144 "atomicops_internals_mac.h", |
144 "atomicops_internals_portable.h", | 145 "atomicops_internals_portable.h", |
| 146 "atomicops_internals_x86_gcc.cc", |
| 147 "atomicops_internals_x86_gcc.h", |
145 "atomicops_internals_x86_msvc.h", | 148 "atomicops_internals_x86_msvc.h", |
146 "auto_reset.h", | 149 "auto_reset.h", |
147 "barrier_closure.cc", | 150 "barrier_closure.cc", |
148 "barrier_closure.h", | 151 "barrier_closure.h", |
149 "base64.cc", | 152 "base64.cc", |
150 "base64.h", | 153 "base64.h", |
151 "base_export.h", | 154 "base_export.h", |
152 "base_switches.h", | 155 "base_switches.h", |
153 "basictypes.h", | 156 "basictypes.h", |
154 "big_endian.cc", | 157 "big_endian.cc", |
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1562 | 1565 |
1563 # GYP: //base.gyp:base_java_unittest_support | 1566 # GYP: //base.gyp:base_java_unittest_support |
1564 android_library("base_java_unittest_support") { | 1567 android_library("base_java_unittest_support") { |
1565 deps = [ | 1568 deps = [ |
1566 ":base_java", | 1569 ":base_java", |
1567 ] | 1570 ] |
1568 java_files = | 1571 java_files = |
1569 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1572 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1570 } | 1573 } |
1571 } | 1574 } |
OLD | NEW |