Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index bee53fb1c0c4cb0e4e360d5393358f0ec63d4613..d17fe1227acb858baad122c313739cb94536fbc2 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) { |