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

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

Issue 780733002: Simplify the thunk targets since we don't support apps as components (Closed) Base URL: git@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/sky_compositor_app/BUILD.gn ('k') | examples/wget/BUILD.gn » ('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 13 matching lines...) Expand all
24 "//cc/surfaces", 24 "//cc/surfaces",
25 "//cc/surfaces:surface_id", 25 "//cc/surfaces:surface_id",
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/c/system:for_shared_library",
35 "//mojo/public/cpp/system", 34 "//mojo/public/cpp/system",
36 "//mojo/services/public/interfaces/geometry", 35 "//mojo/services/public/interfaces/geometry",
37 "//mojo/services/public/interfaces/gpu", 36 "//mojo/services/public/interfaces/gpu",
38 "//mojo/services/public/interfaces/surfaces", 37 "//mojo/services/public/interfaces/surfaces",
39 "//mojo/services/public/interfaces/native_viewport", 38 "//mojo/services/public/interfaces/native_viewport",
40 ] 39 ]
41 40
42 sources = [ 41 sources = [
43 "embedder.cc", 42 "embedder.cc",
44 "embedder.h", 43 "embedder.h",
(...skipping 10 matching lines...) Expand all
55 ":util", 54 ":util",
56 "//base", 55 "//base",
57 "//cc", 56 "//cc",
58 "//cc/surfaces", 57 "//cc/surfaces",
59 "//cc/surfaces:surface_id", 58 "//cc/surfaces:surface_id",
60 "//mojo/application", 59 "//mojo/application",
61 "//mojo/common", 60 "//mojo/common",
62 "//mojo/converters/geometry", 61 "//mojo/converters/geometry",
63 "//mojo/converters/surfaces", 62 "//mojo/converters/surfaces",
64 "//mojo/environment:chromium", 63 "//mojo/environment:chromium",
65 "//mojo/public/c/system:for_shared_library",
66 "//mojo/public/cpp/bindings", 64 "//mojo/public/cpp/bindings",
67 "//mojo/services/public/interfaces/geometry", 65 "//mojo/services/public/interfaces/geometry",
68 "//mojo/services/public/interfaces/surfaces", 66 "//mojo/services/public/interfaces/surfaces",
69 "//mojo/services/public/interfaces/surfaces:surface_id", 67 "//mojo/services/public/interfaces/surfaces:surface_id",
70 "//skia", 68 "//skia",
71 "//ui/gfx", 69 "//ui/gfx",
72 "//ui/gfx/geometry", 70 "//ui/gfx/geometry",
73 ] 71 ]
74 72
75 sources = [ 73 sources = [
(...skipping 13 matching lines...) Expand all
89 "//cc", 87 "//cc",
90 "//cc/surfaces", 88 "//cc/surfaces",
91 "//cc/surfaces:surface_id", 89 "//cc/surfaces:surface_id",
92 "//examples/sample_app:spinning_cube", 90 "//examples/sample_app:spinning_cube",
93 "//gpu/command_buffer/common", 91 "//gpu/command_buffer/common",
94 "//mojo/application", 92 "//mojo/application",
95 "//mojo/common", 93 "//mojo/common",
96 "//mojo/converters/geometry", 94 "//mojo/converters/geometry",
97 "//mojo/converters/surfaces", 95 "//mojo/converters/surfaces",
98 "//mojo/environment:chromium", 96 "//mojo/environment:chromium",
99 "//mojo/public/c/system:for_shared_library", 97 "//mojo/public/c/gles2",
100 "//mojo/public/cpp/bindings", 98 "//mojo/public/cpp/bindings",
101 "//mojo/public/cpp/environment", 99 "//mojo/public/cpp/environment",
102 "//mojo/public/cpp/system", 100 "//mojo/public/cpp/system",
103 "//mojo/public/gles2:for_shared_library",
104 "//mojo/services/public/interfaces/geometry", 101 "//mojo/services/public/interfaces/geometry",
105 "//mojo/services/public/interfaces/gpu", 102 "//mojo/services/public/interfaces/gpu",
106 "//mojo/services/public/interfaces/surfaces", 103 "//mojo/services/public/interfaces/surfaces",
107 "//mojo/services/public/interfaces/surfaces:surface_id", 104 "//mojo/services/public/interfaces/surfaces:surface_id",
108 "//skia", 105 "//skia",
109 "//ui/gfx", 106 "//ui/gfx",
110 "//ui/gfx/geometry", 107 "//ui/gfx/geometry",
111 ] 108 ]
112 109
113 sources = [ 110 sources = [
(...skipping 19 matching lines...) Expand all
133 130
134 mojom("bindings") { 131 mojom("bindings") {
135 deps = [ 132 deps = [
136 "//mojo/services/public/interfaces/geometry", 133 "//mojo/services/public/interfaces/geometry",
137 "//mojo/services/public/interfaces/surfaces", 134 "//mojo/services/public/interfaces/surfaces",
138 "//mojo/services/public/interfaces/surfaces:surface_id", 135 "//mojo/services/public/interfaces/surfaces:surface_id",
139 ] 136 ]
140 137
141 sources = [ "child.mojom" ] 138 sources = [ "child.mojom" ]
142 } 139 }
OLDNEW
« no previous file with comments | « examples/sky_compositor_app/BUILD.gn ('k') | examples/wget/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698