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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "debug/proc_maps_linux.h", | 164 "debug/proc_maps_linux.h", |
165 "debug/profiler.cc", | 165 "debug/profiler.cc", |
166 "debug/profiler.h", | 166 "debug/profiler.h", |
167 "debug/stack_trace.cc", | 167 "debug/stack_trace.cc", |
168 "debug/stack_trace.h", | 168 "debug/stack_trace.h", |
169 "debug/stack_trace_android.cc", | 169 "debug/stack_trace_android.cc", |
170 "debug/stack_trace_posix.cc", | 170 "debug/stack_trace_posix.cc", |
171 "debug/stack_trace_win.cc", | 171 "debug/stack_trace_win.cc", |
172 "debug/task_annotator.cc", | 172 "debug/task_annotator.cc", |
173 "debug/task_annotator.h", | 173 "debug/task_annotator.h", |
174 "debug/trace_event.h", | |
175 "debug/trace_event_argument.h", | |
176 "debug/trace_event_impl.h", | |
177 "debug/trace_event_synthetic_delay.h", | |
178 "debug/trace_event_win.h", | |
179 "deferred_sequenced_task_runner.cc", | 174 "deferred_sequenced_task_runner.cc", |
180 "deferred_sequenced_task_runner.h", | 175 "deferred_sequenced_task_runner.h", |
181 "environment.cc", | 176 "environment.cc", |
182 "environment.h", | 177 "environment.h", |
183 "file_descriptor_posix.h", | 178 "file_descriptor_posix.h", |
184 "file_version_info.h", | 179 "file_version_info.h", |
185 "file_version_info_mac.h", | 180 "file_version_info_mac.h", |
186 "file_version_info_mac.mm", | 181 "file_version_info_mac.mm", |
187 "file_version_info_win.cc", | 182 "file_version_info_win.cc", |
188 "file_version_info_win.h", | 183 "file_version_info_win.h", |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 "memory/linked_ptr.h", | 335 "memory/linked_ptr.h", |
341 "memory/manual_constructor.h", | 336 "memory/manual_constructor.h", |
342 "memory/memory_pressure_listener.cc", | 337 "memory/memory_pressure_listener.cc", |
343 "memory/memory_pressure_listener.h", | 338 "memory/memory_pressure_listener.h", |
344 "memory/raw_scoped_refptr_mismatch_checker.h", | 339 "memory/raw_scoped_refptr_mismatch_checker.h", |
345 "memory/ref_counted.cc", | 340 "memory/ref_counted.cc", |
346 "memory/ref_counted.h", | 341 "memory/ref_counted.h", |
347 "memory/ref_counted_delete_on_message_loop.h", | 342 "memory/ref_counted_delete_on_message_loop.h", |
348 "memory/ref_counted_memory.cc", | 343 "memory/ref_counted_memory.cc", |
349 "memory/ref_counted_memory.h", | 344 "memory/ref_counted_memory.h", |
350 "memory/scoped_open_process.h", | |
351 "memory/scoped_policy.h", | 345 "memory/scoped_policy.h", |
352 "memory/scoped_ptr.h", | 346 "memory/scoped_ptr.h", |
353 "memory/scoped_vector.h", | 347 "memory/scoped_vector.h", |
354 "memory/shared_memory.h", | 348 "memory/shared_memory.h", |
355 "memory/shared_memory_android.cc", | 349 "memory/shared_memory_android.cc", |
356 "memory/shared_memory_nacl.cc", | 350 "memory/shared_memory_nacl.cc", |
357 "memory/shared_memory_posix.cc", | 351 "memory/shared_memory_posix.cc", |
358 "memory/shared_memory_win.cc", | 352 "memory/shared_memory_win.cc", |
359 "memory/singleton.cc", | 353 "memory/singleton.cc", |
360 "memory/singleton.h", | 354 "memory/singleton.h", |
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1539 | 1533 |
1540 # GYP: //base.gyp:base_java_unittest_support | 1534 # GYP: //base.gyp:base_java_unittest_support |
1541 android_library("base_java_unittest_support") { | 1535 android_library("base_java_unittest_support") { |
1542 deps = [ | 1536 deps = [ |
1543 ":base_java", | 1537 ":base_java", |
1544 ] | 1538 ] |
1545 java_files = | 1539 java_files = |
1546 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1540 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1547 } | 1541 } |
1548 } | 1542 } |
OLD | NEW |