| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index c6d764c19b33c98b4eb3611458c10b809986c3be..dcf9bfda77b186c9db9f5430b0fe3b69eb981d11 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -773,6 +773,11 @@ test("content_unittests") {
|
| if (is_mac && use_openssl) {
|
| deps += [ "//third_party/boringssl" ]
|
| }
|
| +
|
| + if (use_openh264) {
|
| + sources += [ "../browser/media/openh264_unittests.cc" ]
|
| + deps += [ "//third_party/openh264/testing:openh264_testing" ]
|
| + }
|
| }
|
|
|
| test("content_perftests") {
|
|
|