| Index: ppapi/proxy/BUILD.gn
|
| diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
|
| index bf8872327b86b336b0a9beea595d7fb775d1ebd5..da070f8f2245ed119984aee4d1f9d806c86c9ddc 100644
|
| --- a/ppapi/proxy/BUILD.gn
|
| +++ b/ppapi/proxy/BUILD.gn
|
| @@ -274,6 +274,7 @@ component("proxy") {
|
| ]
|
|
|
| public_deps = [
|
| + "//ipc",
|
| "//ppapi/proxy:ipc_sources",
|
| ]
|
|
|
| @@ -282,7 +283,6 @@ component("proxy") {
|
| "//base",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/ipc/common:command_buffer_traits",
|
| - "//ipc",
|
| "//media:shared_memory_support",
|
| "//mojo/edk/system",
|
| "//ppapi/c",
|
| @@ -357,10 +357,14 @@ source_set("ipc_sources") {
|
| deps = [
|
| "//base",
|
| "//gpu/ipc/common:command_buffer_traits",
|
| - "//ipc",
|
| "//ppapi/c",
|
| "//ppapi/shared_impl",
|
| ]
|
| +
|
| + public_deps = [
|
| + "//ipc",
|
| + ]
|
| +
|
| if (!is_nacl) {
|
| deps += [ "//skia" ]
|
| }
|
|
|