diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 01:06:55 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 01:06:55 +0000 |
commit | 2d236fe4fc84b5385a56e1f9dd388be3db83ae1d (patch) | |
tree | ba857a145cd5f67bc92dd61f28044eddaeb52df3 /DEPS | |
parent | 561438abdac577d9a3663567425104c60a07a7bf (diff) | |
download | chromium_src-2d236fe4fc84b5385a56e1f9dd388be3db83ae1d.zip chromium_src-2d236fe4fc84b5385a56e1f9dd388be3db83ae1d.tar.gz chromium_src-2d236fe4fc84b5385a56e1f9dd388be3db83ae1d.tar.bz2 |
roll gyp 1096:1098
1097: Make dump_dependency_json work on Mac and possibly other OSs.
1098: make: Remove a few unused imports.
BUG=103273
TEST=none
Review URL: http://codereview.chromium.org/8662026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@7", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1096", + (Var("googlecode_url") % "gyp") + "/trunk@1098", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |