| 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..8d7cbf4aafc16bb276273109da9e1a0e7dd5da4b 100644
|
| --- a/gpu/command_buffer/client/BUILD.gn
|
| +++ b/gpu/command_buffer/client/BUILD.gn
|
| @@ -31,6 +31,14 @@ 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") {
|
| visibility = [ "//gpu/*" ]
|
|
|
|
|