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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "web_data_service_factory.cc", | 70 "web_data_service_factory.cc", |
71 "web_data_service_factory.h", | 71 "web_data_service_factory.h", |
72 "xcallback_parameters.h", | 72 "xcallback_parameters.h", |
73 "xcallback_parameters.mm", | 73 "xcallback_parameters.mm", |
74 ] | 74 ] |
75 deps = [ | 75 deps = [ |
76 "//base", | 76 "//base", |
77 "//components/autofill/core/browser", | 77 "//components/autofill/core/browser", |
78 "//components/autofill/core/common", | 78 "//components/autofill/core/common", |
79 "//components/gcm_driver", | 79 "//components/gcm_driver", |
| 80 "//components/handoff", |
80 "//components/keyed_service/core", | 81 "//components/keyed_service/core", |
81 "//components/keyed_service/ios", | 82 "//components/keyed_service/ios", |
82 "//components/metrics", | 83 "//components/metrics", |
83 "//components/metrics_services_manager", | 84 "//components/metrics_services_manager", |
84 "//components/net_log", | 85 "//components/net_log", |
85 "//components/network_session_configurator", | 86 "//components/network_session_configurator", |
86 "//components/pref_registry", | 87 "//components/pref_registry", |
87 "//components/prefs", | 88 "//components/prefs", |
88 "//components/proxy_config", | 89 "//components/proxy_config", |
89 "//components/search_engines", | 90 "//components/search_engines", |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 "//components/proxy_config", | 229 "//components/proxy_config", |
229 "//components/ssl_config", | 230 "//components/ssl_config", |
230 "//components/variations", | 231 "//components/variations", |
231 "//ios/web:test_support", | 232 "//ios/web:test_support", |
232 "//net", | 233 "//net", |
233 "//net:test_support", | 234 "//net:test_support", |
234 "//testing/gtest", | 235 "//testing/gtest", |
235 "//url", | 236 "//url", |
236 ] | 237 ] |
237 } | 238 } |
OLD | NEW |