summaryrefslogtreecommitdiffstats
path: root/webkit/activex_shim/activex_shim.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/activex_shim/activex_shim.gyp')
-rw-r--r--webkit/activex_shim/activex_shim.gyp47
1 files changed, 47 insertions, 0 deletions
diff --git a/webkit/activex_shim/activex_shim.gyp b/webkit/activex_shim/activex_shim.gyp
new file mode 100644
index 0000000..8aa219a
--- /dev/null
+++ b/webkit/activex_shim/activex_shim.gyp
@@ -0,0 +1,47 @@
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'includes': [
+ '../../build/common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'activex_shim',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../third_party/npapi/npapi.gyp:npapi',
+ '../../build/temp_gyp/googleurl.gyp:googleurl',
+ ],
+ 'sources': [
+ 'activex_plugin.cc',
+ 'activex_plugin.h',
+ 'activex_shared.cc',
+ 'activex_shared.h',
+ 'activex_util.cc',
+ 'activex_util.h',
+ 'dispatch_object.cc',
+ 'dispatch_object.h',
+ 'ihtmldocument_impl.h',
+ 'iwebbrowser_impl.h',
+ 'npn_scripting.cc',
+ 'npn_scripting.h',
+ 'npp_impl.cc',
+ 'npp_impl.h',
+ 'README',
+ 'web_activex_container.cc',
+ 'web_activex_container.h',
+ 'web_activex_site.cc',
+ 'web_activex_site.h',
+ ],
+ 'libraries': [
+ 'urlmon.lib',
+ ],
+ },
+ ],
+}