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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 "//third_party/leveldatabase", | 268 "//third_party/leveldatabase", |
269 "//third_party/libaddressinput", | 269 "//third_party/libaddressinput", |
270 "//third_party/libyuv", | 270 "//third_party/libyuv", |
271 "//third_party/mojo/src/mojo/edk/system", | 271 "//third_party/mojo/src/mojo/edk/system", |
272 "//third_party/mojo/src/mojo/public/cpp/bindings", | 272 "//third_party/mojo/src/mojo/public/cpp/bindings", |
273 "//third_party/mojo/src/mojo/public/js", | 273 "//third_party/mojo/src/mojo/public/js", |
274 "//third_party/npapi", | 274 "//third_party/npapi", |
275 "//third_party/re2", | 275 "//third_party/re2", |
276 "//third_party/smhasher:cityhash", | 276 "//third_party/smhasher:cityhash", |
277 "//third_party/webrtc/modules/desktop_capture", | 277 "//third_party/webrtc/modules/desktop_capture", |
| 278 "//ui/base/ime", |
278 "//ui/gl", | 279 "//ui/gl", |
279 "//ui/surface", | 280 "//ui/surface", |
280 "//ui/web_dialogs", | 281 "//ui/web_dialogs", |
281 "//v8", | 282 "//v8", |
282 | 283 |
283 ## TODO(tonyg): Remove this dependency (crbug.com/280157). | 284 ## TODO(tonyg): Remove this dependency (crbug.com/280157). |
284 #"../testing/perf/perf_test.gyp:*", TODO(GYP) | 285 #"../testing/perf/perf_test.gyp:*", TODO(GYP) |
285 ] | 286 ] |
286 } else { # iOS | 287 } else { # iOS |
287 sources += | 288 sources += |
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 ] | 1114 ] |
1114 } | 1115 } |
1115 | 1116 |
1116 if (enable_wifi_bootstrapping) { | 1117 if (enable_wifi_bootstrapping) { |
1117 sources += [ | 1118 sources += [ |
1118 "local_discovery/wifi/mock_wifi_manager.cc", | 1119 "local_discovery/wifi/mock_wifi_manager.cc", |
1119 "local_discovery/wifi/mock_wifi_manager.h", | 1120 "local_discovery/wifi/mock_wifi_manager.h", |
1120 ] | 1121 ] |
1121 } | 1122 } |
1122 } | 1123 } |
OLD | NEW |