Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1243)

Unified Diff: mojo/mojo.gyp

Issue 61423003: Add a SpinningCube to Mojo's sample_app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Windows!!!! Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/sample_app/spinning_cube.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
{
« no previous file with comments | « mojo/examples/sample_app/spinning_cube.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698