| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 7895b59e193bd9e799982cae130d0ad23a4e7d66..38b6b834d2a8268bb3ca5a188c71a7c457377144 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1063,6 +1063,9 @@
|
| ],
|
| }],
|
| ['OS!="ios"', {
|
| + 'includes': [
|
| + '../third_party/openh264/openh264_args.gypi',
|
| + ],
|
| 'targets': [
|
| {
|
| # GN version: //content/test:layouttest_support
|
| @@ -1299,6 +1302,14 @@
|
| '../third_party/boringssl/boringssl.gyp:boringssl',
|
| ],
|
| }],
|
| + ['use_openh264==1', {
|
| + 'sources': [
|
| + 'browser/media/openh264_unittests.cc',
|
| + ],
|
| + 'dependencies': [
|
| + '../third_party/openh264/testing/openh264_testing.gyp:openh264_testing',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|