| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", |
| 187 "//mojo/common", | 187 "//mojo/common", |
| 188 "//mojo/edk/system", | 188 "//mojo/edk/system", |
| 189 "//mojo/environment:chromium", | 189 "//mojo/environment:chromium", |
| 190 "//mojo/public/cpp/bindings", | 190 "//mojo/public/cpp/bindings", |
| 191 "//mojo/public/js/bindings", | 191 "//mojo/public/js", |
| 192 "//net:extras", | 192 "//net:extras", |
| 193 "//net:net_with_v8", | 193 "//net:net_with_v8", |
| 194 "//storage/browser", | 194 "//storage/browser", |
| 195 "//storage/common", | 195 "//storage/common", |
| 196 "//third_party/WebKit/public:resources", | 196 "//third_party/WebKit/public:resources", |
| 197 "//third_party/expat", | 197 "//third_party/expat", |
| 198 "//third_party/leveldatabase", | 198 "//third_party/leveldatabase", |
| 199 "//third_party/libaddressinput", | 199 "//third_party/libaddressinput", |
| 200 "//third_party/libyuv", | 200 "//third_party/libyuv", |
| 201 "//third_party/npapi", | 201 "//third_party/npapi", |
| (...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 ] | 962 ] |
| 963 } | 963 } |
| 964 | 964 |
| 965 if (enable_wifi_bootstrapping) { | 965 if (enable_wifi_bootstrapping) { |
| 966 sources += [ | 966 sources += [ |
| 967 "local_discovery/wifi/mock_wifi_manager.cc", | 967 "local_discovery/wifi/mock_wifi_manager.cc", |
| 968 "local_discovery/wifi/mock_wifi_manager.h", | 968 "local_discovery/wifi/mock_wifi_manager.h", |
| 969 ] | 969 ] |
| 970 } | 970 } |
| 971 } | 971 } |
| OLD | NEW |