| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "//components/devtools_discovery", | 250 "//components/devtools_discovery", |
| 251 "//components/devtools_http_handler", | 251 "//components/devtools_http_handler", |
| 252 "//components/dom_distiller/content", | 252 "//components/dom_distiller/content", |
| 253 "//components/favicon/content", | 253 "//components/favicon/content", |
| 254 "//components/history/content/browser", | 254 "//components/history/content/browser", |
| 255 "//components/keyed_service/content", | 255 "//components/keyed_service/content", |
| 256 "//components/navigation_interception", | 256 "//components/navigation_interception", |
| 257 "//components/password_manager/content/browser", | 257 "//components/password_manager/content/browser", |
| 258 "//components/plugins/common", | 258 "//components/plugins/common", |
| 259 "//components/precache/content", | 259 "//components/precache/content", |
| 260 "//components/safe_json_parser", |
| 260 "//components/sessions", | 261 "//components/sessions", |
| 261 "//components/storage_monitor", | 262 "//components/storage_monitor", |
| 262 "//components/translate/content/browser", | 263 "//components/translate/content/browser", |
| 263 "//components/url_matcher", | 264 "//components/url_matcher", |
| 264 "//components/visitedlink/browser", | 265 "//components/visitedlink/browser", |
| 265 "//components/visitedlink/common", | 266 "//components/visitedlink/common", |
| 266 "//components/web_cache/browser", | 267 "//components/web_cache/browser", |
| 267 "//components/web_modal", | 268 "//components/web_modal", |
| 268 "//content/app/resources", | 269 "//content/app/resources", |
| 269 "//media", | 270 "//media", |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1147 ] | 1148 ] |
| 1148 } | 1149 } |
| 1149 | 1150 |
| 1150 if (enable_wifi_bootstrapping) { | 1151 if (enable_wifi_bootstrapping) { |
| 1151 sources += [ | 1152 sources += [ |
| 1152 "local_discovery/wifi/mock_wifi_manager.cc", | 1153 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1153 "local_discovery/wifi/mock_wifi_manager.h", | 1154 "local_discovery/wifi/mock_wifi_manager.h", |
| 1154 ] | 1155 ] |
| 1155 } | 1156 } |
| 1156 } | 1157 } |
| OLD | NEW |