Chromium Code Reviews| Index: extensions/extensions.gyp |
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp |
| index 3aae4cb258e6b603f96fce52096d3a347125aac4..f2ee014ae9817c26203053780131b3a33e78cb21 100644 |
| --- a/extensions/extensions.gyp |
| +++ b/extensions/extensions.gyp |
| @@ -226,6 +226,14 @@ |
| 'sources': [ |
| '<@(extensions_renderer_sources_wifi_display)', |
| ], |
| + 'conditions': [ |
| + ['use_openh264==1', { |
|
hbos_chromium
2016/04/28 09:02:33
I added the use_openh264 flag so that I could cont
hbos_chromium
2016/04/28 09:22:15
If this does not apply because this is an extensio
e_hakkinen
2016/04/28 13:47:39
The code is not used without an extra flags anyway
hbos_chromium
2016/04/28 14:27:29
There are reasons for why third_party/openh264 is
|
| + 'defines': ['USE_OPENH264=1'], |
| + 'dependencies': [ |
| + '../third_party/openh264/openh264.gyp:openh264_encoder', |
| + ] |
| + }] |
| + ] |
| }], |
| ], |
| }, |