summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_launcher.gyp
diff options
context:
space:
mode:
authorjeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-02 22:47:10 +0000
committerjeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-02 22:47:10 +0000
commit5e1af2f43b67d5626af2e0df0044a034708b1578 (patch)
tree3a072c8e465536762db234be8b45e697f2439956 /chrome_frame/chrome_frame_launcher.gyp
parent06c1732ba7d024e0144759597df38289f7cc82da (diff)
downloadchromium_src-5e1af2f43b67d5626af2e0df0044a034708b1578.zip
chromium_src-5e1af2f43b67d5626af2e0df0044a034708b1578.tar.gz
chromium_src-5e1af2f43b67d5626af2e0df0044a034708b1578.tar.bz2
Rework how chrome_tab.idl is processed for chrome_frame. This is to avoid the compiler (at least in VS2010) from needlessly trying to rebuild what is fine.
BUG=71130 TEST=Clean compile & usual tests. Review URL: http://codereview.chromium.org/6260049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_launcher.gyp')
-rw-r--r--chrome_frame/chrome_frame_launcher.gyp7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome_frame/chrome_frame_launcher.gyp b/chrome_frame/chrome_frame_launcher.gyp
index d357e88..b70dff0 100644
--- a/chrome_frame/chrome_frame_launcher.gyp
+++ b/chrome_frame/chrome_frame_launcher.gyp
@@ -134,6 +134,7 @@
'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)',
@@ -141,8 +142,7 @@
],
'include_dirs': [
# To allow including "chrome_tab.h"
- '<(INTERMEDIATE_DIR)',
- '<(INTERMEDIATE_DIR)/../chrome_frame',
+ '<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
'bho_loader.cc',
@@ -152,8 +152,7 @@
'chrome_frame_helper_util.cc',
'chrome_frame_helper_util.h',
'chrome_frame_helper_version.rc',
- 'chrome_tab.h',
- 'chrome_tab.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h',
'event_hooker.cc',
'event_hooker.h',
'iids.cc',