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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1740013002: Add client-side Chromium Mojo testing config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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.mojo.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index e0515abadce60019dd039bcce02caffcbdf3c23e..47f9a900d60461cb15b5455c292f62f548200ba7 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -530,9 +530,9 @@
"label": "//url:url_unittests",
"type": "console_test_launcher",
},
- "window_manager_unittests": {
- "label": "//components/mus/ws:window_manager_unittests",
- "type": "unknown",
+ "views_mus_unittests": {
+ "label": "//ui/views/mus:views_mus_unittests",
+ "type": "windowed_test_launcher",
},
"views_unittests": {
"label": "//ui/views:views_unittests",
@@ -542,6 +542,10 @@
"label": "//third_party/WebKit/Source/web:webkit_unit_tests",
"type": "console_test_launcher",
},
+ "window_manager_unittests": {
+ "label": "//components/mus/ws:window_manager_unittests",
+ "type": "unknown",
+ },
"wm_unittests": {
"label": "//ui/wm:wm_unittests",
"type": "windowed_test_launcher",
« no previous file with comments | « testing/buildbot/chromium.mojo.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698