This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
solutions = [ | |
{ "name" : 'src', | |
"url" : 'https://github.com/Wowfunhappy/chromium-legacy.git', | |
"deps_file" : 'DEPS', | |
"managed" : False, | |
"custom_deps" : { | |
}, | |
"custom_vars": { | |
"checkout_pgo_profiles": True, | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/** | |
* A simple PHP proxy. | |
* Based on https://gist.github.com/iovar/9091078 | |
* Modified by Wowfunhappy | |
* | |
* Usage: http://path/to/proxy.php?example.com | |
*/ |