| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index 590285fd192ef0dd3cbfcf2e218f5e4c699e9e91..810ba3dc715de78197800c5f50180621ad9691d7 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -8,10 +8,8 @@
|
| 'target_name': 'mojo_sample_app',
|
| 'type': 'shared_library',
|
| 'dependencies': [
|
| - # TODO(darin): we should not be linking against these libraries!
|
| - '../ui/gfx/gfx.gyp:gfx',
|
| + '../ui/events/events.gyp:events',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| - '../ui/gl/gl.gyp:gl',
|
| 'mojo_bindings',
|
| 'mojo_environment_standalone',
|
| 'mojo_gles2',
|
|
|