diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 22:41:22 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 22:41:22 +0000 |
commit | d5e435f4e11722f94fff5bea5a0ce984a8cb5612 (patch) | |
tree | 1ad58f51c0a4562852542ff31613883963e8d527 /DEPS | |
parent | 16168b97e7fabf060fa95a5372ce38107acec08b (diff) | |
download | chromium_src-d5e435f4e11722f94fff5bea5a0ce984a8cb5612.zip chromium_src-d5e435f4e11722f94fff5bea5a0ce984a8cb5612.tar.gz chromium_src-d5e435f4e11722f94fff5bea5a0ce984a8cb5612.tar.bz2 |
roll gyp r949:r958
Contains nothing noteworthy (only nonfunctional work-in-progress on the
make build for mac)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7410001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ deps = { (Var("googlecode_url") % "snappy") + "/trunk@37", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@949", + (Var("googlecode_url") % "gyp") + "/trunk@958", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |