| 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",
|
|
|