Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: chrome/android/BUILD.gn

Issue 2076583002: Add WebAPK's tests in ChildProcessLauncherTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move more functions to the helper class. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index d92c67a0ae966b2032b57c690ee9c92379d02ccf..298ed09913969522f174ca7eefbc3b92a9ba443e 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -555,6 +555,7 @@ instrumentation_test_apk("chrome_public_test_apk") {
]
additional_apks = [
"//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk",
+ "//chrome/android/webapk/shell_apk:test_webapk",
"//chrome/test/android/chrome_public_test_support:chrome_public_test_support_apk",
"//net/android:net_test_support_apk",
]

Powered by Google App Engine
This is Rietveld 408576698