diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-19 17:38:52 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-19 17:38:52 +0000 |
commit | a4c367737b8062ab4122a1fdcff1ed29a0a11afd (patch) | |
tree | 83927f317e1f2be3be5c9d26e41a817e3e96420c /experimental/webtry/setup | |
parent | a369e36e9d00dc83798703814cebd0b04e9525a4 (diff) |
Add gzip encoding responses.
BUG=skia:
R=mtklein@google.com
Author: jcgregorio@google.com
Review URL: https://codereview.chromium.org/298433002
git-svn-id: http://skia.googlecode.com/svn/trunk@14786 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/webtry/setup')
-rwxr-xr-x | experimental/webtry/setup/continue_install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/experimental/webtry/setup/continue_install b/experimental/webtry/setup/continue_install index b816eb0409..7891be4d53 100755 --- a/experimental/webtry/setup/continue_install +++ b/experimental/webtry/setup/continue_install @@ -56,6 +56,5 @@ ninja -C out/Debug webtry cd experimental/webtry -go get github.com/mattn/go-sqlite3 -go get github.com/go-sql-driver/mysql +go get -d go build webtry.go |