Beginning of JS Mojo API to GL.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/111083005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240807 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 481d2498a8c07fd290ae0e9d6b25dcaf6198c05f
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi
index 0efceff..fbcd134 100644
--- a/mojo/mojo_apps.gypi
+++ b/mojo/mojo_apps.gypi
@@ -5,7 +5,9 @@
       'type': 'static_library',
       'dependencies': [
         '../base/base.gyp:base',
+        '../gpu/gpu.gyp:gles2_c_lib',
         '../gin/gin.gyp:gin',
+        '../ui/gl/gl.gyp:gl',
         '../v8/tools/gyp/v8.gyp:v8',
         'mojo_common_lib',
         'mojo_gles2',
@@ -29,6 +31,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',