diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 16:06:48 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 16:06:48 +0000 |
commit | 73051608c0061b57718841e9c0050ffe5e07c49b (patch) | |
tree | b0e242e2edda142f36619046ce4936b19dd4b137 /DEPS | |
parent | 3111f08b397248f8c0e6e1e8773c53bdf141cabd (diff) | |
download | chromium_src-73051608c0061b57718841e9c0050ffe5e07c49b.zip chromium_src-73051608c0061b57718841e9c0050ffe5e07c49b.tar.gz chromium_src-73051608c0061b57718841e9c0050ffe5e07c49b.tar.bz2 |
DEPS roll for gyp:
* Fix action execution with no specified target output files.
* Handle duplicate --mode= values.
Review URL: http://codereview.chromium.org/99210
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@450", + "http://gyp.googlecode.com/svn/trunk@452", "src/v8": "http://v8.googlecode.com/svn/trunk@1809", |