| 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 | 9 |
| 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "//components/visitedlink/browser", | 238 "//components/visitedlink/browser", |
| 239 "//components/visitedlink/common", | 239 "//components/visitedlink/common", |
| 240 "//components/web_cache/browser", | 240 "//components/web_cache/browser", |
| 241 "//components/web_modal", | 241 "//components/web_modal", |
| 242 "//content/app/resources", | 242 "//content/app/resources", |
| 243 "//media", | 243 "//media", |
| 244 "//mojo/common", | 244 "//mojo/common", |
| 245 "//mojo/environment:chromium", | 245 "//mojo/environment:chromium", |
| 246 "//net:extras", | 246 "//net:extras", |
| 247 "//net:net_with_v8", | 247 "//net:net_with_v8", |
| 248 "//net:resolver_mojom", |
| 249 "//net:net_mojom", |
| 248 "//storage/browser", | 250 "//storage/browser", |
| 249 "//storage/common", | 251 "//storage/common", |
| 250 "//third_party/WebKit/public:resources", | 252 "//third_party/WebKit/public:resources", |
| 251 "//third_party/expat", | 253 "//third_party/expat", |
| 252 "//third_party/leveldatabase", | 254 "//third_party/leveldatabase", |
| 253 "//third_party/libaddressinput", | 255 "//third_party/libaddressinput", |
| 254 "//third_party/libyuv", | 256 "//third_party/libyuv", |
| 255 "//third_party/mojo/src/mojo/edk/system", | 257 "//third_party/mojo/src/mojo/edk/system", |
| 256 "//third_party/mojo/src/mojo/public/cpp/bindings", | 258 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 257 "//third_party/mojo/src/mojo/public/js", | 259 "//third_party/mojo/src/mojo/public/js", |
| (...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 ] | 1073 ] |
| 1072 } | 1074 } |
| 1073 | 1075 |
| 1074 if (enable_wifi_bootstrapping) { | 1076 if (enable_wifi_bootstrapping) { |
| 1075 sources += [ | 1077 sources += [ |
| 1076 "local_discovery/wifi/mock_wifi_manager.cc", | 1078 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1077 "local_discovery/wifi/mock_wifi_manager.h", | 1079 "local_discovery/wifi/mock_wifi_manager.h", |
| 1078 ] | 1080 ] |
| 1079 } | 1081 } |
| 1080 } | 1082 } |
| OLD | NEW |