diff options
author | jbudorick <jbudorick@chromium.org> | 2015-06-12 06:06:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-12 13:06:54 +0000 |
commit | b049103fa4848e304102a24e78c6ba994130a535 (patch) | |
tree | 3dc71fa65201527d337aedc11dba4c2fe51c1e07 /components/components_tests.gyp | |
parent | 23490d44633f4eaeb76e03384e08e9fd3ef2909a (diff) | |
download | chromium_src-b049103fa4848e304102a24e78c6ba994130a535.zip chromium_src-b049103fa4848e304102a24e78c6ba994130a535.tar.gz chromium_src-b049103fa4848e304102a24e78c6ba994130a535.tar.bz2 |
[Android] Refactor browser test execution.
This change allows us to run multiple browser tests within a single
invocation of an app. It does so by moving the test activity into its
own process, running each test individually within that activity, and
killing the process between each test.
BUG=472360
Review URL: https://codereview.chromium.org/1165523002
Cr-Commit-Position: refs/heads/master@{#334149}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r-- | components/components_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index 87cfdfe..003bfc9 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -1236,6 +1236,7 @@ '../content/content.gyp:content_java', '../content/content.gyp:content_v8_external_data', '../content/content_shell_and_tests.gyp:content_java_test_support', + '../content/content_shell_and_tests.gyp:content_shell_browsertests_java', '../content/content_shell_and_tests.gyp:content_shell_java', 'components_browsertests_paks_copy', 'components_browsertests', |