| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "//components/url_formatter", | 97 "//components/url_formatter", |
| 98 "//components/variations", | 98 "//components/variations", |
| 99 "//components/variations/service", | 99 "//components/variations/service", |
| 100 "//components/version_info", | 100 "//components/version_info", |
| 101 "//components/webdata_services", | 101 "//components/webdata_services", |
| 102 "//ios/chrome/browser/browser_state", | 102 "//ios/chrome/browser/browser_state", |
| 103 "//ios/chrome/browser/sync/glue", | 103 "//ios/chrome/browser/sync/glue", |
| 104 "//ios/chrome/common", | 104 "//ios/chrome/common", |
| 105 "//ios/net", | 105 "//ios/net", |
| 106 "//ios/public/provider/chrome/browser", | 106 "//ios/public/provider/chrome/browser", |
| 107 "//ios/public/provider/chrome/browser/voice", |
| 107 "//ios/web", | 108 "//ios/web", |
| 108 "//ios/web:user_agent", | 109 "//ios/web:user_agent", |
| 109 "//net", | 110 "//net", |
| 110 "//url", | 111 "//url", |
| 111 ] | 112 ] |
| 112 allow_circular_includes_from = [ | 113 allow_circular_includes_from = [ |
| 113 "//ios/chrome/browser/sync/glue", | 114 "//ios/chrome/browser/sync/glue", |
| 114 "//ios/chrome/browser/browser_state", | 115 "//ios/chrome/browser/browser_state", |
| 115 ] | 116 ] |
| 116 libs = [ "UIKit.framework" ] | 117 libs = [ "UIKit.framework" ] |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "//components/proxy_config", | 237 "//components/proxy_config", |
| 237 "//components/ssl_config", | 238 "//components/ssl_config", |
| 238 "//components/variations", | 239 "//components/variations", |
| 239 "//ios/web:test_support", | 240 "//ios/web:test_support", |
| 240 "//net", | 241 "//net", |
| 241 "//net:test_support", | 242 "//net:test_support", |
| 242 "//testing/gtest", | 243 "//testing/gtest", |
| 243 "//url", | 244 "//url", |
| 244 ] | 245 ] |
| 245 } | 246 } |
| OLD | NEW |