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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', | 161 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', |
162 | 162 |
163 defines = nacl_defines | 163 defines = nacl_defines |
164 | 164 |
165 deps += [ | 165 deps += [ |
166 "//apps", | 166 "//apps", |
167 "//cc", | 167 "//cc", |
168 "//chrome/browser/devtools", | 168 "//chrome/browser/devtools", |
169 "//chrome/installer/util", | 169 "//chrome/installer/util", |
170 "//components/autofill/content/browser", | 170 "//components/autofill/content/browser", |
| 171 "//components/data_reduction_proxy/content", |
171 "//components/dom_distiller/content", | 172 "//components/dom_distiller/content", |
172 "//components/keyed_service/content", | 173 "//components/keyed_service/content", |
173 "//components/navigation_interception", | 174 "//components/navigation_interception", |
174 "//components/password_manager/content/browser", | 175 "//components/password_manager/content/browser", |
175 "//components/precache/content", | 176 "//components/precache/content", |
176 "//components/sessions:sessions_content", | 177 "//components/sessions:sessions_content", |
177 "//components/storage_monitor", | 178 "//components/storage_monitor", |
178 "//components/translate/content/browser", | 179 "//components/translate/content/browser", |
179 "//components/url_matcher", | 180 "//components/url_matcher", |
180 "//components/visitedlink/browser", | 181 "//components/visitedlink/browser", |
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 ] | 963 ] |
963 } | 964 } |
964 | 965 |
965 if (enable_wifi_bootstrapping) { | 966 if (enable_wifi_bootstrapping) { |
966 sources += [ | 967 sources += [ |
967 "local_discovery/wifi/mock_wifi_manager.cc", | 968 "local_discovery/wifi/mock_wifi_manager.cc", |
968 "local_discovery/wifi/mock_wifi_manager.h", | 969 "local_discovery/wifi/mock_wifi_manager.h", |
969 ] | 970 ] |
970 } | 971 } |
971 } | 972 } |
OLD | NEW |