| 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',
|
|
|