Split the chrome_public_test_apk target
Split the target into two separate targets:
* chrome_public_test_apk: The original one minus the tests below.
* chrome_public_unit_test_apk: Contains unit tests that require on device
capabilities. These tests are smaller, more tightly scoped.
Now it contains a single test in //chrome/android(HomepageTestRule)
and a single module target (video_tutorials).
Change-Id: I8d86a743a00c78b8a8063e7b73cb7b151c475138
Bug: 1238057
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3004243
Reviewed-by: Andrew Grieve <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Reviewed-by: Ted Choc <[email protected]>
Commit-Queue: Haiyang Pan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#911864}
diff --git a/BUILD.gn b/BUILD.gn
index 10db333..7dda6e9a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -419,6 +419,7 @@
"//chrome/android:chrome_junit_tests",
"//chrome/android:chrome_public_apk",
"//chrome/android:chrome_public_test_apk",
+ "//chrome/android:chrome_public_unit_test_apk",
"//chrome/browser/android/examples/custom_tabs_client:custom_tabs_client_example_apk",
"//chrome/browser/android/examples/partner_browser_customizations_provider:partner_browser_customizations_example_apk",
"//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk",