summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-02 21:13:40 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-02 21:13:40 +0000
commit70afe5afe1061d78781cfc5677da9e14f300e163 (patch)
treea6522ab301f4cd2b704b47398be45af492ab3661 /build
parent5d45daa4ce719ee85e711b4e0abf359187d8fec6 (diff)
downloadchromium_src-70afe5afe1061d78781cfc5677da9e14f300e163.zip
chromium_src-70afe5afe1061d78781cfc5677da9e14f300e163.tar.gz
chromium_src-70afe5afe1061d78781cfc5677da9e14f300e163.tar.bz2
Stop building Chrome Frame tests.
They are no longer run on any bots, so save time by not building them. BUG=316496 Review URL: https://codereview.chromium.org/100213009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp36
1 files changed, 3 insertions, 33 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 3025548..dfd22ca 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -154,7 +154,7 @@
# TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
'../tools/memory_watcher/memory_watcher.gyp:*',
# TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875
- '../chrome_frame/chrome_frame.gyp:*',
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
}],
],
@@ -289,15 +289,7 @@
'../ui/views/views.gyp:views_unittests',
],
'conditions': [
- ['target_arch!="x64"', {
- 'dependencies': [
- '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
- ]
- }, { # target_arch!="x64"
+ ['target_arch=="x64"', {
'dependencies!': [
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
@@ -851,15 +843,7 @@
'../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugin',
],
'conditions': [
- ['target_arch!="x64"', {
- 'dependencies': [
- '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
- ]
- }, { # target_arch!="x64"
+ ['target_arch=="x64"', {
'dependencies!': [
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
@@ -875,11 +859,6 @@
'conditions': [
['target_arch!="x64"', {
'dependencies': [
- '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
}], # target_arch!="x64"
@@ -1026,15 +1005,6 @@
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
}],
- ['OS=="win" and target_arch!="x64"', {
- 'dependencies': [
- '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
- '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
- ],
- }],
['OS=="win" and target_arch=="x64"', {
'dependencies!': [
'../chrome_frame/chrome_frame.gyp:npchrome_frame',