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

Unified Diff: examples/sample_app/spinning_cube.cc

Issue 684543003: Move //mojo/examples to //examples (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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 | « examples/sample_app/spinning_cube.h ('k') | examples/surfaces_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/sample_app/spinning_cube.cc
diff --git a/mojo/examples/sample_app/spinning_cube.cc b/examples/sample_app/spinning_cube.cc
similarity index 99%
rename from mojo/examples/sample_app/spinning_cube.cc
rename to examples/sample_app/spinning_cube.cc
index e41798419bab8d799b62b66e6b25dd4f6ae87cee..d8889fef94bd2f9c8e4185127a93fdbbe7a06913 100644
--- a/mojo/examples/sample_app/spinning_cube.cc
+++ b/examples/sample_app/spinning_cube.cc
@@ -14,13 +14,13 @@
// http://www.opengles-book.com
//
-#include "mojo/examples/sample_app/spinning_cube.h"
+#include "examples/sample_app/spinning_cube.h"
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
-#include <GLES2/gl2.h>
-#include <GLES2/gl2ext.h>
namespace examples {
« no previous file with comments | « examples/sample_app/spinning_cube.h ('k') | examples/surfaces_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698