Server IP : 66.29.132.122 / Your IP : 3.145.73.196 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/ |
Upload File : |
# DEPS file for gclient use in buildbot execution of gyp tests. # # (You don't need to use gclient for normal GYP development work.) vars = { "chrome_trunk": "http://src.chromium.org/svn/trunk", "googlecode_url": "http://%s.googlecode.com/svn", } deps = { } deps_os = { "win": { "third_party/cygwin": Var("chrome_trunk") + "/deps/third_party/cygwin@66844", "third_party/python_26": Var("chrome_trunk") + "/tools/third_party/python_26@89111", "src/third_party/pefile": (Var("googlecode_url") % "pefile") + "/trunk@63", }, }