| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "//components/visitedlink/browser", | 251 "//components/visitedlink/browser", |
| 252 "//components/visitedlink/common", | 252 "//components/visitedlink/common", |
| 253 "//components/web_cache/browser", | 253 "//components/web_cache/browser", |
| 254 "//components/web_modal", | 254 "//components/web_modal", |
| 255 "//content/app/resources", | 255 "//content/app/resources", |
| 256 "//media", | 256 "//media", |
| 257 "//mojo/common", | 257 "//mojo/common", |
| 258 "//mojo/environment:chromium", | 258 "//mojo/environment:chromium", |
| 259 "//net:extras", | 259 "//net:extras", |
| 260 "//net:net_with_v8", | 260 "//net:net_with_v8", |
| 261 "//services/image_decoder/public/interfaces", |
| 262 "//skia/public", |
| 261 "//storage/browser", | 263 "//storage/browser", |
| 262 "//storage/common", | 264 "//storage/common", |
| 263 "//third_party/WebKit/public:image_resources", | 265 "//third_party/WebKit/public:image_resources", |
| 264 "//third_party/WebKit/public:resources", | 266 "//third_party/WebKit/public:resources", |
| 265 "//third_party/expat", | 267 "//third_party/expat", |
| 266 "//third_party/leveldatabase", | 268 "//third_party/leveldatabase", |
| 267 "//third_party/libaddressinput", | 269 "//third_party/libaddressinput", |
| 268 "//third_party/libyuv", | 270 "//third_party/libyuv", |
| 269 "//third_party/mojo/src/mojo/edk/system", | 271 "//third_party/mojo/src/mojo/edk/system", |
| 270 "//third_party/mojo/src/mojo/public/cpp/bindings", | 272 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| (...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 ] | 1113 ] |
| 1112 } | 1114 } |
| 1113 | 1115 |
| 1114 if (enable_wifi_bootstrapping) { | 1116 if (enable_wifi_bootstrapping) { |
| 1115 sources += [ | 1117 sources += [ |
| 1116 "local_discovery/wifi/mock_wifi_manager.cc", | 1118 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1117 "local_discovery/wifi/mock_wifi_manager.h", | 1119 "local_discovery/wifi/mock_wifi_manager.h", |
| 1118 ] | 1120 ] |
| 1119 } | 1121 } |
| 1120 } | 1122 } |
| OLD | NEW |