diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/activex_shim_dll/activex_shim_dll.gyp | 1 |
2 files changed, 1 insertions, 2 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", 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': [ |