Chromium Code Reviews| Index: webrtc/supplement.gypi |
| diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi |
| index 7b2e075d17537c01152813abb3f9e3eea4d31a89..f1974d73d83f1f92def606a467061ef0a4a9f93d 100644 |
| --- a/webrtc/supplement.gypi |
| +++ b/webrtc/supplement.gypi |
| @@ -24,6 +24,11 @@ |
| }], |
| ], |
| }], |
| + ['OS=="android"', { |
| + # MJPEG capture is not used on Android. Disable to reduce |
| + # libjingle_peerconnection_so file size. |
| + 'libyuv_disable_jpeg%': 1, |
|
kjellander_webrtc
2016/05/16 14:23:22
You only need to put a variable in supplement.gypi
magjed_webrtc
2016/05/17 08:45:56
I tried moving it to webrtc/build/common.gypi, but
kjellander_webrtc
2016/05/17 14:07:49
Oh dear, GYP trickery. We chatted offline and came
|
| + }], |
| ], |
| }, |
| 'target_defaults': { |