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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 ] | 184 ] |
185 | 185 |
186 deps = [ | 186 deps = [ |
187 ":browser", | 187 ":browser", |
188 "//base", | 188 "//base", |
189 "//components/autofill/core/common", | 189 "//components/autofill/core/common", |
190 "//components/dom_distiller/core", | 190 "//components/dom_distiller/core", |
191 "//components/flags_ui", | 191 "//components/flags_ui", |
192 "//components/flags_ui:switches", | 192 "//components/flags_ui:switches", |
193 "//components/ntp_tiles", | 193 "//components/ntp_tiles", |
| 194 "//components/reading_list", |
194 "//components/strings", | 195 "//components/strings", |
195 "//components/sync", | 196 "//components/sync", |
196 "//components/variations", | 197 "//components/variations", |
197 "//google_apis", | 198 "//google_apis", |
198 "//ios/chrome/app/strings", | 199 "//ios/chrome/app/strings", |
199 "//ios/web", | 200 "//ios/web", |
200 "//ios/web:user_agent", | 201 "//ios/web:user_agent", |
201 ] | 202 ] |
202 | 203 |
203 defines = [ | 204 defines = [ |
(...skipping 27 matching lines...) Expand all Loading... |
231 "//components/proxy_config", | 232 "//components/proxy_config", |
232 "//components/ssl_config", | 233 "//components/ssl_config", |
233 "//components/variations", | 234 "//components/variations", |
234 "//ios/web:test_support", | 235 "//ios/web:test_support", |
235 "//net", | 236 "//net", |
236 "//net:test_support", | 237 "//net:test_support", |
237 "//testing/gtest", | 238 "//testing/gtest", |
238 "//url", | 239 "//url", |
239 ] | 240 ] |
240 } | 241 } |
OLD | NEW |