Chromium Code Reviews| Index: chrome_frame/cfinstall/build.sh |
| =================================================================== |
| --- chrome_frame/cfinstall/build.sh (revision 140631) |
| +++ chrome_frame/cfinstall/build.sh (working copy) |
| @@ -35,7 +35,7 @@ |
| svn checkout http://closure-library.googlecode.com/svn/trunk/ \ |
|
jln (very slow on Chromium)
2012/07/23 23:57:47
Any reason not to turn that one to https as well ?
jln (very slow on Chromium)
2012/07/24 01:18:20
Ohh yeah, broken SVN clients. I forgot.
|
| $CLOSURE_LIBRARY_DIR; } && \ |
| { [[ -e $CLOSURE_COMPILER_JAR ]] || |
| - { wget http://closure-compiler.googlecode.com/files/compiler-latest.zip \ |
| + { wget https://closure-compiler.googlecode.com/files/compiler-latest.zip \ |
| -O $CLOSURE_COMPILER_ZIP && \ |
| unzip -d $DEPS_DIR $CLOSURE_COMPILER_ZIP \ |
| $CLOSURE_COMPILER_JAR_ZIP_RELATIVE >/dev/null; }; } && |