| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "debug/trace_event_synthetic_delay.cc", | 164 "debug/trace_event_synthetic_delay.cc", |
| 165 "debug/trace_event_synthetic_delay.h", | 165 "debug/trace_event_synthetic_delay.h", |
| 166 "debug/trace_event_system_stats_monitor.cc", | 166 "debug/trace_event_system_stats_monitor.cc", |
| 167 "debug/trace_event_system_stats_monitor.h", | 167 "debug/trace_event_system_stats_monitor.h", |
| 168 "debug/trace_event_win.cc", | 168 "debug/trace_event_win.cc", |
| 169 "deferred_sequenced_task_runner.cc", | 169 "deferred_sequenced_task_runner.cc", |
| 170 "deferred_sequenced_task_runner.h", | 170 "deferred_sequenced_task_runner.h", |
| 171 "environment.cc", | 171 "environment.cc", |
| 172 "environment.h", | 172 "environment.h", |
| 173 "event_recorder.h", | 173 "event_recorder.h", |
| 174 "event_recorder_stubs.cc", | |
| 175 "event_recorder_win.cc", | 174 "event_recorder_win.cc", |
| 176 "file_descriptor_posix.h", | 175 "file_descriptor_posix.h", |
| 177 "file_util.cc", | 176 "file_util.cc", |
| 178 "file_util.h", | 177 "file_util.h", |
| 179 "file_util_android.cc", | 178 "file_util_android.cc", |
| 180 "file_util_linux.cc", | 179 "file_util_linux.cc", |
| 181 "file_util_mac.mm", | 180 "file_util_mac.mm", |
| 182 "file_util_posix.cc", | 181 "file_util_posix.cc", |
| 183 "file_util_win.cc", | 182 "file_util_win.cc", |
| 184 "file_version_info.h", | 183 "file_version_info.h", |
| (...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 | 1448 |
| 1450 unittest_apk("base_unittests_apk") { | 1449 unittest_apk("base_unittests_apk") { |
| 1451 deps = [ | 1450 deps = [ |
| 1452 ":base_java", | 1451 ":base_java", |
| 1453 ":base_java_unittest_support", | 1452 ":base_java_unittest_support", |
| 1454 ":base_unittests", | 1453 ":base_unittests", |
| 1455 ] | 1454 ] |
| 1456 unittests_dep = ":base_unittests" | 1455 unittests_dep = ":base_unittests" |
| 1457 } | 1456 } |
| 1458 } | 1457 } |
| OLD | NEW |