| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ios/rules.gni") | 7 import("//build/config/ios/rules.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 declare_args() { | 10 declare_args() { |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "//components/keyed_service/core", | 150 "//components/keyed_service/core", |
| 151 "//components/language_usage_metrics", | 151 "//components/language_usage_metrics", |
| 152 "//components/metrics:profiler_ios", | 152 "//components/metrics:profiler_ios", |
| 153 "//components/metrics_services_manager", | 153 "//components/metrics_services_manager", |
| 154 "//components/net_log", | 154 "//components/net_log", |
| 155 "//components/network_time", | 155 "//components/network_time", |
| 156 "//components/open_from_clipboard", | 156 "//components/open_from_clipboard", |
| 157 "//components/physical_web/data_source", | 157 "//components/physical_web/data_source", |
| 158 "//components/prefs", | 158 "//components/prefs", |
| 159 "//components/rappor", | 159 "//components/rappor", |
| 160 "//components/task_scheduler_util", | |
| 161 "//components/translate/core/browser", | 160 "//components/translate/core/browser", |
| 162 "//components/update_client", | 161 "//components/update_client", |
| 163 "//components/variations", | 162 "//components/variations", |
| 164 "//components/variations/field_trial_config", | 163 "//components/variations/field_trial_config", |
| 165 "//components/variations/service", | 164 "//components/variations/service", |
| 166 "//ios/chrome/browser/browser_state", | 165 "//ios/chrome/browser/browser_state", |
| 167 "//ios/chrome/browser/browser_state:browser_state_impl", | 166 "//ios/chrome/browser/browser_state:browser_state_impl", |
| 168 "//ios/chrome/browser/component_updater", | 167 "//ios/chrome/browser/component_updater", |
| 169 "//ios/chrome/browser/first_run", | 168 "//ios/chrome/browser/first_run", |
| 170 "//ios/chrome/browser/history", | 169 "//ios/chrome/browser/history", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "//components/proxy_config", | 232 "//components/proxy_config", |
| 234 "//components/ssl_config", | 233 "//components/ssl_config", |
| 235 "//components/variations", | 234 "//components/variations", |
| 236 "//ios/web:test_support", | 235 "//ios/web:test_support", |
| 237 "//net", | 236 "//net", |
| 238 "//net:test_support", | 237 "//net:test_support", |
| 239 "//testing/gtest", | 238 "//testing/gtest", |
| 240 "//url", | 239 "//url", |
| 241 ] | 240 ] |
| 242 } | 241 } |
| OLD | NEW |