diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 02:49:45 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 02:49:45 +0000 |
commit | ad85ea40800741d57a076e78c550b57c21220751 (patch) | |
tree | 54d682f47dced44c9e9913eeb7374d8acc54be8d | |
parent | 0044f33f312868a810bdb8d00d23d03c8f7a3691 (diff) | |
download | chromium_src-ad85ea40800741d57a076e78c550b57c21220751.zip chromium_src-ad85ea40800741d57a076e78c550b57c21220751.tar.gz chromium_src-ad85ea40800741d57a076e78c550b57c21220751.tar.bz2 |
Revert 86558 (broke NaCl link on linux) - roll gyp 917:925
BUG=82230
TEST=none
TBR=mark
Review URL: http://codereview.chromium.org/7069003
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/6992053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86559 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ deps = { (Var("googlecode_url") % "snappy") + "/trunk@37", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@925", + (Var("googlecode_url") % "gyp") + "/trunk@917", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |