Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index 161cf0d615d36791e548b60971e96a9d86f79d5a..2aa54b0c28015cf45cefac04d3bf3ae6d2aba4f8 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -462,7 +462,7 @@ group("browser_dependencies") { |
| "//chrome/common", |
| "//sync", |
| ] |
| - if (!is_ios) { |
| + if (enable_plugins) { |
| public_deps += [ "//ppapi/host" ] |
| } |