| 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 | 8 |
| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "//components/visitedlink/browser", | 245 "//components/visitedlink/browser", |
| 246 "//components/visitedlink/common", | 246 "//components/visitedlink/common", |
| 247 "//components/web_cache/browser", | 247 "//components/web_cache/browser", |
| 248 "//components/web_modal", | 248 "//components/web_modal", |
| 249 "//content/app/resources", | 249 "//content/app/resources", |
| 250 "//media", | 250 "//media", |
| 251 "//mojo/common", | 251 "//mojo/common", |
| 252 "//mojo/environment:chromium", | 252 "//mojo/environment:chromium", |
| 253 "//net:extras", | 253 "//net:extras", |
| 254 "//net:net_with_v8", | 254 "//net:net_with_v8", |
| 255 "//services/image_decoder/public", |
| 255 "//storage/browser", | 256 "//storage/browser", |
| 256 "//storage/common", | 257 "//storage/common", |
| 257 "//third_party/WebKit/public:resources", | 258 "//third_party/WebKit/public:resources", |
| 258 "//third_party/expat", | 259 "//third_party/expat", |
| 259 "//third_party/leveldatabase", | 260 "//third_party/leveldatabase", |
| 260 "//third_party/libaddressinput", | 261 "//third_party/libaddressinput", |
| 261 "//third_party/libyuv", | 262 "//third_party/libyuv", |
| 262 "//third_party/mojo/src/mojo/edk/system", | 263 "//third_party/mojo/src/mojo/edk/system", |
| 263 "//third_party/mojo/src/mojo/public/cpp/bindings", | 264 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 264 "//third_party/mojo/src/mojo/public/js", | 265 "//third_party/mojo/src/mojo/public/js", |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 ] | 1101 ] |
| 1101 } | 1102 } |
| 1102 | 1103 |
| 1103 if (enable_wifi_bootstrapping) { | 1104 if (enable_wifi_bootstrapping) { |
| 1104 sources += [ | 1105 sources += [ |
| 1105 "local_discovery/wifi/mock_wifi_manager.cc", | 1106 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1106 "local_discovery/wifi/mock_wifi_manager.h", | 1107 "local_discovery/wifi/mock_wifi_manager.h", |
| 1107 ] | 1108 ] |
| 1108 } | 1109 } |
| 1109 } | 1110 } |
| OLD | NEW |