Chromium Code Reviews| Index: content/public/child/BUILD.gn |
| diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn |
| index c84de367bb384b33c148c43980998c0939ad2a16..fb5c5bf433479a3bcbcc8e84cee37fea06460868 100644 |
| --- a/content/public/child/BUILD.gn |
| +++ b/content/public/child/BUILD.gn |
| @@ -14,6 +14,12 @@ group("child") { |
| public_deps = [ |
| ":child_sources", |
| ] |
| + if (!is_android) { |
| + public_deps += [ |
| + "//content/gpu", |
| + "//content/ppapi_plugin", |
| + ] |
| + } |
| } |
| } |