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

Side by Side Diff: examples/surfaces_app/BUILD.gn

Issue 788343002: Restructure public side of gpu service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « examples/sample_app/sample_app.cc ('k') | examples/surfaces_app/child_gl_app.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 group("surfaces_app") { 8 group("surfaces_app") {
9 deps = [ 9 deps = [
10 ":child_app", 10 ":child_app",
(...skipping 15 matching lines...) Expand all
26 "//skia", 26 "//skia",
27 "//ui/gfx", 27 "//ui/gfx",
28 "//ui/gfx/geometry", 28 "//ui/gfx/geometry",
29 "//mojo/application", 29 "//mojo/application",
30 "//mojo/common", 30 "//mojo/common",
31 "//mojo/converters/geometry", 31 "//mojo/converters/geometry",
32 "//mojo/converters/surfaces", 32 "//mojo/converters/surfaces",
33 "//mojo/environment:chromium", 33 "//mojo/environment:chromium",
34 "//mojo/public/cpp/system", 34 "//mojo/public/cpp/system",
35 "//mojo/services/geometry/public/interfaces", 35 "//mojo/services/geometry/public/interfaces",
36 "//mojo/services/gpu/public/interfaces",
36 "//mojo/services/native_viewport/public/interfaces", 37 "//mojo/services/native_viewport/public/interfaces",
37 "//mojo/services/public/interfaces/gpu",
38 "//mojo/services/surfaces/public/interfaces", 38 "//mojo/services/surfaces/public/interfaces",
39 ] 39 ]
40 40
41 sources = [ 41 sources = [
42 "embedder.cc", 42 "embedder.cc",
43 "embedder.h", 43 "embedder.h",
44 "surfaces_app.cc", 44 "surfaces_app.cc",
45 ] 45 ]
46 } 46 }
47 47
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "//mojo/application", 91 "//mojo/application",
92 "//mojo/common", 92 "//mojo/common",
93 "//mojo/converters/geometry", 93 "//mojo/converters/geometry",
94 "//mojo/converters/surfaces", 94 "//mojo/converters/surfaces",
95 "//mojo/environment:chromium", 95 "//mojo/environment:chromium",
96 "//mojo/public/c/gles2", 96 "//mojo/public/c/gles2",
97 "//mojo/public/cpp/bindings", 97 "//mojo/public/cpp/bindings",
98 "//mojo/public/cpp/environment", 98 "//mojo/public/cpp/environment",
99 "//mojo/public/cpp/system", 99 "//mojo/public/cpp/system",
100 "//mojo/services/geometry/public/interfaces", 100 "//mojo/services/geometry/public/interfaces",
101 "//mojo/services/public/interfaces/gpu", 101 "//mojo/services/gpu/public/interfaces",
102 "//mojo/services/surfaces/public/interfaces", 102 "//mojo/services/surfaces/public/interfaces",
103 "//mojo/services/surfaces/public/interfaces:surface_id", 103 "//mojo/services/surfaces/public/interfaces:surface_id",
104 "//skia", 104 "//skia",
105 "//ui/gfx", 105 "//ui/gfx",
106 "//ui/gfx/geometry", 106 "//ui/gfx/geometry",
107 ] 107 ]
108 108
109 sources = [ 109 sources = [
110 "child_gl_app.cc", 110 "child_gl_app.cc",
111 "child_gl_impl.cc", 111 "child_gl_impl.cc",
(...skipping 19 matching lines...) Expand all
131 deps = [ 131 deps = [
132 "//mojo/services/geometry/public/interfaces", 132 "//mojo/services/geometry/public/interfaces",
133 "//mojo/services/surfaces/public/interfaces", 133 "//mojo/services/surfaces/public/interfaces",
134 "//mojo/services/surfaces/public/interfaces:surface_id", 134 "//mojo/services/surfaces/public/interfaces:surface_id",
135 ] 135 ]
136 136
137 sources = [ 137 sources = [
138 "child.mojom", 138 "child.mojom",
139 ] 139 ]
140 } 140 }
OLDNEW
« no previous file with comments | « examples/sample_app/sample_app.cc ('k') | examples/surfaces_app/child_gl_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698