Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: mojo/aura/BUILD.gn

Issue 495223002: GN build rules for all unit test targets in mojo/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright header Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/mojo.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 import("//mojo/system.gni")
6
7 # GYP version: mojo/mojo.gyp:mojo_aura_support
8 source_set("aura") {
9 sources = [
10 "aura_init.cc",
11 "aura_init.h",
12 "context_factory_mojo.cc",
13 "context_factory_mojo.h",
14 "screen_mojo.cc",
15 "screen_mojo.h",
16 "window_tree_host_mojo.cc",
17 "window_tree_host_mojo.h",
18 "window_tree_host_mojo_delegate.h",
19 ]
20
21 deps = [
22 "//cc",
23 "//skia",
24 "//ui/aura",
25 "//ui/compositor",
26 "//ui/events",
27 "//ui/events:events_base",
28 "//ui/gl",
29 "//webkit/common/gpu",
30 "//mojo/cc",
31 "//mojo/services/public/interfaces/native_viewport",
32 "//mojo/services/public/cpp/view_manager",
33 ] + mojo_gles2_for_shared_library
34
35 forward_dependent_configs_from = [
36 "//mojo/services/public/cpp/view_manager",
37 ]
38 }
OLDNEW
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698