diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 20:47:59 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 20:47:59 +0000 |
commit | 755105b5e09dbe213b63709d9930b9578f5c2393 (patch) | |
tree | 748e9087ae7754922f279957559515a1dde73740 /DEPS | |
parent | b7759e80dbbf1ccc1ba6b6f74114c45740d8bcc7 (diff) | |
download | chromium_src-755105b5e09dbe213b63709d9930b9578f5c2393.zip chromium_src-755105b5e09dbe213b63709d9930b9578f5c2393.tar.gz chromium_src-755105b5e09dbe213b63709d9930b9578f5c2393.tar.bz2 |
Use a fixed revision for GYP in DEPS
Review URL: http://codereview.chromium.org/46001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk", + "http://gyp.googlecode.com/svn/trunk@364", "src/v8": "http://v8.googlecode.com/svn/trunk@1458", |