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:
Родитель
0026c64d9c
Коммит
7556013519
|
@ -92,6 +92,7 @@
|
||||||
'../base/base.gyp:base_unittests_apk',
|
'../base/base.gyp:base_unittests_apk',
|
||||||
'../cc/cc_tests.gyp:cc_unittests_apk',
|
'../cc/cc_tests.gyp:cc_unittests_apk',
|
||||||
'../chrome/chrome.gyp:unit_tests_apk',
|
'../chrome/chrome.gyp:unit_tests_apk',
|
||||||
|
'../components/components.gyp:components_unittests_apk',
|
||||||
'../content/content.gyp:content_unittests_apk',
|
'../content/content.gyp:content_unittests_apk',
|
||||||
'../gpu/gpu.gyp:gpu_unittests_apk',
|
'../gpu/gpu.gyp:gpu_unittests_apk',
|
||||||
'../ipc/ipc.gyp:ipc_tests_apk',
|
'../ipc/ipc.gyp:ipc_tests_apk',
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
# Add new suites here before upgrading them to the stable list below.
|
# Add new suites here before upgrading them to the stable list below.
|
||||||
EXPERIMENTAL_TEST_SUITES = [
|
EXPERIMENTAL_TEST_SUITES = [
|
||||||
'TestWebKitAPI',
|
'TestWebKitAPI',
|
||||||
|
'components_unittests',
|
||||||
'sandbox_linux_unittests',
|
'sandbox_linux_unittests',
|
||||||
'webkit_unit_tests',
|
'webkit_unit_tests',
|
||||||
]
|
]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче