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

Unified Diff: testing/buildbot/chromium.linux.json

Issue 1324263003: Blimp: create MessageDispatcher class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp-protos
Patch Set: Addressed dpranke's feedback Created 5 years, 3 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.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 32f09c144a53dd83ae246e502f32c8ad61ed4a42..26653234f34f9865576c8ec4ddad7c9af0f9866c 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -9,6 +9,9 @@
],
"gtest_tests": [
{
+ "test": "blimp_common_unit_tests"
+ },
+ {
"test": "html_viewer_unittests"
},
{
@@ -691,6 +694,12 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "blimp_common_unit_tests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": true,
"shards": 5
},

Powered by Google App Engine
This is Rietveld 408576698