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