| 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 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "//components/devtools_discovery", | 251 "//components/devtools_discovery", |
| 252 "//components/devtools_http_handler", | 252 "//components/devtools_http_handler", |
| 253 "//components/dom_distiller/content", | 253 "//components/dom_distiller/content", |
| 254 "//components/favicon/content", | 254 "//components/favicon/content", |
| 255 "//components/history/content/browser", | 255 "//components/history/content/browser", |
| 256 "//components/keyed_service/content", | 256 "//components/keyed_service/content", |
| 257 "//components/navigation_interception", | 257 "//components/navigation_interception", |
| 258 "//components/password_manager/content/browser", | 258 "//components/password_manager/content/browser", |
| 259 "//components/plugins/common", | 259 "//components/plugins/common", |
| 260 "//components/precache/content", | 260 "//components/precache/content", |
| 261 "//components/safe_json_parser", |
| 261 "//components/sessions", | 262 "//components/sessions", |
| 262 "//components/storage_monitor", | 263 "//components/storage_monitor", |
| 263 "//components/translate/content/browser", | 264 "//components/translate/content/browser", |
| 264 "//components/url_matcher", | 265 "//components/url_matcher", |
| 265 "//components/visitedlink/browser", | 266 "//components/visitedlink/browser", |
| 266 "//components/visitedlink/common", | 267 "//components/visitedlink/common", |
| 267 "//components/web_cache/browser", | 268 "//components/web_cache/browser", |
| 268 "//components/web_modal", | 269 "//components/web_modal", |
| 269 "//content/app/resources", | 270 "//content/app/resources", |
| 270 "//media", | 271 "//media", |
| (...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 ] | 1164 ] |
| 1164 } | 1165 } |
| 1165 | 1166 |
| 1166 if (enable_wifi_bootstrapping) { | 1167 if (enable_wifi_bootstrapping) { |
| 1167 sources += [ | 1168 sources += [ |
| 1168 "local_discovery/wifi/mock_wifi_manager.cc", | 1169 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1169 "local_discovery/wifi/mock_wifi_manager.h", | 1170 "local_discovery/wifi/mock_wifi_manager.h", |
| 1170 ] | 1171 ] |
| 1171 } | 1172 } |
| 1172 } | 1173 } |
| OLD | NEW |