OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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("//third_party/protobuf/proto_library.gni") | 5 import("//third_party/protobuf/proto_library.gni") |
6 import("//ui/vector_icons/vector_icons.gni") | 6 import("//ui/vector_icons/vector_icons.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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 public_deps = [ | 131 public_deps = [ |
132 "//components/history/core/browser", | 132 "//components/history/core/browser", |
133 "//components/metrics/proto", | 133 "//components/metrics/proto", |
134 "//components/omnibox/common", | 134 "//components/omnibox/common", |
135 ] | 135 ] |
136 deps = [ | 136 deps = [ |
137 ":in_memory_url_index_cache_proto", | 137 ":in_memory_url_index_cache_proto", |
138 "//base", | 138 "//base", |
139 "//base:i18n", | 139 "//base:i18n", |
140 "//components/bookmarks/browser", | 140 "//components/bookmarks/browser", |
| 141 "//components/contextual_suggestions", |
141 "//components/data_use_measurement/core", | 142 "//components/data_use_measurement/core", |
142 "//components/keyed_service/core", | 143 "//components/keyed_service/core", |
143 "//components/metrics", | 144 "//components/metrics", |
144 "//components/open_from_clipboard", | 145 "//components/open_from_clipboard", |
145 "//components/physical_web/data_source", | 146 "//components/physical_web/data_source", |
146 "//components/pref_registry", | 147 "//components/pref_registry", |
147 "//components/prefs", | 148 "//components/prefs", |
148 "//components/query_parser", | 149 "//components/query_parser", |
149 "//components/resources", | 150 "//components/resources", |
150 "//components/search", | 151 "//components/search", |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 "//components/variations", | 302 "//components/variations", |
302 "//net:test_support", | 303 "//net:test_support", |
303 "//sql", | 304 "//sql", |
304 "//sql:test_support", | 305 "//sql:test_support", |
305 "//testing/gmock", | 306 "//testing/gmock", |
306 "//testing/gtest", | 307 "//testing/gtest", |
307 "//ui/base:base", | 308 "//ui/base:base", |
308 "//url", | 309 "//url", |
309 ] | 310 ] |
310 } | 311 } |
OLD | NEW |