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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 deps += [ | 228 deps += [ |
229 "//apps", | 229 "//apps", |
230 "//cc", | 230 "//cc", |
231 "//chrome/app:generated_resources_map", | 231 "//chrome/app:generated_resources_map", |
232 "//chrome/app/theme:theme_resources", | 232 "//chrome/app/theme:theme_resources", |
233 "//chrome/browser/devtools", | 233 "//chrome/browser/devtools", |
234 "//chrome/browser/resources:component_extension_resources", | 234 "//chrome/browser/resources:component_extension_resources", |
235 "//chrome/installer/util", | 235 "//chrome/installer/util", |
236 "//components/app_modal", | 236 "//components/app_modal", |
237 "//components/autofill/content/browser", | 237 "//components/autofill/content/browser", |
| 238 "//components/browsing_data", |
238 "//components/data_reduction_proxy/content/browser", | 239 "//components/data_reduction_proxy/content/browser", |
239 "//components/dom_distiller/content", | 240 "//components/dom_distiller/content", |
240 "//components/favicon/content", | 241 "//components/favicon/content", |
241 "//components/history/content/browser", | 242 "//components/history/content/browser", |
242 "//components/keyed_service/content", | 243 "//components/keyed_service/content", |
243 "//components/navigation_interception", | 244 "//components/navigation_interception", |
244 "//components/password_manager/content/browser", | 245 "//components/password_manager/content/browser", |
245 "//components/precache/content", | 246 "//components/precache/content", |
246 "//components/sessions:sessions_content", | 247 "//components/sessions:sessions_content", |
247 "//components/storage_monitor", | 248 "//components/storage_monitor", |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1109 ] | 1110 ] |
1110 } | 1111 } |
1111 | 1112 |
1112 if (enable_wifi_bootstrapping) { | 1113 if (enable_wifi_bootstrapping) { |
1113 sources += [ | 1114 sources += [ |
1114 "local_discovery/wifi/mock_wifi_manager.cc", | 1115 "local_discovery/wifi/mock_wifi_manager.cc", |
1115 "local_discovery/wifi/mock_wifi_manager.h", | 1116 "local_discovery/wifi/mock_wifi_manager.h", |
1116 ] | 1117 ] |
1117 } | 1118 } |
1118 } | 1119 } |
OLD | NEW |