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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2017853002: Add functionality to the install_static library to tokenize strings and compare versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add install_static_unittests to other windows bots Created 4 years, 7 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: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index bdad2b649a434ceb48970c3f8f79efe96b8ea6e0..2cc91ae8747910d652f902ff04197da004c69393 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -338,6 +338,10 @@
"label": "//chrome/installer/util:installer_util_unittests",
"type": "console_test_launcher",
},
+ "install_static_unittests": {
+ "label": "//chrome/install_static:install_static_unittests",
+ "type": "console_test_launcher",
+ },
"interactive_ui_tests": {
"label": "//chrome/test:interactive_ui_tests",
"type": "windowed_test_launcher",

Powered by Google App Engine
This is Rietveld 408576698