summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 13:44:24 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 13:44:24 +0000
commit38b7607f0ce2bbda1f6bbce1465249aa4b3f3a27 (patch)
tree35a4e1eb4f6a0c6eabeaf8c2084036e385f4f412 /build
parentd2cae9141bd9a564dcf96a62dbb5f47e97af31e3 (diff)
downloadchromium_src-38b7607f0ce2bbda1f6bbce1465249aa4b3f3a27.zip
chromium_src-38b7607f0ce2bbda1f6bbce1465249aa4b3f3a27.tar.gz
chromium_src-38b7607f0ce2bbda1f6bbce1465249aa4b3f3a27.tar.bz2
Adding a Chrome Frame target to all.gyp to allow a continuous builder to build only the subset of projects required by Chrome Frame.
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/264016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 7fbd745..baf9c98 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -187,6 +187,24 @@
],
},
{
+ 'target_name': 'chrome_frame_builder',
+ 'type': 'none',
+ 'dependencies': [
+ '../chrome/installer/installer.gyp:installer_util_unittests',
+ '../chrome/installer/installer.gyp:mini_installer_test',
+ # mini_installer_tests depends on mini_installer. This should be
+ # defined in installer.gyp.
+ '../chrome/installer/mini_installer.gyp:mini_installer',
+ '../courgette/courgette.gyp:courgette_unittests',
+ '../chrome/chrome.gyp:chrome',
+ '../chrome_frame/chrome_frame.gyp:npchrome_tab',
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
+ ],
+ },
+ {
'target_name': 'purify_builder_ui',
'type': 'none',
'dependencies': [