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

Unified Diff: testing/buildbot/ninja_to_gn.pyl

Issue 1145343005: Run mojo unit tests on the Android main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run other mojo unit tests on Android GN; Add ninja_to_gn.pyl entries. Created 5 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
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/ninja_to_gn.pyl
diff --git a/testing/buildbot/ninja_to_gn.pyl b/testing/buildbot/ninja_to_gn.pyl
index 97f50fe5a576453e683a46d598e78d5e3dbe3d1d..53f5dde885056b859f308c1526ca6b3a684a93db 100644
--- a/testing/buildbot/ninja_to_gn.pyl
+++ b/testing/buildbot/ninja_to_gn.pyl
@@ -48,6 +48,7 @@
"gn_unittests": "//tools/gn:gn_unittests",
"google_apis_unittests": "//google_apis:google_apis_unittests",
"gpu_unittests": "//gpu:gpu_unittests",
+ "html_viewer_unittests": "//components/html_viewer:tests",
"installer_util_unittests": "//chrome/installer/util:installer_util_unittests",
"interactive_ui_tests": "//chrome/test:interactive_ui_tests",
"ipc_mojo_unittests": "//ipc/mojo:ipc_mojo_unittests",
@@ -62,6 +63,9 @@
"mojo_public_environment_unittests": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
"mojo_public_system_unittests": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
"mojo_public_utility_unittests": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
+ "mojo_runner_unittests": "//mojo/runner:tests",
+ "mojo_shell_unittests": "//mojo/shell:tests",
+ "mojo_surfaces_lib_unittests": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
"mojo_system_unittests": "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
"message_center_unittests": "//ui/message_center:message_center_unittests",
"nacl_loader_unittests": "//components/nacl:nacl_loader_unittests",
@@ -70,6 +74,7 @@
"ppapi_unittests": "//ppapi:ppapi_unittests",
"printing_unittests": "//printing:printing_unittests",
"remoting_unittests": "//remoting:remoting_unittests",
+ "resource_provider_unittests": "//components/resource_provider:tests",
"sandbox_linux_unittests": "//sandbox/linux:sandbox_linux_unittests",
"sandbox_mac_unittests": "//sandbox/mac:sandbox_mac_unittests",
"sbox_integration_tests": "//sandbox/win:sbox_integration_tests",
@@ -84,6 +89,7 @@
"ui_touch_selection_unittests": "//ui/touch_selection:ui_touch_selection_unittests",
"unit_tests": "//chrome/test:unit_tests",
"url_unittests": "//url:url_unittests",
+ "view_manager_unittests": "//components/view_manager:view_manager_unittests",
"views_unittests": "//ui/views:views_unittests",
"webkit_unit_tests": "//third_party/WebKit/public:webkit_unit_tests",
"wm_unittests": "//ui/wm:wm_unittests",
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698