diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 22:18:52 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 22:18:52 +0000 |
commit | 86f59a26c3b762a1c52c89b831ebec488ace4343 (patch) | |
tree | cbfc3e617c973621e8e1fa3651b81c8e64c62191 /DEPS | |
parent | 5d29e8a75e8ae2262aa268b7b8026ab79adaafcc (diff) | |
download | chromium_src-86f59a26c3b762a1c52c89b831ebec488ace4343.zip chromium_src-86f59a26c3b762a1c52c89b831ebec488ace4343.tar.gz chromium_src-86f59a26c3b762a1c52c89b831ebec488ace4343.tar.bz2 |
Roll gyp from r1359 to r1361.
1360: windows: test that \ at end of action arg doesn't work
1361: Remove the hack to concat .d files into a single deps file.
BUG=None
Review URL: http://codereview.chromium.org/10356019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@36", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1359", + (Var("googlecode_url") % "gyp") + "/trunk@1361", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |