Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index cc0562c91e8f6f7dd06d722063e3da420a04627f..bc1f54d20e9bbc1aa2125b56595f0aec1868d3da 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -1243,6 +1243,14 @@ |
| '../third_party/boringssl/boringssl.gyp:boringssl', |
| ], |
| }], |
|
hbos_chromium
2015/10/29 14:28:26
Note: conditionally part of target 'content_unitte
|
| + ['build_openh264==1', { |
| + 'sources': [ |
| + 'browser/media/openh264_unittests.cc', |
| + ], |
| + 'dependencies': [ |
| + '../third_party/openh264/testing/openh264_testing.gyp:openh264_testing', |
| + ], |
| + }], |
| ], |
| }, |
| ], |