diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-03 17:18:11 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-03 17:18:11 +0000 |
commit | e2310e6d6e46e1b47b79d47fec58b1c840c7e6d5 (patch) | |
tree | 52ba005f890d6d1ece86cd9eae7f1ea7e6a00e8f /DEPS | |
parent | 718073d1c5bd304fa7067d5d75023482aa602907 (diff) | |
download | chromium_src-e2310e6d6e46e1b47b79d47fec58b1c840c7e6d5.zip chromium_src-e2310e6d6e46e1b47b79d47fec58b1c840c7e6d5.tar.gz chromium_src-e2310e6d6e46e1b47b79d47fec58b1c840c7e6d5.tar.bz2 |
Roll gyp to r1427.
r1427: Switch the default Visual Studio version to 2010.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10689079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@55", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1426", + (Var("googlecode_url") % "gyp") + "/trunk@1427", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |