summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorslightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 01:05:28 +0000
committerslightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 01:05:28 +0000
commitaca93f29bcb36a07157714ddf127d13fafc803a7 (patch)
tree0bbd785a264e8303b4c5cf9e12449628783d0982 /build
parentb2936a488c205a22953cac658e768af13ce8b953 (diff)
downloadchromium_src-aca93f29bcb36a07157714ddf127d13fafc803a7.zip
chromium_src-aca93f29bcb36a07157714ddf127d13fafc803a7.tar.gz
chromium_src-aca93f29bcb36a07157714ddf127d13fafc803a7.tar.bz2
Includes chrome_frame project in chrome.sln for windows.
BUG=None TEST=rebuild gyp files, open chrome.sln. Observer chrome_frame project. Review URL: http://codereview.chromium.org/271014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 7895f51..7fbd745 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -44,6 +44,11 @@
'../v8/tools/gyp/v8.gyp:*',
],
}],
+ ['chrome_frame_define==1', {
+ 'dependencies': [
+ '../chrome_frame/chrome_frame.gyp:*',
+ ],
+ }],
['OS=="mac"', {
'dependencies': [
'../third_party/ocmock/ocmock.gyp:*',