From f3c689704b8202ebdf8917a5e55a6bb59aac51ed Mon Sep 17 00:00:00 2001 From: "jdduke@chromium.org" Date: Thu, 27 Feb 2014 13:49:45 +0000 Subject: [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 --- build/all.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/all.gyp') 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', -- cgit v1.1