summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 03:12:11 +0000
committertonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 03:12:11 +0000
commit211486bd44160962954c2b10874323f4ac6c838e (patch)
tree1f530feebe1ac649548bae1c711252eea798c882
parent7230de30ea04e40499e202346803de56ea1630c3 (diff)
downloadchromium_src-211486bd44160962954c2b10874323f4ac6c838e.zip
chromium_src-211486bd44160962954c2b10874323f4ac6c838e.tar.gz
chromium_src-211486bd44160962954c2b10874323f4ac6c838e.tar.bz2
Revert 76457 - Caused "The input line is too long." error on XP.
This also, unfortunately, reverts r76758. Pulling in new gyp rev with action collapsing fix. BUG=None TEST=None TBR=abarth@chromium.org,nsylvain@chromium.org,mark@chromium.org,bradnelson@googl.com,jeanluc@chromium.org Review URL: http://codereview.chromium.org/6596080 TBR=bradnelson@google.com Review URL: http://codereview.chromium.org/6627004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76867 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 24250e3..7f72c8b 100644
--- a/DEPS
+++ b/DEPS
@@ -63,7 +63,7 @@ deps = {
(Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70",
"src/tools/gyp":
- (Var("googlecode_url") % "gyp") + "/trunk@898",
+ (Var("googlecode_url") % "gyp") + "/trunk@895",
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),