| 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/gl/gl.gyp:gl', | 10 '../ui/gl/gl.gyp:gl', |
| 11 'mojo_common_lib', | 11 'mojo_common_lib', |
| 12 'mojo_gles2', | 12 'mojo_gles2', |
| 13 'mojo_gles2_bindings', | 13 'mojo_gles2_bindings', |
| 14 'mojo_native_viewport_bindings', | 14 'mojo_native_viewport_bindings', |
| 15 'mojo_shell_bindings', |
| 15 'mojo_system', | 16 'mojo_system', |
| 16 ], | 17 ], |
| 17 'sources': [ | 18 'sources': [ |
| 18 'examples/sample_app/gles2_client_impl.cc', | 19 'examples/sample_app/gles2_client_impl.cc', |
| 19 'examples/sample_app/gles2_client_impl.cc', | 20 'examples/sample_app/gles2_client_impl.cc', |
| 20 'examples/sample_app/native_viewport_client_impl.cc', | |
| 21 'examples/sample_app/native_viewport_client_impl.h', | |
| 22 'examples/sample_app/sample_app.cc', | 21 'examples/sample_app/sample_app.cc', |
| 23 'examples/sample_app/spinning_cube.cc', | 22 'examples/sample_app/spinning_cube.cc', |
| 24 'examples/sample_app/spinning_cube.h', | 23 'examples/sample_app/spinning_cube.h', |
| 25 ], | 24 ], |
| 26 }, | 25 }, |
| 27 { | 26 { |
| 28 'target_name': 'package_mojo_sample_app', | 27 'target_name': 'package_mojo_sample_app', |
| 29 'variables': { | 28 'variables': { |
| 30 'app_name': 'mojo_sample_app', | 29 'app_name': 'mojo_sample_app', |
| 31 }, | 30 }, |
| (...skipping 21 matching lines...) Expand all Loading... |
| 53 'export_dependent_settings': [ | 52 'export_dependent_settings': [ |
| 54 'mojo_hello_world_bindings', | 53 'mojo_hello_world_bindings', |
| 55 ], | 54 ], |
| 56 'sources': [ | 55 'sources': [ |
| 57 'examples/hello_world_service/hello_world_service_impl.cc', | 56 'examples/hello_world_service/hello_world_service_impl.cc', |
| 58 'examples/hello_world_service/hello_world_service_impl.h', | 57 'examples/hello_world_service/hello_world_service_impl.h', |
| 59 ], | 58 ], |
| 60 }, | 59 }, |
| 61 ], | 60 ], |
| 62 } | 61 } |
| OLD | NEW |