Index: masters/master.tryserver.chromium/master.cfg |
=================================================================== |
--- masters/master.tryserver.chromium/master.cfg (revision 143294) |
+++ masters/master.tryserver.chromium/master.cfg (working copy) |
@@ -268,7 +268,6 @@ |
'content_unittests', |
'crypto_unittests', |
'dbus_unittests', |
- 'gfx_unittests', |
'googleurl_unittests', |
'gpu_unittests', |
'interactive_ui_tests', |
@@ -285,6 +284,7 @@ |
'sync_integration_tests', |
'sync_unit_tests', |
'test_shell_tests', |
+ 'ui_unittests', |
'unit_tests', |
'webkit_lint', |
'webkit_unit_tests', |
@@ -319,33 +319,33 @@ |
'media', |
'printing', |
'remoting', |
+ 'ui_unittests', |
'views', |
#'unit', |
'unit_ipc', |
'unit_sync', |
'unit_unit', |
'unit_sql', |
- 'unit_gfx', |
'unit_content', |
] |
linux_aura_options = [ |
'aura_builder', |
'base_unittests', |
+ 'browser_tests', |
'cacheinvalidation_unittests', |
+ 'content_unittests', |
'crypto_unittests', |
'googleurl_unittests', |
+ 'interactive_ui_tests', |
+ 'ipc_tests', |
'jingle_unittests', |
'media_unittests', |
'printing_unittests', |
'remoting_unittests', |
- 'ipc_tests', |
+ 'sql_unittests', |
'sync_unit_tests', |
- 'sql_unittests', |
- 'gfx_unittests', |
- 'content_unittests', |
- 'browser_tests', |
- 'interactive_ui_tests', |
+ 'ui_unittests', |
] |
b_linux_aura = CreateBuilder(platform='linux', |
@@ -558,7 +558,6 @@ |
'compositor', |
'crypto', |
'dbus', |
- 'gfx', |
#'googleurl', # issue 49580 |
'gpu', |
'interactive_ui', |
@@ -567,6 +566,7 @@ |
'media', |
'net', |
'printing', |
+ 'ui_unittests', |
'unit_sql', |
'unit', |
'views', |
@@ -581,7 +581,6 @@ |
'content_unittests', |
'crypto_unittests', |
'dbus_unittests', |
- 'gfx_unittests', |
'gpu_unittests', |
'googleurl_unittests', |
'interactive_ui_tests', |
@@ -594,6 +593,7 @@ |
#'safe_browsing_tests', |
'sql_unittests', |
'sync_unit_tests', |
+ 'ui_unittests', |
'unit_tests', |
], |
factory_properties={ |
@@ -629,7 +629,6 @@ |
'base_unittests', |
'content_unittests', |
'crypto_unittests', |
- 'gfx_unittests', |
'googleurl_unittests', |
'ipc_tests', |
'media_unittests', |
@@ -640,6 +639,7 @@ |
'sql_unittests', |
'sync_unit_tests', |
'test_shell_tests', |
+ 'ui_unittests', |
'unit_tests', |
], |
tests=[ |
@@ -700,7 +700,6 @@ |
'base_unittests', |
'content_unittests', |
'crypto_unittests', |
- 'gfx_unittests', |
'googleurl_unittests', |
'ipc_tests', |
'media_unittests', |
@@ -710,6 +709,7 @@ |
'safe_browsing_tests', |
'sql_unittests', |
'sync_unit_tests', |
+ 'ui_unittests', |
'unit_tests', |
], |
tests=[ |
@@ -747,7 +747,6 @@ |
'base_unittests', |
'content_unittests', |
'crypto_unittests', |
- 'gfx_unittests', |
'googleurl_unittests', |
'ipc_tests', |
'media_unittests', |
@@ -756,6 +755,7 @@ |
'remoting_unittests', |
'sql_unittests', |
'sync_unit_tests', |
+ 'ui_unittests', |
'unit_tests', |
], |
tests=[ |
@@ -953,7 +953,7 @@ |
tests=[ |
'base', |
'crypto', |
- 'gfx', |
+ 'ui_unittests', |
'unit', |
], |
builder_name='mac_no_goma', |
@@ -1022,7 +1022,6 @@ |
'cacheinvalidation_unittests', |
'content_unittests', |
'crypto_unittests', |
- 'gfx_unittests', |
'googleurl_unittests', |
'gpu_unittests', |
'ipc_tests', |
@@ -1034,6 +1033,7 @@ |
'safe_browsing_tests', |
'sql_unittests', |
'sync_unit_tests', |
+ 'ui_unittests', |
'unit_tests', |
], |
tests=[ |
@@ -1070,7 +1070,6 @@ |
'compositor_unittests', |
'content_unittests', |
'crypto_unittests', |
- 'gfx_unittests', |
'googleurl_unittests', |
'gpu_unittests', |
'ipc_tests', |
@@ -1082,6 +1081,7 @@ |
'safe_browsing_tests', |
'sql_unittests', |
'sync_unit_tests', |
+ 'ui_unittests', |
'unit_tests', |
], |
tests=[ |
@@ -1093,7 +1093,6 @@ |
'compositor', |
'content', |
'crypto', |
- 'gfx', |
#'googleurl', # issue 49580 |
'gpu', |
'jingle', |
@@ -1102,6 +1101,7 @@ |
'printing', |
'remoting', |
'safe_browsing', |
+ 'ui_unittests', |
'unit_sql', |
'unit', |
], |
@@ -1147,7 +1147,7 @@ |
'base_unittests', |
'crypto_unittests', |
'net_unittests', |
- 'gfx_unittests', |
+ 'ui_unittests', |
'unit_tests', |
'test_shell_tests', |
'DumpRenderTree', |
@@ -1164,7 +1164,7 @@ |
'heapcheck_base', |
'heapcheck_crypto', |
'heapcheck_net', |
- 'heapcheck_gfx', |
+ 'heapcheck_ui_unittests', |
'heapcheck_unit', |
'heapcheck_test_shell', |
], |
@@ -1188,7 +1188,6 @@ |
'cacheinvalidation_unittests', |
'content_unittests', |
'crypto_unittests', |
- 'gfx_unittests', |
'googleurl_unittests', |
'ipc_tests', |
'jingle_unittests', |
@@ -1198,6 +1197,7 @@ |
'remoting_unittests', |
'sql_unittests', |
'sync_unit_tests', |
+ 'ui_unittests', |
'unit_tests', |
], |
tests=[ |