Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index 2f40b1733c4e1cff26cdc9f9cad7acb1507ae68a..6acf464f81d5ccb8c70fa69f5001dac5ade5a6d5 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -231,10 +231,13 @@ |
'target_name': 'sample_app', |
'type': 'shared_library', |
'dependencies': [ |
+ '../ui/gl/gl.gyp:gl', |
'mojo_system', |
], |
'sources': [ |
'examples/sample_app/sample_app.cc', |
+ 'examples/sample_app/spinning_cube.cc', |
+ 'examples/sample_app/spinning_cube.h', |
], |
}, |
{ |