| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "//components/history/content/browser", | 260 "//components/history/content/browser", |
| 261 "//components/keyed_service/content", | 261 "//components/keyed_service/content", |
| 262 "//components/navigation_interception", | 262 "//components/navigation_interception", |
| 263 "//components/password_manager/content/browser", | 263 "//components/password_manager/content/browser", |
| 264 "//components/plugins/common", | 264 "//components/plugins/common", |
| 265 "//components/precache/content", | 265 "//components/precache/content", |
| 266 "//components/safe_json_parser", | 266 "//components/safe_json_parser", |
| 267 "//components/sessions", | 267 "//components/sessions", |
| 268 "//components/storage_monitor", | 268 "//components/storage_monitor", |
| 269 "//components/translate/content/browser", | 269 "//components/translate/content/browser", |
| 270 "//components/url_formatter", |
| 270 "//components/url_matcher", | 271 "//components/url_matcher", |
| 271 "//components/visitedlink/browser", | 272 "//components/visitedlink/browser", |
| 272 "//components/visitedlink/common", | 273 "//components/visitedlink/common", |
| 273 "//components/web_cache/browser", | 274 "//components/web_cache/browser", |
| 274 "//components/web_modal", | 275 "//components/web_modal", |
| 275 "//content/app/resources", | 276 "//content/app/resources", |
| 276 "//media", | 277 "//media", |
| 277 "//mojo/common", | 278 "//mojo/common", |
| 278 "//mojo/environment:chromium", | 279 "//mojo/environment:chromium", |
| 279 "//net:extras", | 280 "//net:extras", |
| (...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 ] | 1175 ] |
| 1175 } | 1176 } |
| 1176 | 1177 |
| 1177 if (enable_wifi_bootstrapping) { | 1178 if (enable_wifi_bootstrapping) { |
| 1178 sources += [ | 1179 sources += [ |
| 1179 "local_discovery/wifi/mock_wifi_manager.cc", | 1180 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1180 "local_discovery/wifi/mock_wifi_manager.h", | 1181 "local_discovery/wifi/mock_wifi_manager.h", |
| 1181 ] | 1182 ] |
| 1182 } | 1183 } |
| 1183 } | 1184 } |
| OLD | NEW |