| Index: gpu/command_buffer/client/BUILD.gn
|
| diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
|
| index bbb7c0b99d1de1309dbc17f71a92ff2c804b229b..fa1db075d0130d1f66d2199d16efe28010b7c3cc 100644
|
| --- a/gpu/command_buffer/client/BUILD.gn
|
| +++ b/gpu/command_buffer/client/BUILD.gn
|
| @@ -59,7 +59,11 @@ source_set("client_sources") {
|
| all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
|
|
|
| deps = [
|
| + "//base",
|
| "//gpu/command_buffer/common:common_sources",
|
| + "//gpu/command_buffer/common:gles2_utils",
|
| + "//ui/gfx",
|
| + "//ui/gfx/geometry",
|
| ]
|
| }
|
|
|
|
|