diff options
Diffstat (limited to 'ceee/ie/plugin/bho/bho.gyp')
-rw-r--r-- | ceee/ie/plugin/bho/bho.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ceee/ie/plugin/bho/bho.gyp b/ceee/ie/plugin/bho/bho.gyp index fe773d39..850d5fb 100644 --- a/ceee/ie/plugin/bho/bho.gyp +++ b/ceee/ie/plugin/bho/bho.gyp @@ -21,6 +21,7 @@ '../../../common/common.gyp:ceee_common', '../../../common/common.gyp:initializing_coclass', '../../../../base/base.gyp:base', + '../../../../chrome_frame/chrome_frame.gyp:chrome_tab_idl', # For the vtable patching stuff... '../../../../chrome_frame/chrome_frame.gyp:chrome_frame_ie', ], @@ -76,6 +77,10 @@ '../../../../chrome/common/extensions/extension_resource.cc', '../../../../chrome/common/extensions/extension_resource.h', ], + 'include_dirs': [ + # For chrome_tab.h + '<(SHARED_INTERMEDIATE_DIR)', + ], 'configurations': { 'Debug': { 'msvs_precompiled_source': '../../common/precompile.cc', |