diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-07-03 20:56:06 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-07-03 20:56:35 +0200 |
commit | fc4e12b8f1d6e3ea010d575504011deee2a97b16 (patch) | |
tree | b7ef6352a6c36c26c5446c1a803d9d1bf462d163 /tools/gyp/DEPS | |
parent | 5da78905a6c82aa40f79ae8ff1a74a53bc89a588 (diff) | |
download | node-new-fc4e12b8f1d6e3ea010d575504011deee2a97b16.tar.gz |
tools: update gyp to r1426
Diffstat (limited to 'tools/gyp/DEPS')
-rw-r--r-- | tools/gyp/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gyp/DEPS b/tools/gyp/DEPS index c331448091..c17571ae0c 100644 --- a/tools/gyp/DEPS +++ b/tools/gyp/DEPS @@ -4,6 +4,7 @@ vars = { "chrome_trunk": "http://src.chromium.org/svn/trunk", + "googlecode_url": "http://%s.googlecode.com/svn", } deps = { @@ -18,5 +19,8 @@ deps_os = { "third_party/python_26": Var("chrome_trunk") + "/tools/third_party/python_26@89111", + + "src/third_party/pefile": + (Var("googlecode_url") % "pefile") + "/trunk@63", }, } |