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

Unified Diff: chrome/android/webapk/shell_apk/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
Index: chrome/android/webapk/shell_apk/BUILD.gn
diff --git a/webapk/shell_apk/BUILD.gn b/chrome/android/webapk/shell_apk/BUILD.gn
similarity index 97%
rename from webapk/shell_apk/BUILD.gn
rename to chrome/android/webapk/shell_apk/BUILD.gn
index ea0788634472fc75442ca0456532cbcf2e270150..d35741701252f48566e661f400915e8b7ecb132d 100644
--- a/webapk/shell_apk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/BUILD.gn
@@ -74,7 +74,7 @@ android_apk("webapk") {
":dex_loader_lib",
":shell_apk_manifest",
":shell_apk_resources",
- "//webapk/libs/common",
+ "//chrome/android/webapk/libs/common",
]
}
@@ -85,8 +85,8 @@ android_library("shell_apk_javatests") {
deps = [
":dex_loader_lib",
"//base:base_java",
+ "//chrome/android/webapk/libs/common",
"//content/public/test/android:content_java_test_support",
- "//webapk/libs/common",
]
srcjar_deps = [ "javatests/dex_optimizer:dex_optimizer_service_aidl" ]
}
« no previous file with comments | « chrome/android/webapk/shell_apk/AndroidManifest.xml ('k') | chrome/android/webapk/shell_apk/javatests/canary_lib/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698