| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 3eaff73179005783a3fffa7ffbdcac525fda4976..fb62b14d5e32a61997e2ef4b5f944c1f48aa4243 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -375,7 +375,9 @@
|
| 'mojo_geometry_lib',
|
| 'mojo_surfaces_bindings',
|
| 'mojo_surfaces_lib',
|
| - '<(mojo_gles2_for_loadable_module)',
|
| + ],
|
| + 'includes': [
|
| + 'mojo_public_gles2_for_loadable_module.gypi',
|
| ],
|
| 'export_dependent_settings': [
|
| 'mojo_surfaces_bindings',
|
| @@ -479,7 +481,9 @@
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| 'mojo_cc_support',
|
| 'mojo_native_viewport_bindings',
|
| - '<(mojo_gles2_for_loadable_module)',
|
| + ],
|
| + 'includes': [
|
| + 'mojo_public_gles2_for_loadable_module.gypi',
|
| ],
|
| 'sources': [
|
| 'aura/aura_init.cc',
|
|
|