4 'target_name': 'sample_app',
5 'type': 'shared_library',
7 '../base/base.gyp:base',
8 '../gpu/gpu.gyp:gles2_c_lib',
12 'mojo_gles2_bindings',
13 'mojo_native_viewport_bindings',
17 'examples/sample_app/gles2_client_impl.cc',
18 'examples/sample_app/gles2_client_impl.cc',
19 'examples/sample_app/native_viewport_client_impl.cc',
20 'examples/sample_app/native_viewport_client_impl.h',
21 'examples/sample_app/sample_app.cc',
22 'examples/sample_app/spinning_cube.cc',
23 'examples/sample_app/spinning_cube.h',
27 'target_name': 'hello_world_bindings',
28 'type': 'static_library',
30 'examples/hello_world_service/hello_world_service.mojom',
32 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
33 'export_dependent_settings': [
39 'target_name': 'hello_world_service',
40 'type': 'static_library',
42 '../base/base.gyp:base',
43 'hello_world_bindings',
45 'export_dependent_settings': [
46 'hello_world_bindings',
49 'examples/hello_world_service/hello_world_service_impl.cc',
50 'examples/hello_world_service/hello_world_service_impl.h',