| Index: mojo/gles2/BUILD.gn
|
| diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
|
| index ef49b9e92f20d83c174b542585b6e00022686fb3..2118604a687382896d9de7fa4bc448e3d713719a 100644
|
| --- a/mojo/gles2/BUILD.gn
|
| +++ b/mojo/gles2/BUILD.gn
|
| @@ -3,7 +3,6 @@
|
| # found in the LICENSE file.
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
| -import("//mojo/system.gni")
|
|
|
| config("mojo_use_gles2") {
|
| defines = [ "MOJO_USE_GLES2_IMPL" ]
|
| @@ -24,11 +23,11 @@ component("gles2") {
|
| "//gpu/command_buffer/common",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| + "//mojo/public/c/system:for_component",
|
| "//mojo/services/gles2:bindings",
|
| "//mojo/services/gles2:interfaces",
|
| "//mojo/environment:chromium",
|
| ]
|
| - deps += mojo_system_for_component
|
|
|
| defines = [
|
| "GL_GLEXT_PROTOTYPES",
|
|
|