diff options
author | msw <msw@chromium.org> | 2015-04-10 10:25:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-10 17:25:46 +0000 |
commit | db4f05ad8220e94b82976196cdb307fd4be9047d (patch) | |
tree | 129225c3425d0fbee8b6b76de9dbe8c5a3da06cb /BUILD.gn | |
parent | f4db974d4102ca4386e8e4fd8ef3b89dfb71eb3e (diff) | |
download | chromium_src-db4f05ad8220e94b82976196cdb307fd4be9047d.zip chromium_src-db4f05ad8220e94b82976196cdb307fd4be9047d.tar.gz chromium_src-db4f05ad8220e94b82976196cdb307fd4be9047d.tar.bz2 |
Add a simple mojo AxProvider apptest.
Add ax_provider_apptest.cc and a new html_viewer_apptest target.
Host net/data/test.html via net::SpawnedTestServer, check the AxTree.
Delay binding AxProvider interface requests until the document loads.
(this makes clients wait for a valid accessibility tree to be generated)
Remove the debug condition for building Mojo test targets.
Add TestTimeout init for net::SpawnedTestServer as in mojo CL:
https://codereview.chromium.org/952613004/
TODO: Update chromium_mojo.py recipe and mojo/tools/data/apptests:
https://codereview.chromium.org/1069503004/
https://codereview.chromium.org/1065093002/
TODO: Plumb actual command line args for test timeout init.
TODO: Move html_viewer test files to a subdirectory.
(this CL was split out from https://codereview.chromium.org/1049013004/)
BUG=NONE
TEST=New test passes.
R=sky@chromium.org,ben@chromium.org
Review URL: https://codereview.chromium.org/1062563002
Cr-Commit-Position: refs/heads/master@{#324657}
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -648,6 +648,7 @@ group("gn_mojo_targets") { if (!is_debug) { deps += [ + "//mojo/services/html_viewer:apptests", "//mojo/services/html_viewer:tests", "//mojo/services/network:apptests", ] |