diff options
author | jdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-27 13:49:45 +0000 |
---|---|---|
committer | jdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-27 13:49:45 +0000 |
commit | f3c689704b8202ebdf8917a5e55a6bb59aac51ed (patch) | |
tree | 867be9bc7823864cd1c532309ef40db5a5efc4f0 /build/all.gyp | |
parent | 5bfecbc58808a6e46158564f4bfef9fc38cb7aa4 (diff) | |
download | chromium_src-f3c689704b8202ebdf8917a5e55a6bb59aac51ed.zip chromium_src-f3c689704b8202ebdf8917a5e55a6bb59aac51ed.tar.gz chromium_src-f3c689704b8202ebdf8917a5e55a6bb59aac51ed.tar.bz2 |
[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: svn://svn.chromium.org/chrome/trunk/src@253790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index dbcac8c..3bfc588 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -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', |