| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "//components/storage_monitor", | 235 "//components/storage_monitor", |
| 236 "//components/translate/content/browser", | 236 "//components/translate/content/browser", |
| 237 "//components/url_matcher", | 237 "//components/url_matcher", |
| 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/edk/system", | |
| 246 "//mojo/environment:chromium", | 245 "//mojo/environment:chromium", |
| 247 "//mojo/public/cpp/bindings", | |
| 248 "//mojo/public/js", | |
| 249 "//net:extras", | 246 "//net:extras", |
| 250 "//net:net_with_v8", | 247 "//net:net_with_v8", |
| 251 "//storage/browser", | 248 "//storage/browser", |
| 252 "//storage/common", | 249 "//storage/common", |
| 253 "//third_party/WebKit/public:resources", | 250 "//third_party/WebKit/public:resources", |
| 254 "//third_party/expat", | 251 "//third_party/expat", |
| 255 "//third_party/leveldatabase", | 252 "//third_party/leveldatabase", |
| 256 "//third_party/libaddressinput", | 253 "//third_party/libaddressinput", |
| 257 "//third_party/libyuv", | 254 "//third_party/libyuv", |
| 255 "//third_party/mojo/src/mojo/edk/system", |
| 256 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 257 "//third_party/mojo/src/mojo/public/js", |
| 258 "//third_party/npapi", | 258 "//third_party/npapi", |
| 259 "//third_party/re2", | 259 "//third_party/re2", |
| 260 "//third_party/smhasher:cityhash", | 260 "//third_party/smhasher:cityhash", |
| 261 "//third_party/webrtc/modules/desktop_capture", | 261 "//third_party/webrtc/modules/desktop_capture", |
| 262 "//ui/gl", | 262 "//ui/gl", |
| 263 "//ui/surface", | 263 "//ui/surface", |
| 264 "//ui/web_dialogs", | 264 "//ui/web_dialogs", |
| 265 "//v8", | 265 "//v8", |
| 266 | 266 |
| 267 ## TODO(tonyg): Remove this dependency (crbug.com/280157). | 267 ## TODO(tonyg): Remove this dependency (crbug.com/280157). |
| (...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 ] | 1063 ] |
| 1064 } | 1064 } |
| 1065 | 1065 |
| 1066 if (enable_wifi_bootstrapping) { | 1066 if (enable_wifi_bootstrapping) { |
| 1067 sources += [ | 1067 sources += [ |
| 1068 "local_discovery/wifi/mock_wifi_manager.cc", | 1068 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1069 "local_discovery/wifi/mock_wifi_manager.h", | 1069 "local_discovery/wifi/mock_wifi_manager.h", |
| 1070 ] | 1070 ] |
| 1071 } | 1071 } |
| 1072 } | 1072 } |
| OLD | NEW |