Convert most run_all_unittests.cc files to use new unit test launcher.
Note that the new code is still behind a runtime flag
(--brave-new-test-launcher), but compiling tests with support for it
will make further testing possible.
BUG=236893, 79359
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Review URL: https://codereview.chromium.org/23442019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221464 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index bdc387c2..c9d29d44 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -11,6 +11,7 @@
'target_name': 'device_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
+ '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
@@ -28,7 +29,6 @@
'bluetooth/bluetooth_service_record_win_unittest.cc',
'bluetooth/bluetooth_task_manager_win_unittest.cc',
'bluetooth/bluetooth_utils_unittest.cc',
- 'test/run_all_unittests.cc',
'usb/usb_ids_unittest.cc',
],
'conditions': [