Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 1f4665229c89b84b788d6257fd16fc9c4d6b6dd0..b1244be7324dee5637eef5691ae08e2d80710783 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -278,7 +278,10 @@ static_library("test_support") { |
"//ppapi/shared_impl:test_support", |
] |
} else { |
- sources -= [ "ppapi_unittest.cc" ] |
+ sources -= [ |
+ "../public/test/ppapi_test_utils.cc", |
+ "ppapi_unittest.cc", |
+ ] |
} |
if (enable_webrtc) { |