summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_launcher.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_frame_launcher.gyp')
-rw-r--r--chrome_frame/chrome_frame_launcher.gyp7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome_frame/chrome_frame_launcher.gyp b/chrome_frame/chrome_frame_launcher.gyp
index b70dff0..d357e88 100644
--- a/chrome_frame/chrome_frame_launcher.gyp
+++ b/chrome_frame/chrome_frame_launcher.gyp
@@ -134,7 +134,6 @@
'msvs_guid': '5E80032F-7033-4661-9016-D98268244783',
'dependencies': [
'../chrome/chrome.gyp:chrome_version_header',
- 'chrome_frame.gyp:chrome_tab_idl',
],
'resource_include_dirs': [
'<(INTERMEDIATE_DIR)',
@@ -142,7 +141,8 @@
],
'include_dirs': [
# To allow including "chrome_tab.h"
- '<(SHARED_INTERMEDIATE_DIR)',
+ '<(INTERMEDIATE_DIR)',
+ '<(INTERMEDIATE_DIR)/../chrome_frame',
],
'sources': [
'bho_loader.cc',
@@ -152,7 +152,8 @@
'chrome_frame_helper_util.cc',
'chrome_frame_helper_util.h',
'chrome_frame_helper_version.rc',
- '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h',
+ 'chrome_tab.h',
+ 'chrome_tab.idl',
'event_hooker.cc',
'event_hooker.h',
'iids.cc',