| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "//components/visitedlink/browser", | 263 "//components/visitedlink/browser", |
| 264 "//components/visitedlink/common", | 264 "//components/visitedlink/common", |
| 265 "//components/web_cache/browser", | 265 "//components/web_cache/browser", |
| 266 "//components/web_modal", | 266 "//components/web_modal", |
| 267 "//content/app/resources", | 267 "//content/app/resources", |
| 268 "//media", | 268 "//media", |
| 269 "//mojo/common", | 269 "//mojo/common", |
| 270 "//mojo/environment:chromium", | 270 "//mojo/environment:chromium", |
| 271 "//net:extras", | 271 "//net:extras", |
| 272 "//net:net_with_v8", | 272 "//net:net_with_v8", |
| 273 "//components/image_decoder/public/interfaces", |
| 274 "//skia/public", |
| 273 "//storage/browser", | 275 "//storage/browser", |
| 274 "//storage/common", | 276 "//storage/common", |
| 275 "//third_party/WebKit/public:image_resources", | 277 "//third_party/WebKit/public:image_resources", |
| 276 "//third_party/WebKit/public:resources", | 278 "//third_party/WebKit/public:resources", |
| 277 "//third_party/expat", | 279 "//third_party/expat", |
| 278 "//third_party/leveldatabase", | 280 "//third_party/leveldatabase", |
| 279 "//third_party/libaddressinput", | 281 "//third_party/libaddressinput", |
| 280 "//third_party/libyuv", | 282 "//third_party/libyuv", |
| 281 "//third_party/mojo/src/mojo/edk/system", | 283 "//third_party/mojo/src/mojo/edk/system", |
| 282 "//third_party/mojo/src/mojo/public/cpp/bindings", | 284 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1133 ] | 1135 ] |
| 1134 } | 1136 } |
| 1135 | 1137 |
| 1136 if (enable_wifi_bootstrapping) { | 1138 if (enable_wifi_bootstrapping) { |
| 1137 sources += [ | 1139 sources += [ |
| 1138 "local_discovery/wifi/mock_wifi_manager.cc", | 1140 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1139 "local_discovery/wifi/mock_wifi_manager.h", | 1141 "local_discovery/wifi/mock_wifi_manager.h", |
| 1140 ] | 1142 ] |
| 1141 } | 1143 } |
| 1142 } | 1144 } |
| OLD | NEW |