diff options
-rw-r--r-- | build/all.gyp | 24 | ||||
-rw-r--r-- | chrome_frame/TESTS | 3 |
2 files changed, 4 insertions, 23 deletions
diff --git a/build/all.gyp b/build/all.gyp index cdb5f07..bb80617 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -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 diff --git a/chrome_frame/TESTS b/chrome_frame/TESTS index 6f10655..3b55ecf 100644 --- a/chrome_frame/TESTS +++ b/chrome_frame/TESTS @@ -1,4 +1,5 @@ chrome_frame_net_tests.exe chrome_frame_perftests.exe chrome_frame_tests.exe -chrome_frame_unittests.exe
\ No newline at end of file +chrome_frame_unittests.exe +chrome_frame_reliability_tests.exe
\ No newline at end of file |