| Index: mojo/gles2/BUILD.gn
|
| diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
|
| index a37647a3d93876aa62301566183fb47277378611..f1973e2127c5b24bc9ddcb0a70cdf0f125ac3a13 100644
|
| --- a/mojo/gles2/BUILD.gn
|
| +++ b/mojo/gles2/BUILD.gn
|
| @@ -10,7 +10,7 @@ config("mojo_use_gles2") {
|
| }
|
|
|
| config("gles2_use_mojo") {
|
| - defines = [ "USE_MOJO_GLES2" ]
|
| + defines = [ "GLES2_USE_MOJO" ]
|
| }
|
|
|
| # GYP version: mojo/mojo_base.gyp:mojo_gles2_impl
|
| @@ -23,7 +23,6 @@ component("gles2") {
|
| "//gpu/command_buffer/client",
|
| "//gpu/command_buffer/common",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| - "//mojo/public/gles2",
|
| "//mojo/services/gles2:bindings",
|
| "//mojo/services/gles2:interfaces",
|
| "//mojo/environment:chromium",
|
| @@ -31,6 +30,7 @@ component("gles2") {
|
| deps += mojo_system_for_component
|
|
|
| defines = [
|
| + "GL_GLEXT_PROTOTYPES",
|
| "MOJO_GLES2_IMPL_IMPLEMENTATION",
|
| "MOJO_GLES2_IMPLEMENTATION",
|
| ]
|
|
|