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

Unified Diff: examples/spinning_cube/BUILD.gn

Issue 1416133002: Use MGLGetProcAddress to access OpenGL functions (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | examples/spinning_cube/spinning_cube.h » ('j') | examples/spinning_cube/spinning_cube.cc » ('J')
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 29eb6a9e6c6e149a6435c53c55723a65000b2694..68d84f421350e4632104db03936c78704c2087c6 100644
--- a/examples/spinning_cube/BUILD.gn
+++ b/examples/spinning_cube/BUILD.gn
@@ -35,6 +35,7 @@ source_set("lib") {
deps = [
"//base",
"//mojo/public/c/gpu",
+ "//mojo/public/c/gpu:MGL",
"//mojo/public/cpp/environment",
]
}
« no previous file with comments | « no previous file | examples/spinning_cube/spinning_cube.h » ('j') | examples/spinning_cube/spinning_cube.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698