Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 52fc469be2cdf93bd03626278a0b6332aa31adaa..d62c6c6cafa47c68abf32d3b86e30cfe4e64032f 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -861,7 +861,10 @@ test("content_browsertests") { |
| } |
| if (is_linux) { |
| - sources += [ "../zygote/zygote_browsertest.cc" ] |
| + sources += [ |
| + "../browser/linux_ipc_browsertest.cc", |
| + "../zygote/zygote_browsertest.cc", |
| + ] |
| } |
| if (is_android) { |