Chromium Code Reviews

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: Address comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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": [
"linux"
],
"test": "ipc_mojo_unittests"

Powered by Google App Engine