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 # GYP version: mojo/mojo.gyp:mojo_aura_support | 5 # GYP version: mojo/mojo.gyp:mojo_aura_support |
6 source_set("aura") { | 6 source_set("aura") { |
7 sources = [ | 7 sources = [ |
8 "aura_init.cc", | 8 "aura_init.cc", |
9 "aura_init.h", | 9 "aura_init.h", |
10 "screen_mojo.cc", | 10 "screen_mojo.cc", |
(...skipping 11 matching lines...) Expand all Loading... |
22 ] | 22 ] |
23 deps = [ | 23 deps = [ |
24 "//cc", | 24 "//cc", |
25 "//skia", | 25 "//skia", |
26 "//ui/aura", | 26 "//ui/aura", |
27 "//ui/compositor", | 27 "//ui/compositor", |
28 "//ui/events", | 28 "//ui/events", |
29 "//ui/events:events_base", | 29 "//ui/events:events_base", |
30 "//ui/gl", | 30 "//ui/gl", |
31 "//mojo/cc", | 31 "//mojo/cc", |
| 32 "//mojo/converters/geometry", |
| 33 "//mojo/converters/surfaces", |
32 "//mojo/public/cpp/application", | 34 "//mojo/public/cpp/application", |
33 "//mojo/public/gles2:for_shared_library", | 35 "//mojo/public/gles2:for_shared_library", |
34 "//mojo/public/interfaces/application:application", | 36 "//mojo/public/interfaces/application:application", |
35 "//mojo/services/public/cpp/geometry", | |
36 "//mojo/services/public/cpp/surfaces", | |
37 "//mojo/services/public/cpp/view_manager", | 37 "//mojo/services/public/cpp/view_manager", |
38 "//mojo/services/public/interfaces/gpu", | 38 "//mojo/services/public/interfaces/gpu", |
39 "//mojo/services/public/interfaces/native_viewport", | 39 "//mojo/services/public/interfaces/native_viewport", |
40 "//mojo/services/public/interfaces/surfaces", | 40 "//mojo/services/public/interfaces/surfaces", |
41 ] | 41 ] |
42 } | 42 } |
OLD | NEW |