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

Unified Diff: ceee/ie/plugin/toolband/toolband.gyp

Issue 4563001: Adding a privileged callback used in IE CF to check whether to show... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « ceee/ie/plugin/toolband/tool_band.cc ('k') | ceee/testing/utils/mock_com.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/toolband/toolband.gyp
===================================================================
--- ceee/ie/plugin/toolband/toolband.gyp (revision 65052)
+++ ceee/ie/plugin/toolband/toolband.gyp (working copy)
@@ -11,28 +11,10 @@
],
'targets': [
{
- # This target builds Chrome Frame's IDL file to our
- # shared intermediate directory
- 'target_name': 'chrome_tab_idl',
- 'type': 'none',
- 'msvs_settings': {
- 'VCMIDLTool': {
- 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)',
- },
- },
- 'sources': [
- '../../../../chrome_frame/chrome_tab.idl',
- ],
- # Add the output dir for those who depend on us.
- 'direct_dependent_settings': {
- 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'],
- },
- },
- {
'target_name': 'ceee_ie_lib',
'type': 'static_library',
'dependencies': [
- 'chrome_tab_idl',
+ '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl',
'../../common/common.gyp:ie_common_settings',
'../../../../base/base.gyp:base',
'../../../../ceee/common/common.gyp:ceee_common',
« no previous file with comments | « ceee/ie/plugin/toolband/tool_band.cc ('k') | ceee/testing/utils/mock_com.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698