summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authordroger <droger@chromium.org>2014-12-19 03:19:49 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-19 11:20:24 +0000
commit7ebec077726d438198bdf599dc8705a6d1d76964 (patch)
treed2ba7f6db0391fb71aca9f32158955df1caa2ab5 /components/components.gyp
parentfb53807a4c50eadfe63a7f1b5afce972a82a7cc9 (diff)
downloadchromium_src-7ebec077726d438198bdf599dc8705a6d1d76964.zip
chromium_src-7ebec077726d438198bdf599dc8705a6d1d76964.tar.gz
chromium_src-7ebec077726d438198bdf599dc8705a6d1d76964.tar.bz2
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}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp5
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',