Commit 4abea28b authored by stip's avatar stip Committed by Commit bot

Src-ify Android Tests.

build-side is here: https://codereview.chromium.org/1645723004/

BUG=525873

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

Cr-Commit-Position: refs/heads/master@{#372108}
parent b908e01c
...@@ -138,6 +138,119 @@ ...@@ -138,6 +138,119 @@
] ]
}, },
"Android Tests": { "Android Tests": {
"gtest_tests": [
{
"test": "android_webview_unittests"
},
{
"args": [
"--isolate_file_path=src/base/base_unittests.isolate"
],
"test": "base_unittests"
},
{
"args": [
"--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
],
"override_compile_targets": [
"breakpad_unittests_deps"
],
"test": "breakpad_unittests"
},
{
"test": "cc_unittests"
},
{
"args": [
"--isolate_file_path=src/components/components_browsertests.isolate"
],
"test": "components_browsertests"
},
{
"args": [
"--isolate_file_path=src/components/components_unittests.isolate"
],
"test": "components_unittests"
},
{
"args": [
"--isolate_file_path=src/content/content_browsertests.isolate"
],
"test": "content_browsertests"
},
{
"args": [
"--isolate_file_path=src/content/content_unittests.isolate"
],
"test": "content_unittests"
},
{
"test": "device_unittests"
},
{
"test": "events_unittests"
},
{
"test": "gl_tests"
},
{
"test": "gl_unittests"
},
{
"test": "gpu_unittests"
},
{
"test": "ipc_tests"
},
{
"args": [
"--isolate_file_path=src/media/media_unittests.isolate"
],
"test": "media_unittests"
},
{
"args": [
"--isolate_file_path=src/net/net_unittests.isolate"
],
"test": "net_unittests"
},
{
"override_compile_targets": [
"sandbox_linux_unittests_deps"
],
"test": "sandbox_linux_unittests"
},
{
"args": [
"--isolate_file_path=src/sql/sql_unittests.isolate"
],
"test": "sql_unittests"
},
{
"args": [
"--isolate_file_path=src/sync/sync_unit_tests.isolate"
],
"test": "sync_unit_tests"
},
{
"test": "ui_android_unittests"
},
{
"args": [
"--isolate_file_path=src/ui/base/ui_base_tests.isolate"
],
"test": "ui_base_unittests"
},
{
"test": "ui_touch_selection_unittests"
},
{
"args": [
"--isolate_file_path=src/chrome/unit_tests.isolate"
],
"test": "unit_tests"
}
],
"scripts": [ "scripts": [
{ {
"name": "webview_licenses", "name": "webview_licenses",
...@@ -157,6 +270,119 @@ ...@@ -157,6 +270,119 @@
] ]
}, },
"Android Tests (dbg)": { "Android Tests (dbg)": {
"gtest_tests": [
{
"test": "android_webview_unittests"
},
{
"args": [
"--isolate_file_path=src/base/base_unittests.isolate"
],
"test": "base_unittests"
},
{
"args": [
"--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
],
"override_compile_targets": [
"breakpad_unittests_deps"
],
"test": "breakpad_unittests"
},
{
"test": "cc_unittests"
},
{
"args": [
"--isolate_file_path=src/components/components_browsertests.isolate"
],
"test": "components_browsertests"
},
{
"args": [
"--isolate_file_path=src/components/components_unittests.isolate"
],
"test": "components_unittests"
},
{
"args": [
"--isolate_file_path=src/content/content_browsertests.isolate"
],
"test": "content_browsertests"
},
{
"args": [
"--isolate_file_path=src/content/content_unittests.isolate"
],
"test": "content_unittests"
},
{
"test": "device_unittests"
},
{
"test": "events_unittests"
},
{
"test": "gl_tests"
},
{
"test": "gl_unittests"
},
{
"test": "gpu_unittests"
},
{
"test": "ipc_tests"
},
{
"args": [
"--isolate_file_path=src/media/media_unittests.isolate"
],
"test": "media_unittests"
},
{
"args": [
"--isolate_file_path=src/net/net_unittests.isolate"
],
"test": "net_unittests"
},
{
"override_compile_targets": [
"sandbox_linux_unittests_deps"
],
"test": "sandbox_linux_unittests"
},
{
"args": [
"--isolate_file_path=src/sql/sql_unittests.isolate"
],
"test": "sql_unittests"
},
{
"args": [
"--isolate_file_path=src/sync/sync_unit_tests.isolate"
],
"test": "sync_unit_tests"
},
{
"test": "ui_android_unittests"
},
{
"args": [
"--isolate_file_path=src/ui/base/ui_base_tests.isolate"
],
"test": "ui_base_unittests"
},
{
"test": "ui_touch_selection_unittests"
},
{
"args": [
"--isolate_file_path=src/chrome/unit_tests.isolate"
],
"test": "unit_tests"
}
],
"scripts": [ "scripts": [
{ {
"name": "webview_licenses", "name": "webview_licenses",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment