| 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("//rlz/features/features.gni") | 8 import("//rlz/features/features.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "//ios/chrome/browser/browser_state", | 168 "//ios/chrome/browser/browser_state", |
| 169 "//ios/chrome/browser/browser_state:browser_state_impl", | 169 "//ios/chrome/browser/browser_state:browser_state_impl", |
| 170 "//ios/chrome/browser/component_updater", | 170 "//ios/chrome/browser/component_updater", |
| 171 "//ios/chrome/browser/first_run", | 171 "//ios/chrome/browser/first_run", |
| 172 "//ios/chrome/browser/history", | 172 "//ios/chrome/browser/history", |
| 173 "//ios/chrome/browser/metrics", | 173 "//ios/chrome/browser/metrics", |
| 174 "//ios/chrome/browser/net", | 174 "//ios/chrome/browser/net", |
| 175 "//ios/chrome/browser/open_from_clipboard", | 175 "//ios/chrome/browser/open_from_clipboard", |
| 176 "//ios/chrome/browser/physical_web", | 176 "//ios/chrome/browser/physical_web", |
| 177 "//ios/chrome/browser/prefs", | 177 "//ios/chrome/browser/prefs", |
| 178 "//ios/chrome/browser/prefs:browser_prefs", |
| 178 "//ios/chrome/browser/services/gcm", | 179 "//ios/chrome/browser/services/gcm", |
| 179 "//ios/chrome/browser/translate", | 180 "//ios/chrome/browser/translate", |
| 180 "//ios/chrome/browser/update_client", | 181 "//ios/chrome/browser/update_client", |
| 181 "//ios/chrome/browser/web_resource", | 182 "//ios/chrome/browser/web_resource", |
| 182 "//ios/chrome/common", | 183 "//ios/chrome/common", |
| 183 "//ios/public/provider/chrome/browser", | 184 "//ios/public/provider/chrome/browser", |
| 184 "//ios/web", | 185 "//ios/web", |
| 185 "//ios/web/public/app", | 186 "//ios/web/public/app", |
| 186 "//net", | 187 "//net", |
| 187 "//rlz/features", | 188 "//rlz/features", |
| (...skipping 48 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 |