Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: masters/master.tryserver.chromium/master.cfg

Issue 10641005: Use ui_unittests instead of gfx_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,13 +319,13 @@
'media',
'printing',
'remoting',
+ 'ui_unittests',
'views',
#'unit',
'unit_ipc',
'unit_sync',
'unit_unit',
'unit_sql',
- 'unit_gfx',
'unit_content',
]
@@ -342,7 +342,7 @@
'ipc_tests',
'sync_unit_tests',
'sql_unittests',
- 'gfx_unittests',
+ 'ui_unittests',
'content_unittests',
'browser_tests',
'interactive_ui_tests',
@@ -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_unit',
M-A Ruel 2012/06/21 18:57:24 This needs specific support, but if the master sta
'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=[

Powered by Google App Engine
This is Rietveld 408576698