| 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 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "debug/trace_event_synthetic_delay.cc", | 166 "debug/trace_event_synthetic_delay.cc", |
| 167 "debug/trace_event_synthetic_delay.h", | 167 "debug/trace_event_synthetic_delay.h", |
| 168 "debug/trace_event_system_stats_monitor.cc", | 168 "debug/trace_event_system_stats_monitor.cc", |
| 169 "debug/trace_event_system_stats_monitor.h", | 169 "debug/trace_event_system_stats_monitor.h", |
| 170 "debug/trace_event_win.cc", | 170 "debug/trace_event_win.cc", |
| 171 "deferred_sequenced_task_runner.cc", | 171 "deferred_sequenced_task_runner.cc", |
| 172 "deferred_sequenced_task_runner.h", | 172 "deferred_sequenced_task_runner.h", |
| 173 "environment.cc", | 173 "environment.cc", |
| 174 "environment.h", | 174 "environment.h", |
| 175 "event_recorder.h", | 175 "event_recorder.h", |
| 176 "event_recorder_stubs.cc", |
| 176 "event_recorder_win.cc", | 177 "event_recorder_win.cc", |
| 177 "file_descriptor_posix.h", | 178 "file_descriptor_posix.h", |
| 178 "file_version_info.h", | 179 "file_version_info.h", |
| 179 "file_version_info_mac.h", | 180 "file_version_info_mac.h", |
| 180 "file_version_info_mac.mm", | 181 "file_version_info_mac.mm", |
| 181 "file_version_info_win.cc", | 182 "file_version_info_win.cc", |
| 182 "file_version_info_win.h", | 183 "file_version_info_win.h", |
| 183 "files/dir_reader_fallback.h", | 184 "files/dir_reader_fallback.h", |
| 184 "files/dir_reader_linux.h", | 185 "files/dir_reader_linux.h", |
| 185 "files/dir_reader_posix.h", | 186 "files/dir_reader_posix.h", |
| (...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 | 1456 |
| 1456 unittest_apk("base_unittests_apk") { | 1457 unittest_apk("base_unittests_apk") { |
| 1457 deps = [ | 1458 deps = [ |
| 1458 ":base_java", | 1459 ":base_java", |
| 1459 ":base_java_unittest_support", | 1460 ":base_java_unittest_support", |
| 1460 ":base_unittests", | 1461 ":base_unittests", |
| 1461 ] | 1462 ] |
| 1462 unittests_dep = ":base_unittests" | 1463 unittests_dep = ":base_unittests" |
| 1463 } | 1464 } |
| 1464 } | 1465 } |
| OLD | NEW |