diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 21:24:38 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 21:24:38 +0000 |
commit | 82e04ca5fd9d5418b5d5eb37c9a53c690f68b971 (patch) | |
tree | 67eca99ccdc4be68c6ae4186c98fcb5510627e5d /DEPS | |
parent | 5d89cc98e7423ec7c0d6506f956ba68ab84d8477 (diff) | |
download | chromium_src-82e04ca5fd9d5418b5d5eb37c9a53c690f68b971.zip chromium_src-82e04ca5fd9d5418b5d5eb37c9a53c690f68b971.tar.gz chromium_src-82e04ca5fd9d5418b5d5eb37c9a53c690f68b971.tar.bz2 |
Rolling in new version of gyp (.def file support for msvs).
Taking out msvs_settings based use of .def since it now clashes with the mechanism now built in.
Review URL: http://codereview.chromium.org/100058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14663 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@444", + "http://gyp.googlecode.com/svn/trunk@445", "src/v8": "http://v8.googlecode.com/svn/trunk@1781", |