| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 3d1dfe794620f40536530980f1ba489dd20deb2f..59cd90f834298eb297a8b3580642e2f3038ea46b 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",
|
| ]
|
| }
|
|
|