Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 929915bd430f7679ccf929c687cc18d91843384b..6d53a56b490ab087cba7375a8bd680c32b1a546d 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -1298,6 +1298,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', |
| + ], |
| + }], |
| ], |
| }, |
| { |