| 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 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1539 | 1534 |
| 1540 # GYP: //base.gyp:base_java_unittest_support | 1535 # GYP: //base.gyp:base_java_unittest_support |
| 1541 android_library("base_java_unittest_support") { | 1536 android_library("base_java_unittest_support") { |
| 1542 deps = [ | 1537 deps = [ |
| 1543 ":base_java", | 1538 ":base_java", |
| 1544 ] | 1539 ] |
| 1545 java_files = | 1540 java_files = |
| 1546 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1541 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1547 } | 1542 } |
| 1548 } | 1543 } |
| OLD | NEW |