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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/dom_distiller/content", | 171 "//components/dom_distiller/content", |
172 "//components/keyed_service/content", | 172 "//components/keyed_service/content", |
173 "//components/navigation_interception", | 173 "//components/navigation_interception", |
174 "//components/password_manager/content/browser", | 174 "//components/password_manager/content/browser", |
175 "//components/precache/content", | 175 "//components/precache/content", |
176 "//components/sessions", | 176 "//components/sessions:sessions_content", |
177 "//components/storage_monitor", | 177 "//components/storage_monitor", |
178 "//components/translate/content/browser", | 178 "//components/translate/content/browser", |
179 "//components/url_matcher", | 179 "//components/url_matcher", |
180 "//components/visitedlink/browser", | 180 "//components/visitedlink/browser", |
181 "//components/visitedlink/common", | 181 "//components/visitedlink/common", |
182 "//components/web_cache/browser", | 182 "//components/web_cache/browser", |
183 "//components/web_modal", | 183 "//components/web_modal", |
184 "//content/app/resources", | 184 "//content/app/resources", |
185 "//media", | 185 "//media", |
186 "//media/cast:net", | 186 "//media/cast:net", |
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
946 ] | 946 ] |
947 } | 947 } |
948 | 948 |
949 if (enable_wifi_bootstrapping) { | 949 if (enable_wifi_bootstrapping) { |
950 sources += [ | 950 sources += [ |
951 "local_discovery/wifi/mock_wifi_manager.cc", | 951 "local_discovery/wifi/mock_wifi_manager.cc", |
952 "local_discovery/wifi/mock_wifi_manager.h", | 952 "local_discovery/wifi/mock_wifi_manager.h", |
953 ] | 953 ] |
954 } | 954 } |
955 } | 955 } |
OLD | NEW |