OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 | 9 |
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 "//components/devtools_discovery", | 247 "//components/devtools_discovery", |
248 "//components/devtools_http_handler", | 248 "//components/devtools_http_handler", |
249 "//components/dom_distiller/content", | 249 "//components/dom_distiller/content", |
250 "//components/favicon/content", | 250 "//components/favicon/content", |
251 "//components/history/content/browser", | 251 "//components/history/content/browser", |
252 "//components/keyed_service/content", | 252 "//components/keyed_service/content", |
253 "//components/navigation_interception", | 253 "//components/navigation_interception", |
254 "//components/password_manager/content/browser", | 254 "//components/password_manager/content/browser", |
255 "//components/plugins/common", | 255 "//components/plugins/common", |
256 "//components/precache/content", | 256 "//components/precache/content", |
| 257 "//components/proxy_resolver:app", |
257 "//components/sessions", | 258 "//components/sessions", |
258 "//components/storage_monitor", | 259 "//components/storage_monitor", |
259 "//components/translate/content/browser", | 260 "//components/translate/content/browser", |
260 "//components/url_matcher", | 261 "//components/url_matcher", |
261 "//components/visitedlink/browser", | 262 "//components/visitedlink/browser", |
262 "//components/visitedlink/common", | 263 "//components/visitedlink/common", |
263 "//components/web_cache/browser", | 264 "//components/web_cache/browser", |
264 "//components/web_modal", | 265 "//components/web_modal", |
265 "//content/app/resources", | 266 "//content/app/resources", |
266 "//media", | 267 "//media", |
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1131 ] | 1132 ] |
1132 } | 1133 } |
1133 | 1134 |
1134 if (enable_wifi_bootstrapping) { | 1135 if (enable_wifi_bootstrapping) { |
1135 sources += [ | 1136 sources += [ |
1136 "local_discovery/wifi/mock_wifi_manager.cc", | 1137 "local_discovery/wifi/mock_wifi_manager.cc", |
1137 "local_discovery/wifi/mock_wifi_manager.h", | 1138 "local_discovery/wifi/mock_wifi_manager.h", |
1138 ] | 1139 ] |
1139 } | 1140 } |
1140 } | 1141 } |
OLD | NEW |