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

Unified Diff: testing/buildbot/chromium_trybot.json

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/chromium_trybot.json
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
index d871d946dee4565d40c313d0d9119be4085fa3f2..facb9fee1527e2fc52e9eb28b3b86644d1f93641 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -206,6 +206,12 @@
},
{
"platforms": [
+ "win"
+ ],
+ "test": "install_static_unittests"
+ },
+ {
+ "platforms": [
Dirk Pranke 2016/05/31 22:11:54 this file isn't actually used for anything and thi
"linux"
],
"test": "ipc_mojo_unittests"

Powered by Google App Engine
This is Rietveld 408576698