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