diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 08:04:16 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 08:04:16 +0000 |
commit | bc452343e98d624e0162a206e44d662a2d08abbd (patch) | |
tree | 7a94f2f9f26503ef52623454ba921d9906e29267 /chrome/chrome_tests.gypi | |
parent | 511d0a0a31a54e0cc0f15cb1b977dc9f9b20f0d3 (diff) | |
download | chromium_src-bc452343e98d624e0162a206e44d662a2d08abbd.zip chromium_src-bc452343e98d624e0162a206e44d662a2d08abbd.tar.gz chromium_src-bc452343e98d624e0162a206e44d662a2d08abbd.tar.bz2 |
[GTTF] Remove the in-process test launcher, which is no longer used.
I plan to further rearrange the files after landing this CL
so that the names make sense again.
TEST=browser tests and live sync tests
BUG=none
Review URL: http://codereview.chromium.org/1310003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index d236c21..846dbc8 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1202,7 +1202,6 @@ 'test/test_launcher/out_of_proc_test_runner.cc', 'test/test_launcher/test_runner.cc', 'test/test_launcher/test_runner.h', - 'test/test_launcher/run_all_unittests.cc', 'test/unit/chrome_test_suite.h', 'browser/chromeos/cros/cros_in_process_browser_test.cc', 'browser/chromeos/cros/cros_in_process_browser_test.h', @@ -1752,7 +1751,6 @@ 'test/live_sync/single_client_live_preferences_sync_unittest.cc', 'test/live_sync/two_client_live_bookmarks_sync_test.cc', 'test/live_sync/two_client_live_preferences_sync_test.cc', - 'test/test_launcher/run_all_unittests.cc', 'test/test_notification_tracker.cc', 'test/test_notification_tracker.h', 'test/testing_browser_process.h', |