Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5561)

Unified Diff: chrome/chrome.gyp

Issue 200031: Take out the activex control. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sandbox_policy.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 25626)
+++ chrome/chrome.gyp (working copy)
@@ -5391,8 +5391,6 @@
'../rlz/rlz.gyp:*',
'../sandbox/sandbox.gyp:*',
'../tools/memory_watcher/memory_watcher.gyp:*',
- '../webkit/activex_shim/activex_shim.gyp:*',
- '../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
'../v8/tools/gyp/v8.gyp:v8_shell',
],
},
@@ -5452,33 +5450,6 @@
],
},
{
- 'target_name': 'activex_test_control',
- 'type': 'shared_library',
- 'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC',
- 'include_dirs': [
- '..',
- '<(INTERMEDIATE_DIR)',
- ],
- 'link_settings': {
- 'libraries': [
- '-lcomsuppw.lib',
- ],
- },
- 'sources': [
- 'test/activex_test_control/activex_test_control.cc',
- 'test/activex_test_control/activex_test_control.def',
- 'test/activex_test_control/activex_test_control.idl',
- 'test/activex_test_control/activex_test_control.rc',
- 'test/activex_test_control/activex_test_control.rgs',
- 'test/activex_test_control/chrome_test_control.bmp',
- 'test/activex_test_control/chrome_test_control.cc',
- 'test/activex_test_control/chrome_test_control.h',
- 'test/activex_test_control/chrome_test_control.rgs',
- 'test/activex_test_control/chrome_test_control_cp.h',
- 'test/activex_test_control/resource.h',
- ],
- },
- {
'target_name': 'automation',
'type': '<(library)',
'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12',
« no previous file with comments | « chrome/browser/sandbox_policy.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698