| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 | 215 |
| 216 defines = nacl_defines | 216 defines = nacl_defines |
| 217 | 217 |
| 218 deps += [ | 218 deps += [ |
| 219 "//apps", | 219 "//apps", |
| 220 "//cc", | 220 "//cc", |
| 221 "//chrome/browser/devtools", | 221 "//chrome/browser/devtools", |
| 222 "//chrome/installer/util", | 222 "//chrome/installer/util", |
| 223 "//components/app_modal", | 223 "//components/app_modal", |
| 224 "//components/autofill/content/browser", | 224 "//components/autofill/content/browser", |
| 225 "//components/data_reduction_proxy/content", |
| 225 "//components/dom_distiller/content", | 226 "//components/dom_distiller/content", |
| 226 "//components/keyed_service/content", | 227 "//components/keyed_service/content", |
| 227 "//components/navigation_interception", | 228 "//components/navigation_interception", |
| 228 "//components/password_manager/content/browser", | 229 "//components/password_manager/content/browser", |
| 229 "//components/precache/content", | 230 "//components/precache/content", |
| 230 "//components/sessions:sessions_content", | 231 "//components/sessions:sessions_content", |
| 231 "//components/storage_monitor", | 232 "//components/storage_monitor", |
| 232 "//components/translate/content/browser", | 233 "//components/translate/content/browser", |
| 233 "//components/url_matcher", | 234 "//components/url_matcher", |
| 234 "//components/visitedlink/browser", | 235 "//components/visitedlink/browser", |
| (...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 ] | 1048 ] |
| 1048 } | 1049 } |
| 1049 | 1050 |
| 1050 if (enable_wifi_bootstrapping) { | 1051 if (enable_wifi_bootstrapping) { |
| 1051 sources += [ | 1052 sources += [ |
| 1052 "local_discovery/wifi/mock_wifi_manager.cc", | 1053 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1053 "local_discovery/wifi/mock_wifi_manager.h", | 1054 "local_discovery/wifi/mock_wifi_manager.h", |
| 1054 ] | 1055 ] |
| 1055 } | 1056 } |
| 1056 } | 1057 } |
| OLD | NEW |