| 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("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
| 7 import("//third_party/protobuf/proto_library.gni") | 7 import("//third_party/protobuf/proto_library.gni") |
| 8 | 8 |
| 9 declare_args() { | 9 declare_args() { |
| 10 google_test_gaia_client_id = "" | 10 google_test_gaia_client_id = "" |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "//components/translate/core/browser", | 168 "//components/translate/core/browser", |
| 169 "//components/url_formatter", | 169 "//components/url_formatter", |
| 170 "//components/variations", | 170 "//components/variations", |
| 171 "//components/variations/service", | 171 "//components/variations/service", |
| 172 "//components/version_info", | 172 "//components/version_info", |
| 173 "//components/webdata_services", | 173 "//components/webdata_services", |
| 174 "//ios/chrome/browser/browser_state", | 174 "//ios/chrome/browser/browser_state", |
| 175 "//ios/chrome/browser/sync/glue", | 175 "//ios/chrome/browser/sync/glue", |
| 176 "//ios/chrome/common", | 176 "//ios/chrome/common", |
| 177 "//ios/net", | 177 "//ios/net", |
| 178 "//ios/public/provider/chrome/browser", |
| 178 "//ios/web", | 179 "//ios/web", |
| 179 "//ios/web:user_agent", | 180 "//ios/web:user_agent", |
| 180 "//net", | 181 "//net", |
| 181 "//url", | 182 "//url", |
| 182 ] | 183 ] |
| 183 allow_circular_includes_from = [ | 184 allow_circular_includes_from = [ |
| 184 "//ios/chrome/browser/sync/glue", | 185 "//ios/chrome/browser/sync/glue", |
| 185 "//ios/chrome/browser/browser_state", | 186 "//ios/chrome/browser/browser_state", |
| 186 ] | 187 ] |
| 187 libs = [ "UIKit.framework" ] | 188 libs = [ "UIKit.framework" ] |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 "//components/proxy_config", | 325 "//components/proxy_config", |
| 325 "//components/ssl_config", | 326 "//components/ssl_config", |
| 326 "//components/variations", | 327 "//components/variations", |
| 327 "//ios/web:test_support", | 328 "//ios/web:test_support", |
| 328 "//net", | 329 "//net", |
| 329 "//net:test_support", | 330 "//net:test_support", |
| 330 "//testing/gtest", | 331 "//testing/gtest", |
| 331 "//url", | 332 "//url", |
| 332 ] | 333 ] |
| 333 } | 334 } |
| OLD | NEW |