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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "bind_internal.h", | 111 "bind_internal.h", |
112 "bind_internal_win.h", | 112 "bind_internal_win.h", |
113 "bits.h", | 113 "bits.h", |
114 "build_time.cc", | 114 "build_time.cc", |
115 "build_time.h", | 115 "build_time.h", |
116 "callback.h", | 116 "callback.h", |
117 "callback_helpers.cc", | 117 "callback_helpers.cc", |
118 "callback_helpers.h", | 118 "callback_helpers.h", |
119 "callback_internal.cc", | 119 "callback_internal.cc", |
120 "callback_internal.h", | 120 "callback_internal.h", |
| 121 "callback_tuple.h", |
121 "cancelable_callback.h", | 122 "cancelable_callback.h", |
122 "command_line.cc", | 123 "command_line.cc", |
123 "command_line.h", | 124 "command_line.h", |
124 "compiler_specific.h", | 125 "compiler_specific.h", |
125 "containers/adapters.h", | 126 "containers/adapters.h", |
126 "containers/hash_tables.h", | 127 "containers/hash_tables.h", |
127 "containers/linked_list.h", | 128 "containers/linked_list.h", |
128 "containers/mru_cache.h", | 129 "containers/mru_cache.h", |
129 "containers/small_map.h", | 130 "containers/small_map.h", |
130 "containers/stack_container.h", | 131 "containers/stack_container.h", |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1521 # GYP: //base.gyp:base_unittests_apk | 1522 # GYP: //base.gyp:base_unittests_apk |
1522 unittest_apk("base_unittests_apk") { | 1523 unittest_apk("base_unittests_apk") { |
1523 deps = [ | 1524 deps = [ |
1524 ":base_java", | 1525 ":base_java", |
1525 ":base_java_unittest_support", | 1526 ":base_java_unittest_support", |
1526 ":base_unittests", | 1527 ":base_unittests", |
1527 ] | 1528 ] |
1528 unittests_dep = ":base_unittests" | 1529 unittests_dep = ":base_unittests" |
1529 } | 1530 } |
1530 } | 1531 } |
OLD | NEW |