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

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

Issue 1965583002: Move //webapk to //chrome/android/webapk (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
« no previous file with comments | « content/public/android/BUILD.gn ('k') | webapk/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index dea864efa02c40bf7c36cd571b604d26c10eccbd..993f7be495454755b12437828bc5332ebea5c394 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -152,16 +152,16 @@ android_library("content_shell_test_java") {
instrumentation_test_apk("content_shell_test_apk") {
deps = [
"//base:base_javatests",
+ "//chrome/android/webapk/shell_apk:shell_apk_javatests",
"//content/public/android:content_javatests",
"//net/android:net_javatests",
- "//webapk/shell_apk:shell_apk_javatests",
]
data_deps = [
":content_shell_apk",
]
additional_apks = [
- "//webapk/shell_apk:webapk",
- "//webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk",
+ "//chrome/android/webapk/shell_apk:webapk",
+ "//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk",
]
apk_under_test = ":content_shell_apk"
apk_name = "ContentShellTest"
« no previous file with comments | « content/public/android/BUILD.gn ('k') | webapk/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698