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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1679913002: Run chrome_app_unittests on win bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to position 374371 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_trybot.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 2cb71f7038e667567f0df450713b146391cedfe0..c60632d47f885ce368825f8e0b41968c1b62a090 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -166,11 +166,10 @@
"label": "//cc:cc_unittests",
"type": "windowed_test_launcher",
},
- # See http://crbug.com/585151
- #"chrome_app_unittests": {
- #"label": "//chrome/test:chrome_app_unittests",
- #"type": "unknown",
- #},
+ "chrome_app_unittests": {
+ "label": "//chrome/test:chrome_app_unittests",
+ "type": "console_test_launcher",
+ },
"chrome_elf_unittests": {
"label": "//chrome_elf:chrome_elf_unittests",
"type": "unknown",
« no previous file with comments | « testing/buildbot/chromium_trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698