Add components_unittests to android fyi bots

These are not new tests, just existing tests that has moved to a new
target under components.

BUG=


Review URL: https://chromiumcodereview.appspot.com/12052065

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178696 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
boliu@chromium.org 2013-01-24 23:44:30 +00:00
Родитель 0026c64d9c
Коммит 7556013519
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -92,6 +92,7 @@
'../base/base.gyp:base_unittests_apk',
'../cc/cc_tests.gyp:cc_unittests_apk',
'../chrome/chrome.gyp:unit_tests_apk',
'../components/components.gyp:components_unittests_apk',
'../content/content.gyp:content_unittests_apk',
'../gpu/gpu.gyp:gpu_unittests_apk',
'../ipc/ipc.gyp:ipc_tests_apk',

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

@ -7,6 +7,7 @@
# Add new suites here before upgrading them to the stable list below.
EXPERIMENTAL_TEST_SUITES = [
'TestWebKitAPI',
'components_unittests',
'sandbox_linux_unittests',
'webkit_unit_tests',
]