Chromium Code Reviews| Index: mojo/mojo_examples.gypi |
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi |
| index 48bd657e5dc02712d0d53b3a690e342a707ce4d6..de0e1e3de6aca0fb8e9047f6c8b66ca753916763 100644 |
| --- a/mojo/mojo_examples.gypi |
| +++ b/mojo/mojo_examples.gypi |
| @@ -12,6 +12,7 @@ |
| '../ui/gfx/gfx.gyp:gfx', |
| '../ui/gfx/gfx.gyp:gfx_geometry', |
| '../ui/gl/gl.gyp:gl', |
| + 'mojo_environment_chromium', |
|
piman
2014/01/14 23:44:20
This should have been mojo_environment_standalone.
|
| 'mojo_gles2', |
| 'mojo_gles2_bindings', |
| 'mojo_native_viewport_bindings', |
| @@ -47,6 +48,7 @@ |
| '../ui/gfx/gfx.gyp:gfx_geometry', |
| '../ui/gl/gl.gyp:gl', |
| 'mojo_common_lib', |
| + 'mojo_environment_chromium', |
| 'mojo_gles2', |
| 'mojo_gles2_bindings', |
| 'mojo_native_viewport_bindings', |
| @@ -91,6 +93,7 @@ |
| '../ui/ui.gyp:ui', |
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 'mojo_common_lib', |
| + 'mojo_environment_chromium', |
| 'mojo_gles2', |
| 'mojo_gles2_bindings', |
| 'mojo_native_viewport_bindings', |