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