Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 9a1f71f86d53dcf1ab1a1f28c80c15bde4d725af..935db3f86c9ccdc7e07c7d1ac579af8faf659a38 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -48,7 +48,7 @@ source_set("child") { |
} |
if (enable_plugins) { |
- deps += [ "//ppapi:ppapi_proxy" ] |
+ deps += [ "//ppapi/proxy" ] |
} else { |
sources -= [ |
"browser_font_resource_trusted.cc", |