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

Unified Diff: examples/spinning_cube/BUILD.gn

Issue 1288583002: Add MGL entry points and port spinning_cube to use them (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | examples/spinning_cube/gles2_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/spinning_cube/BUILD.gn
diff --git a/examples/spinning_cube/BUILD.gn b/examples/spinning_cube/BUILD.gn
index 65b70595d260d21d777200415c0c78009f5a94b4..801e086e49993f8db2767b09e26d12391231604e 100644
--- a/examples/spinning_cube/BUILD.gn
+++ b/examples/spinning_cube/BUILD.gn
@@ -15,6 +15,8 @@ mojo_native_application("spinning_cube") {
":lib",
"//base",
"//mojo/public/c/gles2",
+ "//mojo/public/c/gpu",
+ "//mojo/public/c/gpu:gpu_onscreen",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
@@ -34,7 +36,7 @@ source_set("lib") {
deps = [
"//base",
"//mojo/common",
- "//mojo/public/c/gles2",
+ "//mojo/public/c/gpu",
"//mojo/public/cpp/environment",
]
}
« no previous file with comments | « no previous file | examples/spinning_cube/gles2_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698