Chromium Code Reviews| Index: content/app/BUILD.gn |
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn |
| index cdd9410bd2048e4ce3642d077cb17343f4a16dec..21d91f9bdde026a0a63cb57f818008043ca15e65 100644 |
| --- a/content/app/BUILD.gn |
| +++ b/content/app/BUILD.gn |
| @@ -126,7 +126,10 @@ template("implement_content_app") { |
| } |
| configs += extra_configs |
| - deps = content_app_deps + [ ":$runner_target_name" ] |
| + deps = content_app_deps + [ |
| + ":$runner_target_name", |
| + "//ipc", |
| + ] |
| forward_variables_from(invoker, |
| [ |
| "defines", |