[Android] Add events_unittests to the default cq/try runs

These tests will soon cover a core portion of Android's touch/gesture pipeline,
and should be run by default accordingly.

BUG=332418

Review URL: https://codereview.chromium.org/180723005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@253790 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
jdduke@chromium.org 2014-02-27 13:49:45 +00:00
Родитель 54b67f3407
Коммит 1589ba8b34
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -750,6 +750,7 @@
'../tools/android/android_tools.gyp:android_tools',
'../tools/android/android_tools.gyp:memconsumer',
'../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
'../ui/events/events.gyp:events_unittests',
'../ui/ui_unittests.gyp:ui_unittests',
# Required by ui_unittests.
# TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
@ -778,6 +779,7 @@
'../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
'../sql/sql.gyp:sql_unittests_apk',
'../sync/sync.gyp:sync_unit_tests_apk',
'../ui/events/events.gyp:events_unittests_apk',
'../ui/ui_unittests.gyp:ui_unittests_apk',
'../android_webview/android_webview.gyp:android_webview_test_apk',
'../chrome/chrome.gyp:chromium_testshell_test_apk',

Просмотреть файл

@ -20,6 +20,7 @@ STABLE_TEST_SUITES = [
'components_unittests',
'content_browsertests',
'content_unittests',
'events_unittests',
'gl_tests',
'gpu_unittests',
'ipc_tests',