diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 16:34:16 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 16:34:16 +0000 |
commit | 823bc5008a9e89f82a4c32f805a4c06218124994 (patch) | |
tree | 5e1caf6e4e17c88f79a9877c1e4ae5c86cb0814d /DEPS | |
parent | 68b4d89935563f7009074cef5b7be8e0d8148bd4 (diff) | |
download | chromium_src-823bc5008a9e89f82a4c32f805a4c06218124994.zip chromium_src-823bc5008a9e89f82a4c32f805a4c06218124994.tar.gz chromium_src-823bc5008a9e89f82a4c32f805a4c06218124994.tar.bz2 |
Pulling in pdfsqueeze so we can use editable pdfs in the source tree, but
shrink them for the shipping binary.
Review URL: http://codereview.chromium.org/21454
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ deps_os = { "mac": { "src/third_party/GTM": "http://google-toolbox-for-mac.googlecode.com/svn/trunk/@77", + "src/third_party/pdfsqueeze": + "http://pdfsqueeze.googlecode.com/svn/trunk/@2", }, } |