diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 21:59:54 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 21:59:54 +0000 |
commit | 2f961306aa04f1b74041d2673e1bd9336e6eea3c (patch) | |
tree | d5ac727b7986453b0f4fa871ebec94549eac9dd2 /DEPS | |
parent | ab2e302d9406235e7db8dd63d9047fff48cfc65c (diff) | |
download | chromium_src-2f961306aa04f1b74041d2673e1bd9336e6eea3c.zip chromium_src-2f961306aa04f1b74041d2673e1bd9336e6eea3c.tar.gz chromium_src-2f961306aa04f1b74041d2673e1bd9336e6eea3c.tar.bz2 |
Roll gyp deps. This includes the following change:
r496 | sgk@chromium.org | 2009-05-20 11:11:15 -0700 (Wed, 20 May 2009) | 3 lines
Make copied files part of target_files, not prerequisites, so they get
installed even if the target has no other output files.
Review URL: http://codereview.chromium.org/113647
Review URL: http://codereview.chromium.org/113666
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16543 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@488", + "http://gyp.googlecode.com/svn/trunk@496", "src/v8": "http://v8.googlecode.com/svn/trunk@2012", |