| Index: ppapi/proxy/BUILD.gn
|
| diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
|
| index 9167f8826e9434f9d60c7d45e14214e2528bb0bc..79ab6855ab84a187fe036a7fdf94b303c72a1355 100644
|
| --- a/ppapi/proxy/BUILD.gn
|
| +++ b/ppapi/proxy/BUILD.gn
|
| @@ -279,7 +279,7 @@ component("proxy") {
|
| deps = [
|
| "//base",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| - "//gpu/ipc",
|
| + "//gpu/ipc/common",
|
| "//ipc",
|
| "//media:shared_memory_support",
|
| "//ppapi/c",
|
| @@ -343,7 +343,7 @@ source_set("ipc_sources") {
|
|
|
| deps = [
|
| "//base",
|
| - "//gpu/ipc",
|
| + "//gpu/ipc/common",
|
| "//ipc",
|
| "//ppapi/c",
|
| "//ppapi/shared_impl",
|
|
|