OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_sample_app', | 4 'target_name': 'mojo_sample_app', |
5 'type': 'shared_library', | 5 'type': 'shared_library', |
6 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../gpu/gpu.gyp:gles2_c_lib', | 8 '../gpu/gpu.gyp:gles2_c_lib', |
9 '../ui/gfx/gfx.gyp:gfx', | 9 '../ui/gfx/gfx.gyp:gfx', |
| 10 '../ui/gfx/gfx.gyp:gfx_geometry', |
10 '../ui/gl/gl.gyp:gl', | 11 '../ui/gl/gl.gyp:gl', |
11 'mojo_common_lib', | 12 'mojo_common_lib', |
12 'mojo_gles2', | 13 'mojo_gles2', |
13 'mojo_gles2_bindings', | 14 'mojo_gles2_bindings', |
14 'mojo_native_viewport_bindings', | 15 'mojo_native_viewport_bindings', |
15 'mojo_shell_bindings', | 16 'mojo_shell_bindings', |
16 'mojo_system', | 17 'mojo_system', |
17 ], | 18 ], |
18 'sources': [ | 19 'sources': [ |
19 'examples/sample_app/gles2_client_impl.cc', | 20 'examples/sample_app/gles2_client_impl.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'export_dependent_settings': [ | 53 'export_dependent_settings': [ |
53 'mojo_hello_world_bindings', | 54 'mojo_hello_world_bindings', |
54 ], | 55 ], |
55 'sources': [ | 56 'sources': [ |
56 'examples/hello_world_service/hello_world_service_impl.cc', | 57 'examples/hello_world_service/hello_world_service_impl.cc', |
57 'examples/hello_world_service/hello_world_service_impl.h', | 58 'examples/hello_world_service/hello_world_service_impl.h', |
58 ], | 59 ], |
59 }, | 60 }, |
60 ], | 61 ], |
61 } | 62 } |
OLD | NEW |