summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
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/BUILD.gn
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/BUILD.gn')
-rw-r--r--components/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 18f3ed6..e8766e7 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -49,7 +49,6 @@ test("components_unittests") {
"//base/test:test_support",
"//components/bookmarks/browser:unit_tests",
"//components/bookmarks/managed:unit_tests",
- "//components/compression:unit_tests",
"//components/content_settings/core/browser:unit_tests",
"//components/content_settings/core/common",
"//components/content_settings/core/common:unit_tests",