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 21 matching lines...) Expand all Loading... |
32 "//skia", | 32 "//skia", |
33 "//third_party/icu", | 33 "//third_party/icu", |
34 "//ui/accelerometer", | 34 "//ui/accelerometer", |
35 "//ui/accessibility", | 35 "//ui/accessibility", |
36 "//ui/app_list", | 36 "//ui/app_list", |
37 "//ui/aura", | 37 "//ui/aura", |
38 "//ui/base", | 38 "//ui/base", |
39 "//ui/compositor", | 39 "//ui/compositor", |
40 "//ui/events", | 40 "//ui/events", |
41 "//ui/events:events_base", | 41 "//ui/events:events_base", |
| 42 "//ui/events/devices", |
42 "//ui/gfx", | 43 "//ui/gfx", |
43 "//ui/gfx/geometry", | 44 "//ui/gfx/geometry", |
44 "//ui/keyboard", | 45 "//ui/keyboard", |
45 "//ui/message_center", | 46 "//ui/message_center", |
46 "//ui/resources", | 47 "//ui/resources", |
47 "//ui/strings", | 48 "//ui/strings", |
48 "//ui/views", | 49 "//ui/views", |
49 "//ui/views/controls/webview", | 50 "//ui/views/controls/webview", |
50 "//ui/web_dialogs", | 51 "//ui/web_dialogs", |
51 "//ui/wm", | 52 "//ui/wm", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 ] | 166 ] |
166 deps = [ | 167 deps = [ |
167 "//ash/resources", | 168 "//ash/resources", |
168 "//content/test:test_support", | 169 "//content/test:test_support", |
169 "//skia", | 170 "//skia", |
170 "//testing/gtest", | 171 "//testing/gtest", |
171 "//ui/accessibility", | 172 "//ui/accessibility", |
172 "//ui/app_list", | 173 "//ui/app_list", |
173 "//ui/app_list:test_support", | 174 "//ui/app_list:test_support", |
174 "//ui/events:events_base", | 175 "//ui/events:events_base", |
| 176 "//ui/events/devices", |
175 "//ui/gl", | 177 "//ui/gl", |
176 "//ui/views", | 178 "//ui/views", |
177 "//ui/views:test_support", | 179 "//ui/views:test_support", |
178 ] | 180 ] |
179 | 181 |
180 if (is_win) { | 182 if (is_win) { |
181 sources += [ | 183 sources += [ |
182 "test/test_metro_viewer_process_host.cc", | 184 "test/test_metro_viewer_process_host.cc", |
183 "test/test_metro_viewer_process_host.h", | 185 "test/test_metro_viewer_process_host.h", |
184 ] | 186 ] |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 "//third_party/icu", | 250 "//third_party/icu", |
249 "//ui/accelerometer", | 251 "//ui/accelerometer", |
250 "//ui/accessibility", | 252 "//ui/accessibility", |
251 "//ui/aura", | 253 "//ui/aura", |
252 "//ui/aura:test_support", | 254 "//ui/aura:test_support", |
253 "//ui/base", | 255 "//ui/base", |
254 "//ui/base:test_support", | 256 "//ui/base:test_support", |
255 "//ui/compositor", | 257 "//ui/compositor", |
256 "//ui/compositor:test_support", | 258 "//ui/compositor:test_support", |
257 "//ui/events", | 259 "//ui/events", |
| 260 "//ui/events/devices", |
258 "//ui/events:test_support", | 261 "//ui/events:test_support", |
259 "//ui/events:gesture_detection", | 262 "//ui/events:gesture_detection", |
260 "//ui/gfx", | 263 "//ui/gfx", |
261 "//ui/gfx/geometry", | 264 "//ui/gfx/geometry", |
262 "//ui/keyboard", | 265 "//ui/keyboard", |
263 "//ui/message_center", | 266 "//ui/message_center", |
264 "//ui/message_center:test_support", | 267 "//ui/message_center:test_support", |
265 "//ui/resources", | 268 "//ui/resources", |
266 "//ui/views", | 269 "//ui/views", |
267 "//ui/views:test_support", | 270 "//ui/views:test_support", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 "//content/test:test_support", | 375 "//content/test:test_support", |
373 "//skia", | 376 "//skia", |
374 "//testing/gtest", | 377 "//testing/gtest", |
375 "//ui/accessibility", | 378 "//ui/accessibility", |
376 ] | 379 ] |
377 | 380 |
378 if (is_chromeos) { | 381 if (is_chromeos) { |
379 deps += [ "//ui/display" ] | 382 deps += [ "//ui/display" ] |
380 } | 383 } |
381 } | 384 } |
OLD | NEW |