| Index: mojo/mojo_apps.gypi
|
| diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi
|
| index 0efceff956e967344f2c78fae5892d151758ef82..fbcd134539b887d8e32b32f13eddb2edc8f363d3 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',
|
|
|