| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index d35355c67bc6cc32e47120963d2f95c087832eee..680700ac119fed69a5b229a504b886742ad7fb05 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -407,7 +407,7 @@ static_library("browser") {
|
| rebase_path(gypi_values.chrome_browser_plugins_sources, ".", "//chrome")
|
| deps += [
|
| "//components/pdf/browser",
|
| - "//ppapi:ppapi_ipc",
|
| + "//ppapi/proxy:ipc",
|
| "//third_party/adobe/flash:flapper_version_h",
|
| ]
|
| }
|
|
|