diff options
Diffstat (limited to 'components/components.gyp')
-rw-r--r-- | components/components.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp index 91b5fc6..e011a89 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -81,6 +81,11 @@ 'web_modal.gypi', ], }], + ['OS == "ios"', { + 'includes': [ + 'webp_transcode.gypi', + ], + }], ['OS != "android"', { 'includes': [ 'feedback.gypi', |