OLD | NEW |
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/events/events.gyp:events', | 12 '../ui/events/events.gyp:events', |
13 '../ui/gfx/gfx.gyp:gfx_geometry', | 13 '../ui/gfx/gfx.gyp:gfx_geometry', |
14 'mojo_cpp_bindings', | 14 'mojo_cpp_bindings', |
15 'mojo_environment_standalone', | 15 'mojo_environment_standalone', |
16 'mojo_geometry_bindings', | 16 'mojo_geometry_bindings', |
17 'mojo_gles2', | 17 'mojo_gles2', |
18 'mojo_native_viewport_bindings', | 18 'mojo_native_viewport_bindings', |
19 'mojo_application', | 19 'mojo_shell_client', |
20 'mojo_system', | 20 'mojo_system', |
21 'mojo_utility', | 21 'mojo_utility', |
22 ], | 22 ], |
23 'sources': [ | 23 'sources': [ |
24 'examples/sample_app/gles2_client_impl.cc', | 24 'examples/sample_app/gles2_client_impl.cc', |
25 'examples/sample_app/gles2_client_impl.cc', | 25 'examples/sample_app/gles2_client_impl.cc', |
26 'examples/sample_app/sample_app.cc', | 26 'examples/sample_app/sample_app.cc', |
27 'examples/sample_app/spinning_cube.cc', | 27 'examples/sample_app/spinning_cube.cc', |
28 'examples/sample_app/spinning_cube.h', | 28 'examples/sample_app/spinning_cube.h', |
29 ], | 29 ], |
(...skipping 13 matching lines...) Expand all Loading... |
43 '../cc/cc.gyp:cc', | 43 '../cc/cc.gyp:cc', |
44 '../ui/gfx/gfx.gyp:gfx', | 44 '../ui/gfx/gfx.gyp:gfx', |
45 '../ui/gfx/gfx.gyp:gfx_geometry', | 45 '../ui/gfx/gfx.gyp:gfx_geometry', |
46 'mojo_cc_support', | 46 'mojo_cc_support', |
47 'mojo_common_lib', | 47 'mojo_common_lib', |
48 'mojo_environment_chromium', | 48 'mojo_environment_chromium', |
49 'mojo_geometry_bindings', | 49 'mojo_geometry_bindings', |
50 'mojo_geometry_lib', | 50 'mojo_geometry_lib', |
51 'mojo_gles2', | 51 'mojo_gles2', |
52 'mojo_native_viewport_bindings', | 52 'mojo_native_viewport_bindings', |
53 'mojo_application', | 53 'mojo_shell_client', |
54 'mojo_system_impl', | 54 'mojo_system_impl', |
55 ], | 55 ], |
56 'sources': [ | 56 'sources': [ |
57 'examples/compositor_app/compositor_app.cc', | 57 'examples/compositor_app/compositor_app.cc', |
58 'examples/compositor_app/compositor_host.cc', | 58 'examples/compositor_app/compositor_host.cc', |
59 'examples/compositor_app/compositor_host.h', | 59 'examples/compositor_app/compositor_host.h', |
60 ], | 60 ], |
61 }, | 61 }, |
62 { | 62 { |
63 'target_name': 'package_mojo_compositor_app', | 63 'target_name': 'package_mojo_compositor_app', |
64 'variables': { | 64 'variables': { |
65 'app_name': 'mojo_compositor_app', | 65 'app_name': 'mojo_compositor_app', |
66 }, | 66 }, |
67 'includes': [ 'build/package_app.gypi' ], | 67 'includes': [ 'build/package_app.gypi' ], |
68 }, | 68 }, |
69 { | 69 { |
70 'target_name': 'mojo_pepper_container_app', | 70 'target_name': 'mojo_pepper_container_app', |
71 'type': 'shared_library', | 71 'type': 'shared_library', |
72 'dependencies': [ | 72 'dependencies': [ |
73 '../base/base.gyp:base', | 73 '../base/base.gyp:base', |
74 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 74 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
75 '../gpu/gpu.gyp:command_buffer_common', | 75 '../gpu/gpu.gyp:command_buffer_common', |
76 '../ppapi/ppapi.gyp:ppapi_c', | 76 '../ppapi/ppapi.gyp:ppapi_c', |
77 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', | 77 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', |
78 'mojo_common_lib', | 78 'mojo_common_lib', |
79 'mojo_environment_chromium', | 79 'mojo_environment_chromium', |
80 'mojo_geometry_bindings', | 80 'mojo_geometry_bindings', |
81 'mojo_gles2', | 81 'mojo_gles2', |
82 'mojo_native_viewport_bindings', | 82 'mojo_native_viewport_bindings', |
83 'mojo_application', | 83 'mojo_shell_client', |
84 'mojo_system_impl', | 84 'mojo_system_impl', |
85 ], | 85 ], |
86 'defines': [ | 86 'defines': [ |
87 # We don't really want to export. We could change how | 87 # We don't really want to export. We could change how |
88 # ppapi_{shared,thunk}_export.h are defined to avoid this. | 88 # ppapi_{shared,thunk}_export.h are defined to avoid this. |
89 'PPAPI_SHARED_IMPLEMENTATION', | 89 'PPAPI_SHARED_IMPLEMENTATION', |
90 'PPAPI_THUNK_IMPLEMENTATION', | 90 'PPAPI_THUNK_IMPLEMENTATION', |
91 ], | 91 ], |
92 'sources': [ | 92 'sources': [ |
93 # Source files from ppapi/. | 93 # Source files from ppapi/. |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 '../ui/base/ui_base.gyp:ui_base', | 173 '../ui/base/ui_base.gyp:ui_base', |
174 '../ui/gfx/gfx.gyp:gfx', | 174 '../ui/gfx/gfx.gyp:gfx', |
175 '../ui/gfx/gfx.gyp:gfx_geometry', | 175 '../ui/gfx/gfx.gyp:gfx_geometry', |
176 'mojo_aura_support', | 176 'mojo_aura_support', |
177 'mojo_cc_support', | 177 'mojo_cc_support', |
178 'mojo_common_lib', | 178 'mojo_common_lib', |
179 'mojo_environment_chromium', | 179 'mojo_environment_chromium', |
180 'mojo_geometry_bindings', | 180 'mojo_geometry_bindings', |
181 'mojo_geometry_lib', | 181 'mojo_geometry_lib', |
182 'mojo_gles2', | 182 'mojo_gles2', |
183 'mojo_application', | 183 'mojo_shell_client', |
184 'mojo_system_impl' | 184 'mojo_system_impl' |
185 ], | 185 ], |
186 'sources': [ | 186 'sources': [ |
187 'examples/aura_demo/aura_demo.cc', | 187 'examples/aura_demo/aura_demo.cc', |
188 ], | 188 ], |
189 }, | 189 }, |
190 { | 190 { |
191 'target_name': 'package_mojo_aura_demo', | 191 'target_name': 'package_mojo_aura_demo', |
192 'variables': { | 192 'variables': { |
193 'app_name': 'mojo_aura_demo', | 193 'app_name': 'mojo_aura_demo', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 '../ui/views/views.gyp:views', | 226 '../ui/views/views.gyp:views', |
227 '../ui/wm/wm.gyp:wm', | 227 '../ui/wm/wm.gyp:wm', |
228 '../url/url.gyp:url_lib', | 228 '../url/url.gyp:url_lib', |
229 'mojo_aura_support', | 229 'mojo_aura_support', |
230 'mojo_common_lib', | 230 'mojo_common_lib', |
231 'mojo_environment_chromium', | 231 'mojo_environment_chromium', |
232 'mojo_geometry_bindings', | 232 'mojo_geometry_bindings', |
233 'mojo_geometry_lib', | 233 'mojo_geometry_lib', |
234 'mojo_gles2', | 234 'mojo_gles2', |
235 'mojo_launcher_bindings', | 235 'mojo_launcher_bindings', |
236 'mojo_application', | 236 'mojo_shell_client', |
237 'mojo_system_impl', | 237 'mojo_system_impl', |
238 ], | 238 ], |
239 'sources': [ | 239 'sources': [ |
240 'examples/launcher/launcher.cc', | 240 'examples/launcher/launcher.cc', |
241 ], | 241 ], |
242 }, | 242 }, |
243 { | 243 { |
244 'target_name': 'package_mojo_launcher', | 244 'target_name': 'package_mojo_launcher', |
245 'variables': { | 245 'variables': { |
246 'app_name': 'mojo_launcher', | 246 'app_name': 'mojo_launcher', |
247 }, | 247 }, |
248 'includes': [ 'build/package_app.gypi' ], | 248 'includes': [ 'build/package_app.gypi' ], |
249 }, | 249 }, |
250 { | 250 { |
251 'target_name': 'mojo_sample_view_manager_app', | 251 'target_name': 'mojo_sample_view_manager_app', |
252 'type': 'shared_library', | 252 'type': 'shared_library', |
253 'dependencies': [ | 253 'dependencies': [ |
254 '../base/base.gyp:base', | 254 '../base/base.gyp:base', |
255 '../skia/skia.gyp:skia', | 255 '../skia/skia.gyp:skia', |
256 '../ui/gfx/gfx.gyp:gfx', | 256 '../ui/gfx/gfx.gyp:gfx', |
257 '../ui/gfx/gfx.gyp:gfx_geometry', | 257 '../ui/gfx/gfx.gyp:gfx_geometry', |
258 '../ui/gl/gl.gyp:gl', | 258 '../ui/gl/gl.gyp:gl', |
259 'mojo_cpp_bindings', | 259 'mojo_cpp_bindings', |
260 'mojo_environment_chromium', | 260 'mojo_environment_chromium', |
261 'mojo_geometry_bindings', | 261 'mojo_geometry_bindings', |
262 'mojo_gles2', | 262 'mojo_gles2', |
263 'mojo_view_manager_lib', | 263 'mojo_view_manager_lib', |
264 'mojo_application', | 264 'mojo_shell_client', |
265 'mojo_system_impl', | 265 'mojo_system_impl', |
266 'mojo_utility', | 266 'mojo_utility', |
267 ], | 267 ], |
268 'sources': [ | 268 'sources': [ |
269 'examples/sample_view_manager_app/sample_view_manager_app.cc', | 269 'examples/sample_view_manager_app/sample_view_manager_app.cc', |
270 ], | 270 ], |
271 }, | 271 }, |
272 ], | 272 ], |
273 }], | 273 }], |
274 ['OS=="linux"', { | 274 ['OS=="linux"', { |
275 'targets': [ | 275 'targets': [ |
276 { | 276 { |
277 'target_name': 'mojo_dbus_echo', | 277 'target_name': 'mojo_dbus_echo', |
278 'type': 'shared_library', | 278 'type': 'shared_library', |
279 'dependencies': [ | 279 'dependencies': [ |
280 '../base/base.gyp:base', | 280 '../base/base.gyp:base', |
281 'mojo_cpp_bindings', | 281 'mojo_cpp_bindings', |
282 'mojo_environment_standalone', | 282 'mojo_environment_standalone', |
283 'mojo_echo_bindings', | 283 'mojo_echo_bindings', |
284 'mojo_application', | 284 'mojo_shell_client', |
285 'mojo_system', | 285 'mojo_system', |
286 'mojo_utility', | 286 'mojo_utility', |
287 ], | 287 ], |
288 'sources': [ | 288 'sources': [ |
289 'examples/dbus_echo/dbus_echo_app.cc', | 289 'examples/dbus_echo/dbus_echo_app.cc', |
290 ], | 290 ], |
291 }, | 291 }, |
292 ], | 292 ], |
293 }], | 293 }], |
294 ], | 294 ], |
295 } | 295 } |
OLD | NEW |