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

Unified Diff: shell/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: fix android build 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
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 7b4ec4cd77f53e8c1216a21d39ff03a17399fa3d..3dd3dfeaf426948e6c8ae212bf9b0ea18d85adf7 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -216,6 +216,7 @@ source_set("native_application_support") {
deps = [
"//base",
"//mojo/gles2",
+ "//mojo/gles2:mgl",
]
# This target has to include the public thunk headers, which generally

Powered by Google App Engine
This is Rietveld 408576698