summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 00:09:46 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 00:09:46 +0000
commit14474c54a2c17d4f8381d027c0293b2cf00c1241 (patch)
tree8172d6641d02088d41455563cba1805e03302ab2 /DEPS
parent34088fbeb4382bd1c65241403de99699dbabd022 (diff)
downloadchromium_src-14474c54a2c17d4f8381d027c0293b2cf00c1241.zip
chromium_src-14474c54a2c17d4f8381d027c0293b2cf00c1241.tar.gz
chromium_src-14474c54a2c17d4f8381d027c0293b2cf00c1241.tar.bz2
Roll Gyp revision from r1361 to r1362
This pulls in: r1362: MSVS 2008: Fix to ensure that actions are re-run when the command changes This change creates *.gypcmd files next to *.vcproj files, so I am adding "*.gypcmd" to the .gitignore file. BUG=http://code.google.com/p/gyp/issues/detail?id=262 TEST=build Review URL: https://chromiumcodereview.appspot.com/10383027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 8afb2bb..3f4aca0 100644
--- a/DEPS
+++ b/DEPS
@@ -121,7 +121,7 @@ deps = {
(Var("googlecode_url") % "grit-i18n") + "/trunk@36",
"src/tools/gyp":
- (Var("googlecode_url") % "gyp") + "/trunk@1361",
+ (Var("googlecode_url") % "gyp") + "/trunk@1362",
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),