| Index: masters/master.tryserver.chromium/master.cfg
|
| diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
|
| index 5d1190a59ec5a16972cb6e5e21152b621ddf2044..343721e7e53f7699923949a0bb1b0500b84aa1db 100644
|
| --- a/masters/master.tryserver.chromium/master.cfg
|
| +++ b/masters/master.tryserver.chromium/master.cfg
|
| @@ -125,6 +125,7 @@ sharded_tests = [
|
| 'content_unittests',
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| 'gpu_unittests',
|
| 'jingle_unittests',
|
| 'media_unittests',
|
| @@ -325,6 +326,7 @@ linux_tests = [
|
| 'crypto_br',
|
| 'dbus_br',
|
| 'device_unittests_br',
|
| + 'google_apis_unittests_br',
|
| 'googleurl_br',
|
| 'gpu_br',
|
| 'interactive_ui_tests_br',
|
| @@ -358,6 +360,7 @@ linux_tests_full_name = [
|
| 'crypto_unittests',
|
| 'dbus_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| 'gpu_unittests',
|
| 'interactive_ui_tests',
|
| 'ipc_tests',
|
| @@ -579,6 +582,7 @@ mac_tests = [
|
| 'content_browsertests_br',
|
| 'crypto_br',
|
| 'device_unittests_br',
|
| + 'google_apis_unittests_br',
|
| 'googleurl_br',
|
| 'gpu_br',
|
| 'interactive_ui_tests_br',
|
| @@ -808,6 +812,7 @@ linux_chromeos_tests= [
|
| ('crypto_br', 'crypto_unittests'),
|
| ('dbus_br', 'dbus_unittests'),
|
| ('device_unittests_br', 'device_unittests'),
|
| + ('google_apis_unittests_br', 'google_apis_unittests'),
|
| ('gpu_br', 'gpu_unittests'),
|
| #('googleurl', 'url_unittests'), # issue 49580
|
| (None, 'url_unittests'),
|
| @@ -1116,6 +1121,7 @@ b_valgrind_linux = {
|
| 'content_unittests',
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| 'gpu_unittests',
|
| 'ipc_tests',
|
| 'jingle_unittests',
|
| @@ -1244,6 +1250,7 @@ b_tsan_linux = {
|
| 'content_unittests',
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| 'ipc_tests',
|
| 'media_unittests',
|
| 'net_unittests',
|
| @@ -1727,6 +1734,7 @@ b_linux_asan = {
|
| 'content_unittests',
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| 'gpu_unittests',
|
| 'ipc_tests',
|
| 'jingle_unittests',
|
| @@ -1749,6 +1757,7 @@ b_linux_asan = {
|
| 'components_unittests',
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| #'googleurl', # issue 49580
|
| 'gpu',
|
| 'jingle',
|
| @@ -1818,6 +1827,7 @@ b_linux_clang_tsan = {
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| 'url_unittests',
|
| + 'google_apis_unittests',
|
| 'gpu_unittests',
|
| 'ipc_tests',
|
| 'jingle_unittests',
|
| @@ -1839,6 +1849,7 @@ b_linux_clang_tsan = {
|
| 'content_unittests',
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| 'googleurl',
|
| 'gpu',
|
| 'ipc_tests',
|
|
|