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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 "//components/visitedlink/common", | 182 "//components/visitedlink/common", |
183 "//components/web_cache/browser", | 183 "//components/web_cache/browser", |
184 "//components/web_modal", | 184 "//components/web_modal", |
185 "//content/app/resources", | 185 "//content/app/resources", |
186 "//media", | 186 "//media", |
187 "//media/cast:net", | 187 "//media/cast:net", |
188 "//mojo/common", | 188 "//mojo/common", |
189 "//mojo/edk/system", | 189 "//mojo/edk/system", |
190 "//mojo/environment:chromium", | 190 "//mojo/environment:chromium", |
191 "//mojo/public/cpp/bindings", | 191 "//mojo/public/cpp/bindings", |
192 "//mojo/public/js/bindings", | 192 "//mojo/public/js", |
193 "//net:extras", | 193 "//net:extras", |
194 "//net:net_with_v8", | 194 "//net:net_with_v8", |
195 "//storage/browser", | 195 "//storage/browser", |
196 "//storage/common", | 196 "//storage/common", |
197 "//third_party/WebKit/public:resources", | 197 "//third_party/WebKit/public:resources", |
198 "//third_party/expat", | 198 "//third_party/expat", |
199 "//third_party/leveldatabase", | 199 "//third_party/leveldatabase", |
200 "//third_party/libaddressinput", | 200 "//third_party/libaddressinput", |
201 "//third_party/libyuv", | 201 "//third_party/libyuv", |
202 "//third_party/npapi", | 202 "//third_party/npapi", |
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 ] | 964 ] |
965 } | 965 } |
966 | 966 |
967 if (enable_wifi_bootstrapping) { | 967 if (enable_wifi_bootstrapping) { |
968 sources += [ | 968 sources += [ |
969 "local_discovery/wifi/mock_wifi_manager.cc", | 969 "local_discovery/wifi/mock_wifi_manager.cc", |
970 "local_discovery/wifi/mock_wifi_manager.h", | 970 "local_discovery/wifi/mock_wifi_manager.h", |
971 ] | 971 ] |
972 } | 972 } |
973 } | 973 } |
OLD | NEW |