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

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: add gfx_geometry back 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..4a6a6381e3e702480905eb4f47080910aa9b576e 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,13 @@
},
"ipc_tests",
"jingle_unittests",
+ {
+ "test": "keyboard_unittests",
+ "exclude_builders": [
Paweł Hajdan Jr. 2014/04/23 10:42:13 Why not "platforms": ["linux", "win"] instead? Th
tfarina 2014/04/23 13:03:27 Done.
+ "tryserver.chromium:mac_chromium_rel",
+ "tryserver.chromium:mac_chromium_compile_dbg"
+ ]
+ },
"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