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 # //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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 # # chrome/browser/metrics/variations/generate_resources_map.py | 193 # # chrome/browser/metrics/variations/generate_resources_map.py |
194 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', | 194 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', |
195 | 195 |
196 defines = nacl_defines | 196 defines = nacl_defines |
197 | 197 |
198 deps += [ | 198 deps += [ |
199 "//apps", | 199 "//apps", |
200 "//cc", | 200 "//cc", |
201 "//chrome/browser/devtools", | 201 "//chrome/browser/devtools", |
202 "//chrome/installer/util", | 202 "//chrome/installer/util", |
203 "//components/app_modal_dialogs", | 203 "//components/app_modal", |
204 "//components/autofill/content/browser", | 204 "//components/autofill/content/browser", |
205 "//components/dom_distiller/content", | 205 "//components/dom_distiller/content", |
206 "//components/keyed_service/content", | 206 "//components/keyed_service/content", |
207 "//components/navigation_interception", | 207 "//components/navigation_interception", |
208 "//components/password_manager/content/browser", | 208 "//components/password_manager/content/browser", |
209 "//components/precache/content", | 209 "//components/precache/content", |
210 "//components/sessions:sessions_content", | 210 "//components/sessions:sessions_content", |
211 "//components/storage_monitor", | 211 "//components/storage_monitor", |
212 "//components/translate/content/browser", | 212 "//components/translate/content/browser", |
213 "//components/url_matcher", | 213 "//components/url_matcher", |
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1001 ] | 1001 ] |
1002 } | 1002 } |
1003 | 1003 |
1004 if (enable_wifi_bootstrapping) { | 1004 if (enable_wifi_bootstrapping) { |
1005 sources += [ | 1005 sources += [ |
1006 "local_discovery/wifi/mock_wifi_manager.cc", | 1006 "local_discovery/wifi/mock_wifi_manager.cc", |
1007 "local_discovery/wifi/mock_wifi_manager.h", | 1007 "local_discovery/wifi/mock_wifi_manager.h", |
1008 ] | 1008 ] |
1009 } | 1009 } |
1010 } | 1010 } |
OLD | NEW |