Add weblayer browser_tests APK so we can run the tests on Android.
The Shell C++ class isn't used on Android (unlike in content_shell) because we want to consume WebLayer there using the idiomatic Java API. At the same time, we want to write browser tests the same way for all platforms. So fake this by creating a Shell that reuses the existing BrowserController class that was created by Java. Change-Id: I946957f39eb79cff2e84c8abda56eed98b28d0a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815884Reviewed-by:Clark DuVall <cduvall@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#702563}
Showing
Please register or sign in to comment