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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 | 7 |
8 gypi_values = exec_script( | 8 gypi_values = exec_script( |
9 "//build/gypi_to_gn.py", | 9 "//build/gypi_to_gn.py", |
10 [ rebase_path("ash.gyp") ], | 10 [ rebase_path("ash.gyp") ], |
(...skipping 11 matching lines...) Expand all Loading... |
22 "//base", | 22 "//base", |
23 "//base:i18n", | 23 "//base:i18n", |
24 "//base/third_party/dynamic_annotations", | 24 "//base/third_party/dynamic_annotations", |
25 "//cc", | 25 "//cc", |
26 "//components/user_manager", | 26 "//components/user_manager", |
27 "//content/public/browser", | 27 "//content/public/browser", |
28 "//media", | 28 "//media", |
29 "//net", | 29 "//net", |
30 "//skia", | 30 "//skia", |
31 "//third_party/icu", | 31 "//third_party/icu", |
| 32 "//ui/accelerometer", |
32 "//ui/accessibility", | 33 "//ui/accessibility", |
33 "//ui/app_list", | 34 "//ui/app_list", |
34 "//ui/aura", | 35 "//ui/aura", |
35 "//ui/base", | 36 "//ui/base", |
36 "//ui/compositor", | 37 "//ui/compositor", |
37 "//ui/events", | 38 "//ui/events", |
38 "//ui/events:events_base", | 39 "//ui/events:events_base", |
39 "//ui/gfx", | 40 "//ui/gfx", |
40 "//ui/gfx/geometry", | 41 "//ui/gfx/geometry", |
41 "//ui/keyboard", | 42 "//ui/keyboard", |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 "//ash/strings", | 245 "//ash/strings", |
245 "//base", | 246 "//base", |
246 "//base/allocator", | 247 "//base/allocator", |
247 "//base/test:test_support", | 248 "//base/test:test_support", |
248 "//components/user_manager", | 249 "//components/user_manager", |
249 "//content/public/browser", | 250 "//content/public/browser", |
250 "//content/test:test_support", | 251 "//content/test:test_support", |
251 "//skia", | 252 "//skia", |
252 "//testing/gtest", | 253 "//testing/gtest", |
253 "//third_party/icu", | 254 "//third_party/icu", |
| 255 "//ui/accelerometer", |
254 "//ui/accessibility", | 256 "//ui/accessibility", |
255 "//ui/aura", | 257 "//ui/aura", |
256 "//ui/aura:test_support", | 258 "//ui/aura:test_support", |
257 "//ui/base", | 259 "//ui/base", |
258 "//ui/base:test_support", | 260 "//ui/base:test_support", |
259 "//ui/compositor", | 261 "//ui/compositor", |
260 "//ui/compositor:test_support", | 262 "//ui/compositor:test_support", |
261 "//ui/events", | 263 "//ui/events", |
262 "//ui/events:test_support", | 264 "//ui/events:test_support", |
263 "//ui/events:gesture_detection", | 265 "//ui/events:gesture_detection", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 "//testing/gtest", | 376 "//testing/gtest", |
375 "//ui/aaccessibility", | 377 "//ui/aaccessibility", |
376 ] | 378 ] |
377 | 379 |
378 if (is_chromeos) { | 380 if (is_chromeos) { |
379 deps += [ "//ui/display" ] | 381 deps += [ "//ui/display" ] |
380 } | 382 } |
381 } | 383 } |
382 | 384 |
383 } # if false | 385 } # if false |
OLD | NEW |