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

Unified Diff: services/js/modules/gl/BUILD.gn

Issue 788863003: Restore the JS Spinning Cube demo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Removed spurious includes Created 6 years 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: services/js/modules/gl/BUILD.gn
diff --git a/services/js/modules/gl/BUILD.gn b/services/js/modules/gl/BUILD.gn
index 54181ba091650ec752ccad8b78f6175aaa8f69f0..aa137c328d4a4feb7264ee243615639c777fdac8 100644
--- a/services/js/modules/gl/BUILD.gn
+++ b/services/js/modules/gl/BUILD.gn
@@ -14,6 +14,8 @@ source_set("gl") {
"//base",
"//gin",
"//v8",
+ "//gpu/command_buffer/client:gles2_interface",
+ "//mojo/public/c/gles2",
"//mojo/edk/js",
"//mojo/environment:chromium",
"//mojo/public/c/gles2",

Powered by Google App Engine
This is Rietveld 408576698