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

Unified Diff: mojo/mojo_apps.gypi

Issue 111083005: Beginning of JS Mojo API to GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 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
« mojo/apps/js/main.js ('K') | « mojo/apps/js/mojo_runner_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_apps.gypi
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi
index dddf66f9b80eba60e9f3b8f87e2e4bd323c35ebc..aeec0cdcf6249d77e1a450e9e0b915f60eb97507 100644
--- a/mojo/mojo_apps.gypi
+++ b/mojo/mojo_apps.gypi
@@ -28,6 +28,12 @@
'apps/js/bindings/threading.h',
'apps/js/bindings/core.cc',
'apps/js/bindings/core.h',
+ 'apps/js/bindings/gl/context.cc',
+ 'apps/js/bindings/gl/context.h',
+ 'apps/js/bindings/gl/module.cc',
+ 'apps/js/bindings/gl/module.h',
+ 'apps/js/bindings/gl/opaque.cc',
+ 'apps/js/bindings/gl/opaque.h',
'apps/js/bindings/handle.cc',
'apps/js/bindings/handle.h',
'apps/js/bindings/support.cc',
« mojo/apps/js/main.js ('K') | « mojo/apps/js/mojo_runner_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698