Index: build/all.gyp |
=================================================================== |
--- build/all.gyp (revision 39736) |
+++ build/all.gyp (working copy) |
@@ -221,32 +221,12 @@ |
'temp_gyp/googleurl.gyp:googleurl_unittests', |
'../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', |
], |
- }, |
- { |
- # TODO(robertshield): Remove this target once the last independent |
- # CF builder is retired. |
- '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', |
- '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer', |
- '../courgette/courgette.gyp:courgette_unittests', |
- '../chrome/chrome.gyp:chrome', |
- '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
- '../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', |
- ], |
- }, |
+ }, |
], # targets |
}], # OS="win" |
], # conditions |