Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / aura / BUILD.gn
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
3 # found in the LICENSE file.
4
5 # GYP version: mojo/mojo.gyp:mojo_aura_support
6 source_set("aura") {
7   sources = [
8     "aura_init.cc",
9     "aura_init.h",
10     "context_factory_mojo.cc",
11     "context_factory_mojo.h",
12     "screen_mojo.cc",
13     "screen_mojo.h",
14     "window_tree_host_mojo.cc",
15     "window_tree_host_mojo.h",
16     "window_tree_host_mojo_delegate.h",
17   ]
18
19   public_deps = [
20     "//mojo/services/public/cpp/view_manager",
21   ]
22   deps = [
23     "//cc",
24     "//skia",
25     "//ui/aura",
26     "//ui/compositor",
27     "//ui/events",
28     "//ui/events:events_base",
29     "//ui/gl",
30     "//mojo/cc",
31     "//mojo/public/gles2:for_shared_library",
32     "//mojo/services/public/interfaces/native_viewport",
33   ]
34 }