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

Unified Diff: testing/buildbot/chromium_trybot.json

Issue 246513003: Add missing ui unit test targets to chromium_trybot.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove trailing comma - looks like chromium_factory.py does not like it Created 6 years, 8 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 | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium_trybot.json
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
index 0de64e4de98466c6e0990ebf947acd9684716e0c..34516b39f80b348cb6addf7eb739fc272b7786f0 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -1,4 +1,5 @@
[
+ "accessibility_unittests",
"app_list_unittests",
"base_unittests",
{
@@ -13,6 +14,7 @@
"content_unittests",
"crypto_unittests",
"device_unittests",
+ "events_unittests",
"gcm_unit_tests",
"gfx_unittests",
"google_apis_unittests",
@@ -23,6 +25,10 @@
},
"ipc_tests",
"jingle_unittests",
+ {
+ "test": "keyboard_unittests",
+ "platforms": ["linux", "win"]
+ },
"media_unittests",
"message_center_unittests",
"mojo_apps_js_unittests",
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698