OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//third_party/protobuf/proto_library.gni") | 6 import("//third_party/protobuf/proto_library.gni") |
7 | 7 |
8 declare_args() { | 8 declare_args() { |
9 google_test_gaia_client_id = "" | 9 google_test_gaia_client_id = "" |
10 google_test_gaia_client_secret = "" | 10 google_test_gaia_client_secret = "" |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 "//components/keyed_service/core", | 81 "//components/keyed_service/core", |
82 "//components/keyed_service/ios", | 82 "//components/keyed_service/ios", |
83 "//components/metrics", | 83 "//components/metrics", |
84 "//components/metrics_services_manager", | 84 "//components/metrics_services_manager", |
85 "//components/net_log", | 85 "//components/net_log", |
86 "//components/network_session_configurator", | 86 "//components/network_session_configurator", |
87 "//components/ntp_tiles", | 87 "//components/ntp_tiles", |
88 "//components/pref_registry", | 88 "//components/pref_registry", |
89 "//components/prefs", | 89 "//components/prefs", |
90 "//components/proxy_config", | 90 "//components/proxy_config", |
| 91 "//components/reading_list", |
91 "//components/search_engines", | 92 "//components/search_engines", |
92 "//components/signin/core/browser", | 93 "//components/signin/core/browser", |
93 "//components/ssl_config", | 94 "//components/ssl_config", |
94 "//components/translate/core/browser", | 95 "//components/translate/core/browser", |
95 "//components/url_formatter", | 96 "//components/url_formatter", |
96 "//components/variations", | 97 "//components/variations", |
97 "//components/variations/service", | 98 "//components/variations/service", |
98 "//components/version_info", | 99 "//components/version_info", |
99 "//components/webdata_services", | 100 "//components/webdata_services", |
100 "//ios/chrome/browser/browser_state", | 101 "//ios/chrome/browser/browser_state", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 ] | 187 ] |
187 | 188 |
188 deps = [ | 189 deps = [ |
189 ":browser", | 190 ":browser", |
190 "//base", | 191 "//base", |
191 "//components/autofill/core/common", | 192 "//components/autofill/core/common", |
192 "//components/dom_distiller/core", | 193 "//components/dom_distiller/core", |
193 "//components/flags_ui", | 194 "//components/flags_ui", |
194 "//components/flags_ui:switches", | 195 "//components/flags_ui:switches", |
195 "//components/ntp_tiles", | 196 "//components/ntp_tiles", |
| 197 "//components/reading_list", |
196 "//components/strings", | 198 "//components/strings", |
197 "//components/sync", | 199 "//components/sync", |
198 "//components/variations", | 200 "//components/variations", |
199 "//google_apis", | 201 "//google_apis", |
200 "//ios/chrome/app/strings", | 202 "//ios/chrome/app/strings", |
201 "//ios/web", | 203 "//ios/web", |
202 "//ios/web:user_agent", | 204 "//ios/web:user_agent", |
203 ] | 205 ] |
204 | 206 |
205 defines = [ | 207 defines = [ |
(...skipping 27 matching lines...) Expand all Loading... |
233 "//components/proxy_config", | 235 "//components/proxy_config", |
234 "//components/ssl_config", | 236 "//components/ssl_config", |
235 "//components/variations", | 237 "//components/variations", |
236 "//ios/web:test_support", | 238 "//ios/web:test_support", |
237 "//net", | 239 "//net", |
238 "//net:test_support", | 240 "//net:test_support", |
239 "//testing/gtest", | 241 "//testing/gtest", |
240 "//url", | 242 "//url", |
241 ] | 243 ] |
242 } | 244 } |
OLD | NEW |