diff options
| author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-03 23:02:57 +0000 |
|---|---|---|
| committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-03 23:02:57 +0000 |
| commit | 4170d3a06feb349153149c05493756bfd3700cd3 (patch) | |
| tree | c3b3b20ddd3689b1c177b44635fe3c2d27750f35 /chrome/DEPS | |
| parent | c1c416186e47a3caab464ffe8851e8ce5ff92b5b (diff) | |
| download | chromium_src-4170d3a06feb349153149c05493756bfd3700cd3.zip chromium_src-4170d3a06feb349153149c05493756bfd3700cd3.tar.gz chromium_src-4170d3a06feb349153149c05493756bfd3700cd3.tar.bz2 | |
Move components/zip to third_party/zip
Move components to zip as per the discussion here:
https://groups.google.com/a/chromium.org/d/topic/chromium-dev/MgbMTQCNzR0/discussion
BUG=
R=agl@chromium.org, gavinp@chromium.org, jam@chromium.org, joi@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197964
Review URL: https://codereview.chromium.org/14021015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
| -rw-r--r-- | chrome/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 358576c..66a1c42 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -26,7 +26,6 @@ include_rules = [ "+chrome/test", "+components/sessions", "+components/visitedlink/common", - "+components/zip", "+content/public/common", "+content/public/test", "+content/test/gpu", @@ -50,6 +49,7 @@ include_rules = [ "+third_party/npapi", # NPAPI interface headers. "+third_party/skia", "+third_party/tcmalloc", + "+third_party/zlib/google", "+third_party/GTM", # Google Toolbox for Mac. "+ui", |
