| Index: gpu/command_buffer/client/BUILD.gn
|
| diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
|
| index 25b0fca16202376a37eb4c9469610d4957420004..759ff8702ef9f6c2429f5e86329486e31db18640 100644
|
| --- a/gpu/command_buffer/client/BUILD.gn
|
| +++ b/gpu/command_buffer/client/BUILD.gn
|
| @@ -58,10 +58,12 @@ source_set("client_sources") {
|
|
|
| all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
|
|
|
| - deps = [
|
| + public_deps = [
|
| "//base",
|
| - "//gpu/command_buffer/common:common_sources",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| + ]
|
| + deps = [
|
| + "//gpu/command_buffer/common:common_sources",
|
| "//ui/gfx:memory_buffer",
|
| "//ui/gfx/geometry",
|
| ]
|
|
|