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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "containers/linked_list.h", | 123 "containers/linked_list.h", |
124 "containers/mru_cache.h", | 124 "containers/mru_cache.h", |
125 "containers/small_map.h", | 125 "containers/small_map.h", |
126 "containers/stack_container.h", | 126 "containers/stack_container.h", |
127 "cpu.cc", | 127 "cpu.cc", |
128 "cpu.h", | 128 "cpu.h", |
129 "critical_closure.h", | 129 "critical_closure.h", |
130 "critical_closure_internal_ios.mm", | 130 "critical_closure_internal_ios.mm", |
131 "debug/alias.cc", | 131 "debug/alias.cc", |
132 "debug/alias.h", | 132 "debug/alias.h", |
| 133 "debug/asan_invalid_access.cc", |
| 134 "debug/asan_invalid_access.h", |
133 "debug/crash_logging.cc", | 135 "debug/crash_logging.cc", |
134 "debug/crash_logging.h", | 136 "debug/crash_logging.h", |
135 "debug/debugger.cc", | 137 "debug/debugger.cc", |
136 "debug/debugger.h", | 138 "debug/debugger.h", |
137 "debug/debugger_posix.cc", | 139 "debug/debugger_posix.cc", |
138 "debug/debugger_win.cc", | 140 "debug/debugger_win.cc", |
139 "debug/dump_without_crashing.cc", | 141 "debug/dump_without_crashing.cc", |
140 "debug/dump_without_crashing.h", | 142 "debug/dump_without_crashing.h", |
141 "debug/gdi_debug_util_win.cc", | 143 "debug/gdi_debug_util_win.cc", |
142 "debug/gdi_debug_util_win.h", | 144 "debug/gdi_debug_util_win.h", |
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1451 # GYP: //base.gyp:base_unittests_apk | 1453 # GYP: //base.gyp:base_unittests_apk |
1452 unittest_apk("base_unittests_apk") { | 1454 unittest_apk("base_unittests_apk") { |
1453 deps = [ | 1455 deps = [ |
1454 ":base_java", | 1456 ":base_java", |
1455 ":base_java_unittest_support", | 1457 ":base_java_unittest_support", |
1456 ":base_unittests", | 1458 ":base_unittests", |
1457 ] | 1459 ] |
1458 unittests_dep = ":base_unittests" | 1460 unittests_dep = ":base_unittests" |
1459 } | 1461 } |
1460 } | 1462 } |
OLD | NEW |