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 "input_method_mandoline.cc", | 10 "input_method_mandoline.cc", |
(...skipping 17 matching lines...) Expand all Loading... |
28 "//base", | 28 "//base", |
29 "//base:i18n", | 29 "//base:i18n", |
30 "//base/third_party/dynamic_annotations", | 30 "//base/third_party/dynamic_annotations", |
31 "//cc", | 31 "//cc", |
32 "//cc/surfaces", | 32 "//cc/surfaces", |
33 "//components/gpu/public/interfaces", | 33 "//components/gpu/public/interfaces", |
34 "//components/native_viewport/public/interfaces", | 34 "//components/native_viewport/public/interfaces", |
35 "//components/surfaces/public/interfaces", | 35 "//components/surfaces/public/interfaces", |
36 "//components/view_manager/public/cpp", | 36 "//components/view_manager/public/cpp", |
37 "//skia", | 37 "//skia", |
| 38 "//mojo/application/public/cpp:application", |
| 39 "//mojo/application/public/interfaces", |
38 "//mojo/cc", | 40 "//mojo/cc", |
39 "//mojo/converters/geometry", | 41 "//mojo/converters/geometry", |
40 "//mojo/converters/input_events", | 42 "//mojo/converters/input_events", |
41 "//mojo/converters/surfaces", | 43 "//mojo/converters/surfaces", |
42 "//third_party/mojo/src/mojo/public/c/gles2", | 44 "//third_party/mojo/src/mojo/public/c/gles2", |
43 "//third_party/mojo/src/mojo/public/cpp/application", | |
44 "//third_party/mojo/src/mojo/public/interfaces/application:application", | |
45 "//third_party/icu", | 45 "//third_party/icu", |
46 "//ui/aura", | 46 "//ui/aura", |
47 "//ui/compositor", | 47 "//ui/compositor", |
48 "//ui/events", | 48 "//ui/events", |
49 "//ui/events:events_base", | 49 "//ui/events:events_base", |
50 "//ui/gl", | 50 "//ui/gl", |
51 "//ui/views", | 51 "//ui/views", |
52 ] | 52 ] |
53 } | 53 } |
OLD | NEW |