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

Unified Diff: content/shell/android/BUILD.gn

Issue 1945303005: Change webapk packages and directory structure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index a4735498722dcba071bb6936bbd3736a00542342..828e27befe0f86e5446c62a2e3453edf0c96ec72 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -154,14 +154,14 @@ instrumentation_test_apk("content_shell_test_apk") {
"//base:base_javatests",
"//content/public/android:content_javatests",
"//net/android:net_javatests",
- "//web_apks/minting_example:web_apk_javatests",
+ "//webapk/shell_apk:shell_apk_javatests",
]
data_deps = [
":content_shell_apk",
]
additional_apks = [
- "//web_apks/minting_example:minting_example_apk",
- "//web_apks/minting_example/javatests/dex_optimizer:dex_optimizer_apk",
+ "//webapk/shell_apk:shell_apk",
+ "//webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk",
]
apk_under_test = ":content_shell_apk"
apk_name = "ContentShellTest"

Powered by Google App Engine
This is Rietveld 408576698