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': [ |
(...skipping 26 matching lines...) Expand all Loading... |
37 }, | 37 }, |
38 { | 38 { |
39 'target_name': 'mojo_compositor_support', | 39 'target_name': 'mojo_compositor_support', |
40 'type': 'static_library', | 40 'type': 'static_library', |
41 'dependencies': [ | 41 'dependencies': [ |
42 '../base/base.gyp:base', | 42 '../base/base.gyp:base', |
43 '../cc/cc.gyp:cc', | 43 '../cc/cc.gyp:cc', |
44 '../skia/skia.gyp:skia', | 44 '../skia/skia.gyp:skia', |
45 '../gpu/gpu.gyp:gles2_implementation', | 45 '../gpu/gpu.gyp:gles2_implementation', |
46 'mojo_gles2', | 46 'mojo_gles2', |
47 'mojo_system', | |
48 ], | 47 ], |
49 'sources': [ | 48 'sources': [ |
50 'examples/compositor_app/mojo_context_provider.cc', | 49 'examples/compositor_app/mojo_context_provider.cc', |
51 'examples/compositor_app/mojo_context_provider.h', | 50 'examples/compositor_app/mojo_context_provider.h', |
52 ], | 51 ], |
53 }, | 52 }, |
54 { | 53 { |
55 'target_name': 'mojo_compositor_app', | 54 'target_name': 'mojo_compositor_app', |
56 'type': 'shared_library', | 55 'type': 'shared_library', |
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_client', |
68 'mojo_system', | 67 'mojo_system_impl', |
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', |
78 'variables': { | 77 'variables': { |
79 'app_name': 'mojo_compositor_app', | 78 'app_name': 'mojo_compositor_app', |
80 }, | 79 }, |
81 'includes': [ 'build/package_app.gypi' ], | 80 'includes': [ 'build/package_app.gypi' ], |
82 }, | 81 }, |
83 { | 82 { |
84 'target_name': 'mojo_pepper_container_app', | 83 'target_name': 'mojo_pepper_container_app', |
85 'type': 'shared_library', | 84 'type': 'shared_library', |
86 'dependencies': [ | 85 'dependencies': [ |
87 '../base/base.gyp:base', | 86 '../base/base.gyp:base', |
88 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 87 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
89 '../gpu/gpu.gyp:command_buffer_common', | 88 '../gpu/gpu.gyp:command_buffer_common', |
90 '../ppapi/ppapi.gyp:ppapi_c', | 89 '../ppapi/ppapi.gyp:ppapi_c', |
91 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', | 90 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', |
92 'mojo_common_lib', | 91 'mojo_common_lib', |
93 'mojo_environment_chromium', | 92 'mojo_environment_chromium', |
94 'mojo_gles2', | 93 'mojo_gles2', |
95 'mojo_native_viewport_bindings', | 94 'mojo_native_viewport_bindings', |
96 'mojo_shell_client', | 95 'mojo_shell_client', |
97 'mojo_system', | 96 'mojo_system_impl', |
98 ], | 97 ], |
99 'defines': [ | 98 'defines': [ |
100 # We don't really want to export. We could change how | 99 # We don't really want to export. We could change how |
101 # ppapi_{shared,thunk}_export.h are defined to avoid this. | 100 # ppapi_{shared,thunk}_export.h are defined to avoid this. |
102 'PPAPI_SHARED_IMPLEMENTATION', | 101 'PPAPI_SHARED_IMPLEMENTATION', |
103 'PPAPI_THUNK_IMPLEMENTATION', | 102 'PPAPI_THUNK_IMPLEMENTATION', |
104 ], | 103 ], |
105 'sources': [ | 104 'sources': [ |
106 # Source files from ppapi/. | 105 # Source files from ppapi/. |
107 # An alternative is to depend on | 106 # An alternative is to depend on |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 '../base/base.gyp:base', | 207 '../base/base.gyp:base', |
209 '../ui/aura/aura.gyp:aura', | 208 '../ui/aura/aura.gyp:aura', |
210 '../ui/base/ui_base.gyp:ui_base', | 209 '../ui/base/ui_base.gyp:ui_base', |
211 '../ui/gfx/gfx.gyp:gfx', | 210 '../ui/gfx/gfx.gyp:gfx', |
212 '../ui/gfx/gfx.gyp:gfx_geometry', | 211 '../ui/gfx/gfx.gyp:gfx_geometry', |
213 'mojo_aura_demo_support', | 212 'mojo_aura_demo_support', |
214 'mojo_common_lib', | 213 'mojo_common_lib', |
215 'mojo_environment_chromium', | 214 'mojo_environment_chromium', |
216 'mojo_gles2', | 215 'mojo_gles2', |
217 'mojo_shell_client', | 216 'mojo_shell_client', |
218 'mojo_system', | 217 'mojo_system_impl' |
219 ], | 218 ], |
220 'sources': [ | 219 'sources': [ |
221 'examples/aura_demo/aura_demo.cc', | 220 'examples/aura_demo/aura_demo.cc', |
222 ], | 221 ], |
223 }, | 222 }, |
224 { | 223 { |
225 'target_name': 'package_mojo_aura_demo', | 224 'target_name': 'package_mojo_aura_demo', |
226 'variables': { | 225 'variables': { |
227 'app_name': 'mojo_aura_demo', | 226 'app_name': 'mojo_aura_demo', |
228 }, | 227 }, |
229 'includes': [ 'build/package_app.gypi' ], | 228 'includes': [ 'build/package_app.gypi' ], |
230 }, | 229 }, |
231 { | 230 { |
232 'target_name': 'mojo_launcher_bindings', | 231 'target_name': 'mojo_launcher_bindings', |
233 'type': 'static_library', | 232 'type': 'static_library', |
234 'sources': [ | 233 'sources': [ |
235 'examples/launcher/launcher.mojom', | 234 'examples/launcher/launcher.mojom', |
236 ], | 235 ], |
237 'variables': { | 236 'variables': { |
238 'mojom_base_output_dir': 'mojo', | 237 'mojom_base_output_dir': 'mojo', |
239 }, | 238 }, |
240 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 239 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
241 'export_dependent_settings': [ | 240 'export_dependent_settings': [ |
242 'mojo_bindings', | 241 'mojo_bindings', |
243 'mojo_system', | |
244 ], | 242 ], |
245 'dependencies': [ | 243 'dependencies': [ |
246 'mojo_bindings', | 244 'mojo_bindings', |
247 'mojo_system', | |
248 ], | 245 ], |
249 }, | 246 }, |
250 { | 247 { |
251 'target_name': 'mojo_launcher', | 248 'target_name': 'mojo_launcher', |
252 'type': 'shared_library', | 249 'type': 'shared_library', |
253 'dependencies': [ | 250 'dependencies': [ |
254 '../base/base.gyp:base', | 251 '../base/base.gyp:base', |
255 '../base/base.gyp:base_i18n', | 252 '../base/base.gyp:base_i18n', |
256 '../ui/aura/aura.gyp:aura', | 253 '../ui/aura/aura.gyp:aura', |
257 '../ui/aura/aura.gyp:aura_test_support', | 254 '../ui/aura/aura.gyp:aura_test_support', |
258 '../ui/base/ui_base.gyp:ui_base', | 255 '../ui/base/ui_base.gyp:ui_base', |
259 '../ui/gfx/gfx.gyp:gfx', | 256 '../ui/gfx/gfx.gyp:gfx', |
260 '../ui/gfx/gfx.gyp:gfx_geometry', | 257 '../ui/gfx/gfx.gyp:gfx_geometry', |
261 '../ui/views/views.gyp:views', | 258 '../ui/views/views.gyp:views', |
262 '../url/url.gyp:url_lib', | 259 '../url/url.gyp:url_lib', |
263 'mojo_aura_demo_support', | 260 'mojo_aura_demo_support', |
264 'mojo_common_lib', | 261 'mojo_common_lib', |
265 'mojo_environment_chromium', | 262 'mojo_environment_chromium', |
266 'mojo_gles2', | 263 'mojo_gles2', |
267 'mojo_launcher_bindings', | 264 'mojo_launcher_bindings', |
268 'mojo_shell_client', | 265 'mojo_shell_client', |
269 'mojo_system', | 266 'mojo_system_impl', |
270 ], | 267 ], |
271 'sources': [ | 268 'sources': [ |
272 'examples/launcher/launcher.cc', | 269 'examples/launcher/launcher.cc', |
273 ], | 270 ], |
274 }, | 271 }, |
275 { | 272 { |
276 'target_name': 'package_mojo_launcher', | 273 'target_name': 'package_mojo_launcher', |
277 'variables': { | 274 'variables': { |
278 'app_name': 'mojo_launcher', | 275 'app_name': 'mojo_launcher', |
279 }, | 276 }, |
280 'includes': [ 'build/package_app.gypi' ], | 277 'includes': [ 'build/package_app.gypi' ], |
281 }, | 278 }, |
282 { | 279 { |
283 'target_name': 'mojo_view_manager_bindings', | 280 'target_name': 'mojo_view_manager_bindings', |
284 'type': 'static_library', | 281 'type': 'static_library', |
285 'sources': [ | 282 'sources': [ |
286 'examples/view_manager/view_manager.mojom', | 283 'examples/view_manager/view_manager.mojom', |
287 ], | 284 ], |
288 'variables': { | 285 'variables': { |
289 'mojom_base_output_dir': 'mojo', | 286 'mojom_base_output_dir': 'mojo', |
290 }, | 287 }, |
291 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 288 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
292 'export_dependent_settings': [ | 289 'export_dependent_settings': [ |
293 'mojo_bindings', | 290 'mojo_bindings', |
294 'mojo_system', | |
295 ], | 291 ], |
296 'dependencies': [ | 292 'dependencies': [ |
297 'mojo_bindings', | 293 'mojo_bindings', |
298 'mojo_system', | |
299 ], | 294 ], |
300 }, | 295 }, |
301 { | 296 { |
302 'target_name': 'mojo_view_manager', | 297 'target_name': 'mojo_view_manager', |
303 'type': 'shared_library', | 298 'type': 'shared_library', |
304 'dependencies': [ | 299 'dependencies': [ |
305 '../base/base.gyp:base', | 300 '../base/base.gyp:base', |
306 '../ui/gfx/gfx.gyp:gfx_geometry', | 301 '../ui/gfx/gfx.gyp:gfx_geometry', |
307 'mojo_common_lib', | 302 'mojo_common_lib', |
308 'mojo_environment_chromium', | 303 'mojo_environment_chromium', |
309 'mojo_launcher_bindings', | 304 'mojo_launcher_bindings', |
310 'mojo_native_viewport_bindings', | 305 'mojo_native_viewport_bindings', |
311 'mojo_shell_client', | 306 'mojo_shell_client', |
312 'mojo_system', | 307 'mojo_system_impl', |
313 'mojo_view_manager_bindings', | 308 'mojo_view_manager_bindings', |
314 ], | 309 ], |
315 'sources': [ | 310 'sources': [ |
316 'examples/view_manager/view_manager.cc', | 311 'examples/view_manager/view_manager.cc', |
317 ], | 312 ], |
318 }, | 313 }, |
319 { | 314 { |
320 'target_name': 'package_mojo_view_manager', | 315 'target_name': 'package_mojo_view_manager', |
321 'variables': { | 316 'variables': { |
322 'app_name': 'mojo_view_manager', | 317 'app_name': 'mojo_view_manager', |
323 }, | 318 }, |
324 'includes': [ 'build/package_app.gypi' ], | 319 'includes': [ 'build/package_app.gypi' ], |
325 }, | 320 }, |
326 ], | 321 ], |
327 }], | 322 }], |
328 ], | 323 ], |
329 } | 324 } |
OLD | NEW |