| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/keyed_service/core", | 80 "//components/keyed_service/core", |
| 81 "//components/keyed_service/ios", | 81 "//components/keyed_service/ios", |
| 82 "//components/metrics", | 82 "//components/metrics", |
| 83 "//components/metrics_services_manager", | 83 "//components/metrics_services_manager", |
| 84 "//components/net_log", | 84 "//components/net_log", |
| 85 "//components/network_session_configurator", | 85 "//components/network_session_configurator", |
| 86 "//components/ntp_tiles", |
| 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", |
| 90 "//components/signin/core/browser", | 91 "//components/signin/core/browser", |
| 91 "//components/ssl_config", | 92 "//components/ssl_config", |
| 92 "//components/translate/core/browser", | 93 "//components/translate/core/browser", |
| 93 "//components/url_formatter", | 94 "//components/url_formatter", |
| 94 "//components/variations", | 95 "//components/variations", |
| 95 "//components/variations/service", | 96 "//components/variations/service", |
| (...skipping 132 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 |