| 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 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 | 217 |
| 218 defines = nacl_defines | 218 defines = nacl_defines |
| 219 | 219 |
| 220 deps += [ | 220 deps += [ |
| 221 "//apps", | 221 "//apps", |
| 222 "//cc", | 222 "//cc", |
| 223 "//chrome/browser/devtools", | 223 "//chrome/browser/devtools", |
| 224 "//chrome/installer/util", | 224 "//chrome/installer/util", |
| 225 "//components/app_modal", | 225 "//components/app_modal", |
| 226 "//components/autofill/content/browser", | 226 "//components/autofill/content/browser", |
| 227 "//components/data_reduction_proxy/content", |
| 227 "//components/dom_distiller/content", | 228 "//components/dom_distiller/content", |
| 228 "//components/keyed_service/content", | 229 "//components/keyed_service/content", |
| 229 "//components/navigation_interception", | 230 "//components/navigation_interception", |
| 230 "//components/password_manager/content/browser", | 231 "//components/password_manager/content/browser", |
| 231 "//components/precache/content", | 232 "//components/precache/content", |
| 232 "//components/sessions:sessions_content", | 233 "//components/sessions:sessions_content", |
| 233 "//components/storage_monitor", | 234 "//components/storage_monitor", |
| 234 "//components/translate/content/browser", | 235 "//components/translate/content/browser", |
| 235 "//components/url_matcher", | 236 "//components/url_matcher", |
| 236 "//components/visitedlink/browser", | 237 "//components/visitedlink/browser", |
| (...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 ] | 1058 ] |
| 1058 } | 1059 } |
| 1059 | 1060 |
| 1060 if (enable_wifi_bootstrapping) { | 1061 if (enable_wifi_bootstrapping) { |
| 1061 sources += [ | 1062 sources += [ |
| 1062 "local_discovery/wifi/mock_wifi_manager.cc", | 1063 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1063 "local_discovery/wifi/mock_wifi_manager.h", | 1064 "local_discovery/wifi/mock_wifi_manager.h", |
| 1064 ] | 1065 ] |
| 1065 } | 1066 } |
| 1066 } | 1067 } |
| OLD | NEW |