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

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

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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
« no previous file with comments | « gpu/gpu_config.gypi ('k') | mojo/aura/DEPS » ('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 # GYP version: mojo/mojo.gyp:mojo_aura_support
6 source_set("aura") {
7 sources = [
8 "aura_init.cc",
9 "aura_init.h",
10 "screen_mojo.cc",
11 "screen_mojo.h",
12 "surface_binding.cc",
13 "surface_binding.h",
14 "surface_context_factory.cc",
15 "surface_context_factory.h",
16 "window_tree_host_mojo.cc",
17 "window_tree_host_mojo.h",
18 ]
19
20 public_deps = [
21 "//mojo/services/view_manager/public/cpp",
22 ]
23 deps = [
24 "//cc",
25 "//cc/surfaces",
26 "//skia",
27 "//ui/aura",
28 "//ui/compositor",
29 "//ui/events",
30 "//ui/events:events_base",
31 "//ui/gl",
32 "//mojo/cc",
33 "//mojo/converters/geometry",
34 "//mojo/converters/surfaces",
35 "//mojo/public/c/gles2",
36 "//mojo/public/cpp/application",
37 "//mojo/public/interfaces/application:application",
38 "//mojo/services/gpu/public/interfaces",
39 "//mojo/services/native_viewport/public/interfaces",
40 "//mojo/services/surfaces/public/interfaces",
41 "//mojo/services/view_manager/public/cpp",
42 ]
43 }
OLDNEW
« no previous file with comments | « gpu/gpu_config.gypi ('k') | mojo/aura/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698