| Index: gpu/command_buffer/client/BUILD.gn
|
| diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
|
| index 01a90a3a2e3bb65baa177d7b61e7e1a0ac4b2ec3..c462d3d668600c298d9ff2249fdd7a3467739b05 100644
|
| --- a/gpu/command_buffer/client/BUILD.gn
|
| +++ b/gpu/command_buffer/client/BUILD.gn
|
| @@ -9,6 +9,8 @@ source_set("client") {
|
| "fenced_allocator.cc",
|
| "fenced_allocator.h",
|
| "gpu_control.h",
|
| + "gpu_switches.cc",
|
| + "gpu_switches.h",
|
| "mapped_memory.cc",
|
| "mapped_memory.h",
|
| "ring_buffer.cc",
|
| @@ -109,7 +111,7 @@ source_set("gles2_interface") {
|
| component("gles2_implementation") {
|
| sources = gles2_implementation_source_files
|
|
|
| - defines = [ "GLES2_IMPL_IMPLEMENTATION" ]
|
| + defines = ["GLES2_IMPL_IMPLEMENTATION"]
|
| all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
|
|
|
| if (is_win) {
|
| @@ -123,7 +125,6 @@ component("gles2_implementation") {
|
| "//base",
|
| "//gpu/command_buffer/common",
|
| "//ui/gfx/geometry",
|
| - "//ui/gl",
|
| ]
|
| }
|
|
|
|
|