| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 893b413b9f60046486146c4ffff4779aeaa013c0..47f8af42bcac57ec62a1a69b147ba725f8d7132a 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -175,7 +175,7 @@ static_library("ui") {
|
| sources += rebase_path(gypi_values.chrome_browser_ui_plugin_sources,
|
| ".",
|
| "//chrome")
|
| - deps += [ "//ppapi:ppapi_ipc" ]
|
| + deps += [ "//ppapi/proxy:ipc" ]
|
| }
|
| if (safe_browsing_mode == 1) {
|
| defines += [ "FULL_SAFE_BROWSING" ]
|
|
|