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 /webkit/activex_shim_dll/activex_shim_dll.gyp | |
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 'webkit/activex_shim_dll/activex_shim_dll.gyp')
-rw-r--r-- | webkit/activex_shim_dll/activex_shim_dll.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/activex_shim_dll/activex_shim_dll.gyp b/webkit/activex_shim_dll/activex_shim_dll.gyp index 2b70f84..29c12ef 100644 --- a/webkit/activex_shim_dll/activex_shim_dll.gyp +++ b/webkit/activex_shim_dll/activex_shim_dll.gyp @@ -26,7 +26,6 @@ 'RegisterOutput': 'false', 'IgnoreImportLibrary': 'true', 'OutputFile': '$(OutDir)/npaxshim.dll', - 'ModuleDefinitionFile': 'activex_shim_dll.def', }, }, 'sources': [ |