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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 208223006: Revert of Add creation of ServiceManager to Content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/mojo.gyp ('k') | mojo/mojo_public.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'dependencies': [ 10 'dependencies': [
11 # TODO(darin): we should not be linking against these libraries! 11 # TODO(darin): we should not be linking against these libraries!
12 '../ui/gfx/gfx.gyp:gfx', 12 '../ui/gfx/gfx.gyp:gfx',
13 '../ui/gfx/gfx.gyp:gfx_geometry', 13 '../ui/gfx/gfx.gyp:gfx_geometry',
14 '../ui/gl/gl.gyp:gl', 14 '../ui/gl/gl.gyp:gl',
15 'mojo_bindings',
16 'mojo_environment_standalone', 15 'mojo_environment_standalone',
17 'mojo_gles2', 16 'mojo_gles2',
18 'mojo_native_viewport_bindings', 17 'mojo_native_viewport_bindings',
19 'mojo_shell_client', 18 'mojo_shell_bindings',
20 'mojo_system', 19 'mojo_system',
21 'mojo_utility', 20 'mojo_utility',
22 ], 21 ],
23 'sources': [ 22 'sources': [
24 'examples/sample_app/gles2_client_impl.cc', 23 'examples/sample_app/gles2_client_impl.cc',
25 'examples/sample_app/gles2_client_impl.cc', 24 'examples/sample_app/gles2_client_impl.cc',
26 'examples/sample_app/sample_app.cc', 25 'examples/sample_app/sample_app.cc',
27 'examples/sample_app/spinning_cube.cc', 26 'examples/sample_app/spinning_cube.cc',
28 'examples/sample_app/spinning_cube.h', 27 'examples/sample_app/spinning_cube.h',
29 ], 28 ],
(...skipping 27 matching lines...) Expand all
57 'dependencies': [ 56 'dependencies': [
58 '../base/base.gyp:base', 57 '../base/base.gyp:base',
59 '../cc/cc.gyp:cc', 58 '../cc/cc.gyp:cc',
60 '../ui/gfx/gfx.gyp:gfx', 59 '../ui/gfx/gfx.gyp:gfx',
61 '../ui/gfx/gfx.gyp:gfx_geometry', 60 '../ui/gfx/gfx.gyp:gfx_geometry',
62 'mojo_common_lib', 61 'mojo_common_lib',
63 'mojo_compositor_support', 62 'mojo_compositor_support',
64 'mojo_environment_chromium', 63 'mojo_environment_chromium',
65 'mojo_gles2', 64 'mojo_gles2',
66 'mojo_native_viewport_bindings', 65 'mojo_native_viewport_bindings',
67 'mojo_shell_client', 66 'mojo_shell_bindings',
68 'mojo_system', 67 'mojo_system',
69 ], 68 ],
70 'sources': [ 69 'sources': [
71 'examples/compositor_app/compositor_app.cc', 70 'examples/compositor_app/compositor_app.cc',
72 'examples/compositor_app/compositor_host.cc', 71 'examples/compositor_app/compositor_host.cc',
73 'examples/compositor_app/compositor_host.h', 72 'examples/compositor_app/compositor_host.h',
74 ], 73 ],
75 }, 74 },
76 { 75 {
77 'target_name': 'package_mojo_compositor_app', 76 'target_name': 'package_mojo_compositor_app',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'dependencies': [ 113 'dependencies': [
115 '../base/base.gyp:base', 114 '../base/base.gyp:base',
116 '../ui/aura/aura.gyp:aura', 115 '../ui/aura/aura.gyp:aura',
117 '../ui/base/ui_base.gyp:ui_base', 116 '../ui/base/ui_base.gyp:ui_base',
118 '../ui/gfx/gfx.gyp:gfx', 117 '../ui/gfx/gfx.gyp:gfx',
119 '../ui/gfx/gfx.gyp:gfx_geometry', 118 '../ui/gfx/gfx.gyp:gfx_geometry',
120 'mojo_aura_demo_support', 119 'mojo_aura_demo_support',
121 'mojo_common_lib', 120 'mojo_common_lib',
122 'mojo_environment_chromium', 121 'mojo_environment_chromium',
123 'mojo_gles2', 122 'mojo_gles2',
124 'mojo_shell_client', 123 'mojo_shell_bindings',
125 'mojo_system', 124 'mojo_system',
126 ], 125 ],
127 'sources': [ 126 'sources': [
128 'examples/aura_demo/aura_demo.cc', 127 'examples/aura_demo/aura_demo.cc',
129 ], 128 ],
130 }, 129 },
131 { 130 {
132 'target_name': 'package_mojo_aura_demo', 131 'target_name': 'package_mojo_aura_demo',
133 'variables': { 132 'variables': {
134 'app_name': 'mojo_aura_demo', 133 'app_name': 'mojo_aura_demo',
(...skipping 27 matching lines...) Expand all
162 '../ui/base/ui_base.gyp:ui_base', 161 '../ui/base/ui_base.gyp:ui_base',
163 '../ui/gfx/gfx.gyp:gfx', 162 '../ui/gfx/gfx.gyp:gfx',
164 '../ui/gfx/gfx.gyp:gfx_geometry', 163 '../ui/gfx/gfx.gyp:gfx_geometry',
165 '../ui/views/views.gyp:views', 164 '../ui/views/views.gyp:views',
166 '../url/url.gyp:url_lib', 165 '../url/url.gyp:url_lib',
167 'mojo_aura_demo_support', 166 'mojo_aura_demo_support',
168 'mojo_common_lib', 167 'mojo_common_lib',
169 'mojo_environment_chromium', 168 'mojo_environment_chromium',
170 'mojo_gles2', 169 'mojo_gles2',
171 'mojo_launcher_bindings', 170 'mojo_launcher_bindings',
172 'mojo_shell_client', 171 'mojo_shell_bindings',
173 'mojo_system', 172 'mojo_system',
174 ], 173 ],
175 'sources': [ 174 'sources': [
176 'examples/launcher/launcher.cc', 175 'examples/launcher/launcher.cc',
177 ], 176 ],
178 }, 177 },
179 { 178 {
180 'target_name': 'package_mojo_launcher', 179 'target_name': 'package_mojo_launcher',
181 'variables': { 180 'variables': {
182 'app_name': 'mojo_launcher', 181 'app_name': 'mojo_launcher',
(...skipping 19 matching lines...) Expand all
202 { 201 {
203 'target_name': 'mojo_view_manager', 202 'target_name': 'mojo_view_manager',
204 'type': 'shared_library', 203 'type': 'shared_library',
205 'dependencies': [ 204 'dependencies': [
206 '../base/base.gyp:base', 205 '../base/base.gyp:base',
207 '../ui/gfx/gfx.gyp:gfx_geometry', 206 '../ui/gfx/gfx.gyp:gfx_geometry',
208 'mojo_common_lib', 207 'mojo_common_lib',
209 'mojo_environment_chromium', 208 'mojo_environment_chromium',
210 'mojo_launcher_bindings', 209 'mojo_launcher_bindings',
211 'mojo_native_viewport_bindings', 210 'mojo_native_viewport_bindings',
212 'mojo_shell_client', 211 'mojo_shell_bindings',
213 'mojo_system', 212 'mojo_system',
214 'mojo_view_manager_bindings', 213 'mojo_view_manager_bindings',
215 ], 214 ],
216 'sources': [ 215 'sources': [
217 'examples/view_manager/view_manager.cc', 216 'examples/view_manager/view_manager.cc',
218 ], 217 ],
219 }, 218 },
220 { 219 {
221 'target_name': 'package_mojo_view_manager', 220 'target_name': 'package_mojo_view_manager',
222 'variables': { 221 'variables': {
223 'app_name': 'mojo_view_manager', 222 'app_name': 'mojo_view_manager',
224 }, 223 },
225 'includes': [ 'build/package_app.gypi' ], 224 'includes': [ 'build/package_app.gypi' ],
226 }, 225 },
227 ], 226 ],
228 }], 227 }],
229 ], 228 ],
230 } 229 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698