summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorhajimehoshi <hajimehoshi@chromium.org>2016-01-14 11:09:00 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 19:10:48 +0000
commit1e1cc1a7060ab8eb95a62da608f333e31aaba475 (patch)
tree19acfb95790312a95346e17b8043d9b4bfc02374 /components/autofill.gypi
parentb46dbd4bfc279b4112841cdd9ac1f6b9f95cdca4 (diff)
downloadchromium_src-1e1cc1a7060ab8eb95a62da608f333e31aaba475.zip
chromium_src-1e1cc1a7060ab8eb95a62da608f333e31aaba475.tar.gz
chromium_src-1e1cc1a7060ab8eb95a62da608f333e31aaba475.tar.bz2
Move components/compression to third_party/zlib/google
We are now implementing CompressibleString in third_party/WebKit/Source/ wtf/text and want to use compression algorithm, but wtf/text can't depend on components. This CL moves components/compression to third_party and enables wtf/text to use the compression utility. The purpose of this CL is similar to crrev.com/14021015. BUG=574317 TEST=n/a Review URL: https://codereview.chromium.org/1564773002 Cr-Commit-Position: refs/heads/master@{#369491}
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 5d07ed2..29c04fa 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -11,6 +11,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
+ '../third_party/zlib/google/zip.gyp:compression_utils',
'../url/url.gyp:url_lib',
],
'include_dirs': [
@@ -86,7 +87,6 @@
'autofill_core_common',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
- 'compression',
'data_use_measurement_core',
'infobars_core',
'keyed_service_core',