From 7ebec077726d438198bdf599dc8705a6d1d76964 Mon Sep 17 00:00:00 2001 From: droger Date: Fri, 19 Dec 2014 03:19:49 -0800 Subject: Move iOS WebP decoding to a component This CL moves WebP decoding out of the web layer to a component that does not depend on web. This will allow to use the WebP decoding without pulling a dependency on the web layer. BUG=430110 TBR=cbentzel Review URL: https://codereview.chromium.org/814013003 Cr-Commit-Position: refs/heads/master@{#309181} --- components/components.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'components/components.gyp') 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', -- cgit v1.1