diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 23:08:52 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 23:08:52 +0000 |
commit | 16355ea83d46103f290d9fdb59f6eaf7c9fb1919 (patch) | |
tree | c9dce5a376fee62cc12f92b32b3062febc0f23b6 | |
parent | 92a965fa209d4f76f318a4f1ea730f02d33d79d0 (diff) | |
download | chromium_src-16355ea83d46103f290d9fdb59f6eaf7c9fb1919.zip chromium_src-16355ea83d46103f290d9fdb59f6eaf7c9fb1919.tar.gz chromium_src-16355ea83d46103f290d9fdb59f6eaf7c9fb1919.tar.bz2 |
Roll gyp r1006:1012.
BUG=94006
TEST=Build Chromium with Make on Mac. It works.
Review URL: http://codereview.chromium.org/7731001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98137 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ deps = { (Var("googlecode_url") % "snappy") + "/trunk@37", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1006", + (Var("googlecode_url") % "gyp") + "/trunk@1012", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |