| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index 66849ad3cc0f00686479f92d02a769670593f4d6..0731887e1f2c741751c60f2f7033b1fb9b60d801 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -12,10 +12,11 @@
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gl/gl.gyp:gl',
|
| + 'mojo_bindings',
|
| 'mojo_environment_standalone',
|
| 'mojo_gles2',
|
| 'mojo_native_viewport_bindings',
|
| - 'mojo_shell_bindings',
|
| + 'mojo_shell_client',
|
| 'mojo_system',
|
| 'mojo_utility',
|
| ],
|
| @@ -63,7 +64,7 @@
|
| 'mojo_environment_chromium',
|
| 'mojo_gles2',
|
| 'mojo_native_viewport_bindings',
|
| - 'mojo_shell_bindings',
|
| + 'mojo_shell_client',
|
| 'mojo_system',
|
| ],
|
| 'sources': [
|
| @@ -90,7 +91,7 @@
|
| 'mojo_environment_chromium',
|
| 'mojo_gles2',
|
| 'mojo_native_viewport_bindings',
|
| - 'mojo_shell_bindings',
|
| + 'mojo_shell_client',
|
| 'mojo_system',
|
| ],
|
| 'defines': [
|
| @@ -211,7 +212,7 @@
|
| 'mojo_common_lib',
|
| 'mojo_environment_chromium',
|
| 'mojo_gles2',
|
| - 'mojo_shell_bindings',
|
| + 'mojo_shell_client',
|
| 'mojo_system',
|
| ],
|
| 'sources': [
|
| @@ -262,7 +263,7 @@
|
| 'mojo_environment_chromium',
|
| 'mojo_gles2',
|
| 'mojo_launcher_bindings',
|
| - 'mojo_shell_bindings',
|
| + 'mojo_shell_client',
|
| 'mojo_system',
|
| ],
|
| 'sources': [
|
| @@ -305,7 +306,7 @@
|
| 'mojo_environment_chromium',
|
| 'mojo_launcher_bindings',
|
| 'mojo_native_viewport_bindings',
|
| - 'mojo_shell_bindings',
|
| + 'mojo_shell_client',
|
| 'mojo_system',
|
| 'mojo_view_manager_bindings',
|
| ],
|
|
|