Skip to content

Commit

Permalink
Pulling in multiple actions fix for windows (again).
Browse files Browse the repository at this point in the history
BUG=gyp44
BUG=gyp32
TEST=None

Review URL: http://codereview.chromium.org/6676057

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78512 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
bradnelson@google.com committed Mar 17, 2011
1 parent e855683 commit 238de69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vars = {
"webkit_revision": "81308",
"chromium_git": "http://git.chromium.org/git",
"swig_revision": "69281",
"nacl_revision": "4508",
"nacl_revision": "4559",
"libjingle_revision": "55",
"libvpx_revision": "76510",
"ffmpeg_revision": "77796",
Expand Down Expand Up @@ -63,7 +63,7 @@ deps = {
(Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70",

"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@900",
(Var("googlecode_url") % "gyp") + "/trunk@901",

"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
Expand Down

0 comments on commit 238de69

Please sign in to comment.