| Index: gpu/command_buffer/client/BUILD.gn
|
| diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
|
| index e2c11078697df6be79fc800406b4e848156d0e55..bd901bd68c69cb845c6bbc9412c16786f164d4ca 100644
|
| --- a/gpu/command_buffer/client/BUILD.gn
|
| +++ b/gpu/command_buffer/client/BUILD.gn
|
| @@ -31,14 +31,6 @@ group("gles2_cmd_helper") {
|
| }
|
| }
|
|
|
| -component("client_sources_for_ppapi") {
|
| - public_deps = [
|
| - ":client_sources",
|
| - ":gles2_implementation",
|
| - "//gpu/ipc/common:command_buffer_traits",
|
| - ]
|
| -}
|
| -
|
| source_set("client_sources") {
|
| # External code should depend on this via //gpu/client above rather than
|
| # depending on this directly or the component build will break.
|
|
|