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", | |
Lei Zhang
2015/01/07 23:49:42
Shouldn't this be Android only? Same in the .gypi
megjablon
2015/01/12 22:01:58
Done.
| |
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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1064 ] | 1065 ] |
1065 } | 1066 } |
1066 | 1067 |
1067 if (enable_wifi_bootstrapping) { | 1068 if (enable_wifi_bootstrapping) { |
1068 sources += [ | 1069 sources += [ |
1069 "local_discovery/wifi/mock_wifi_manager.cc", | 1070 "local_discovery/wifi/mock_wifi_manager.cc", |
1070 "local_discovery/wifi/mock_wifi_manager.h", | 1071 "local_discovery/wifi/mock_wifi_manager.h", |
1071 ] | 1072 ] |
1072 } | 1073 } |
1073 } | 1074 } |
OLD | NEW |