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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 | 8 |
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
10 # produces a conflict for the "grit" template so we have to only include one. | 10 # produces a conflict for the "grit" template so we have to only include one. |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "//cc", | 235 "//cc", |
236 "//chrome/app:generated_resources_map", | 236 "//chrome/app:generated_resources_map", |
237 "//chrome/app/theme:theme_resources", | 237 "//chrome/app/theme:theme_resources", |
238 "//chrome/browser/devtools", | 238 "//chrome/browser/devtools", |
239 "//chrome/browser/resources:component_extension_resources", | 239 "//chrome/browser/resources:component_extension_resources", |
240 "//chrome/installer/util", | 240 "//chrome/installer/util", |
241 "//components/app_modal", | 241 "//components/app_modal", |
242 "//components/autofill/content/browser", | 242 "//components/autofill/content/browser", |
243 "//components/browsing_data", | 243 "//components/browsing_data", |
244 "//components/data_reduction_proxy/content/browser", | 244 "//components/data_reduction_proxy/content/browser", |
| 245 "//components/devtools_discovery", |
245 "//components/devtools_http_handler", | 246 "//components/devtools_http_handler", |
246 "//components/dom_distiller/content", | 247 "//components/dom_distiller/content", |
247 "//components/favicon/content", | 248 "//components/favicon/content", |
248 "//components/history/content/browser", | 249 "//components/history/content/browser", |
249 "//components/keyed_service/content", | 250 "//components/keyed_service/content", |
250 "//components/navigation_interception", | 251 "//components/navigation_interception", |
251 "//components/password_manager/content/browser", | 252 "//components/password_manager/content/browser", |
252 "//components/plugins/common", | 253 "//components/plugins/common", |
253 "//components/precache/content", | 254 "//components/precache/content", |
254 "//components/sessions:sessions_content", | 255 "//components/sessions:sessions_content", |
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1128 ] | 1129 ] |
1129 } | 1130 } |
1130 | 1131 |
1131 if (enable_wifi_bootstrapping) { | 1132 if (enable_wifi_bootstrapping) { |
1132 sources += [ | 1133 sources += [ |
1133 "local_discovery/wifi/mock_wifi_manager.cc", | 1134 "local_discovery/wifi/mock_wifi_manager.cc", |
1134 "local_discovery/wifi/mock_wifi_manager.h", | 1135 "local_discovery/wifi/mock_wifi_manager.h", |
1135 ] | 1136 ] |
1136 } | 1137 } |
1137 } | 1138 } |
OLD | NEW |