Index: mojo/mojo_examples.gypi |
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi |
index 00d5e81bb3fb4243b267d08e98e53e6bb2e40e42..a81802a56bde1ea23b92000e8dd3915a13095a3b 100644 |
--- a/mojo/mojo_examples.gypi |
+++ b/mojo/mojo_examples.gypi |
@@ -11,7 +11,7 @@ |
# TODO(darin): we should not be linking against these libraries! |
'../ui/events/events.gyp:events', |
'../ui/gfx/gfx.gyp:gfx_geometry', |
- 'mojo_bindings', |
+ 'mojo_cpp_bindings', |
'mojo_environment_standalone', |
'mojo_gles2', |
'mojo_native_viewport_bindings', |
@@ -237,10 +237,10 @@ |
}, |
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
'export_dependent_settings': [ |
- 'mojo_bindings', |
+ 'mojo_cpp_bindings', |
], |
'dependencies': [ |
- 'mojo_bindings', |
+ 'mojo_cpp_bindings', |
], |
}, |
{ |
@@ -284,7 +284,7 @@ |
'../ui/gfx/gfx.gyp:gfx', |
'../ui/gfx/gfx.gyp:gfx_geometry', |
'../ui/gl/gl.gyp:gl', |
- 'mojo_bindings', |
+ 'mojo_cpp_bindings', |
'mojo_environment_standalone', |
'mojo_gles2', |
'mojo_view_manager_bindings', |
@@ -305,7 +305,7 @@ |
'type': 'shared_library', |
'dependencies': [ |
'../base/base.gyp:base', |
- 'mojo_bindings', |
+ 'mojo_cpp_bindings', |
'mojo_environment_standalone', |
'mojo_echo_bindings', |
'mojo_shell_client', |