| 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("//build/config/ios/rules.gni") | 6 import("//build/config/ios/rules.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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "//components/keyed_service/core", | 140 "//components/keyed_service/core", |
| 141 "//components/language_usage_metrics", | 141 "//components/language_usage_metrics", |
| 142 "//components/metrics:profiler_ios", | 142 "//components/metrics:profiler_ios", |
| 143 "//components/metrics_services_manager", | 143 "//components/metrics_services_manager", |
| 144 "//components/net_log", | 144 "//components/net_log", |
| 145 "//components/network_time", | 145 "//components/network_time", |
| 146 "//components/open_from_clipboard", | 146 "//components/open_from_clipboard", |
| 147 "//components/physical_web/data_source", | 147 "//components/physical_web/data_source", |
| 148 "//components/prefs", | 148 "//components/prefs", |
| 149 "//components/rappor", | 149 "//components/rappor", |
| 150 "//components/task_scheduler_util/initialization", | 150 "//components/task_scheduler_util:browser_initialization", |
| 151 "//components/task_scheduler_util/variations", | |
| 152 "//components/translate/core/browser", | 151 "//components/translate/core/browser", |
| 153 "//components/update_client", | 152 "//components/update_client", |
| 154 "//components/variations", | 153 "//components/variations", |
| 155 "//components/variations/field_trial_config", | 154 "//components/variations/field_trial_config", |
| 156 "//components/variations/service", | 155 "//components/variations/service", |
| 157 "//ios/chrome/browser/browser_state", | 156 "//ios/chrome/browser/browser_state", |
| 158 "//ios/chrome/browser/browser_state:browser_state_impl", | 157 "//ios/chrome/browser/browser_state:browser_state_impl", |
| 159 "//ios/chrome/browser/component_updater", | 158 "//ios/chrome/browser/component_updater", |
| 160 "//ios/chrome/browser/first_run", | 159 "//ios/chrome/browser/first_run", |
| 161 "//ios/chrome/browser/history", | 160 "//ios/chrome/browser/history", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "//components/proxy_config", | 249 "//components/proxy_config", |
| 251 "//components/ssl_config", | 250 "//components/ssl_config", |
| 252 "//components/variations", | 251 "//components/variations", |
| 253 "//ios/web:test_support", | 252 "//ios/web:test_support", |
| 254 "//net", | 253 "//net", |
| 255 "//net:test_support", | 254 "//net:test_support", |
| 256 "//testing/gtest", | 255 "//testing/gtest", |
| 257 "//url", | 256 "//url", |
| 258 ] | 257 ] |
| 259 } | 258 } |
| OLD | NEW |