Chromium Code Reviews| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 90 "//components/search_engines", | 90 "//components/search_engines", |
| 91 "//components/signin/core/browser", | 91 "//components/signin/core/browser", |
| 92 "//components/ssl_config", | 92 "//components/ssl_config", |
| 93 "//components/translate/core/browser", | 93 "//components/translate/core/browser", |
| 94 "//components/url_formatter", | 94 "//components/url_formatter", |
| 95 "//components/variations", | 95 "//components/variations", |
| 96 "//components/variations/service", | 96 "//components/variations/service", |
| 97 "//components/version_info", | 97 "//components/version_info", |
| 98 "//components/webdata_services", | 98 "//components/webdata_services", |
| 99 "//ios/chrome/browser/browser_state", | 99 "//ios/chrome/browser/browser_state", |
| 100 "//ios/chrome/browser/native_app_launcher", | |
|
rohitrao (ping after 24h)
2016/11/17 03:15:22
You'll need to remove this dependency for now, to
| |
| 100 "//ios/chrome/browser/sync/glue", | 101 "//ios/chrome/browser/sync/glue", |
| 101 "//ios/chrome/common", | 102 "//ios/chrome/common", |
| 102 "//ios/net", | 103 "//ios/net", |
| 103 "//ios/public/provider/chrome/browser", | 104 "//ios/public/provider/chrome/browser", |
| 104 "//ios/web", | 105 "//ios/web", |
| 105 "//ios/web:user_agent", | 106 "//ios/web:user_agent", |
| 106 "//net", | 107 "//net", |
| 107 "//url", | 108 "//url", |
| 108 ] | 109 ] |
| 109 allow_circular_includes_from = [ | 110 allow_circular_includes_from = [ |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 229 "//components/proxy_config", | 230 "//components/proxy_config", |
| 230 "//components/ssl_config", | 231 "//components/ssl_config", |
| 231 "//components/variations", | 232 "//components/variations", |
| 232 "//ios/web:test_support", | 233 "//ios/web:test_support", |
| 233 "//net", | 234 "//net", |
| 234 "//net:test_support", | 235 "//net:test_support", |
| 235 "//testing/gtest", | 236 "//testing/gtest", |
| 236 "//url", | 237 "//url", |
| 237 ] | 238 ] |
| 238 } | 239 } |
| OLD | NEW |