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

Unified Diff: apk_minter/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 | « PRESUBMIT.py ('k') | base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apk_minter/BUILD.gn
diff --git a/apk_minter/BUILD.gn b/apk_minter/BUILD.gn
index 5297eeaacf90a3c327e4069009004a6777b05ef7..bb74f35923d9cc4870f56734df234bed3ab152b7 100644
--- a/apk_minter/BUILD.gn
+++ b/apk_minter/BUILD.gn
@@ -18,11 +18,10 @@ android_assets("apk_minter_assets") {
]
disable_compression = true
deps = [
- "//webapk/shell_apk:webapk"
+ "//chrome/android/webapk/shell_apk:webapk",
]
}
-
android_apk("minter_apk") {
apk_name = "ApkMinter"
android_manifest = "$apk_minter_dir/AndroidManifest.xml"
« no previous file with comments | « PRESUBMIT.py ('k') | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698