| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index c460b955937015684a1d70681c10a66ac843a6b9..48bd657e5dc02712d0d53b3a690e342a707ce4d6 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -8,17 +8,16 @@
|
| 'target_name': 'mojo_sample_app',
|
| 'type': 'shared_library',
|
| 'dependencies': [
|
| - '../base/base.gyp:base',
|
| '../gpu/gpu.gyp:gles2_c_lib',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gl/gl.gyp:gl',
|
| - 'mojo_common_lib',
|
| 'mojo_gles2',
|
| 'mojo_gles2_bindings',
|
| 'mojo_native_viewport_bindings',
|
| 'mojo_shell_bindings',
|
| 'mojo_system',
|
| + 'mojo_utility',
|
| ],
|
| 'sources': [
|
| 'examples/sample_app/gles2_client_impl.cc',
|
|
|