diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 20:47:26 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 20:47:26 +0000 |
commit | 67e0fc29356f68f5eda80e6f65dcc08b45927256 (patch) | |
tree | 97428a7f3ba7446a45749a0781355e2b914ea42b | |
parent | b0ccb8c5811d2c666659a3e80097dddc84b24ba3 (diff) | |
download | chromium_src-67e0fc29356f68f5eda80e6f65dcc08b45927256.zip chromium_src-67e0fc29356f68f5eda80e6f65dcc08b45927256.tar.gz chromium_src-67e0fc29356f68f5eda80e6f65dcc08b45927256.tar.bz2 |
Roll gyp deps to include my changes to make.
Also includes freebsd changes from evan and some
msvs changes from erikwright and cbentzel.
Review URL: http://codereview.chromium.org/3692006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62332 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ deps = { (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@39", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@840", + (Var("googlecode_url") % "gyp") + "/trunk@849", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@5580", |