| Index: gpu/command_buffer/client/BUILD.gn
|
| diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
|
| index 23d5a8c14cc49812bd53422651e115c4d65f906e..1e32380b4e6f2babe639caef725dcf0893eea72e 100644
|
| --- a/gpu/command_buffer/client/BUILD.gn
|
| +++ b/gpu/command_buffer/client/BUILD.gn
|
| @@ -88,6 +88,8 @@ gles2_implementation_source_files = [
|
| "gles2_trace_implementation_impl_autogen.h",
|
| "gpu_switches.cc",
|
| "gpu_switches.h",
|
| + "mojo_gles2_impl_autogen.cc",
|
| + "mojo_gles2_impl_autogen.h",
|
| "program_info_manager.cc",
|
| "program_info_manager.h",
|
| "query_tracker.cc",
|
| @@ -136,6 +138,7 @@ component("gles2_implementation") {
|
| ":gles2_interface",
|
| "//base",
|
| "//gpu/command_buffer/common",
|
| + "//third_party/mojo/src/mojo/public/c/gles2",
|
| "//ui/gfx/geometry",
|
| ]
|
| }
|
| @@ -156,6 +159,7 @@ component("gles2_implementation_no_check") {
|
| ":gles2_cmd_helper",
|
| "//base",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| + "//third_party/mojo/src/mojo/public/c/gles2",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| ]
|
|
|