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

Unified Diff: chrome/android/webapk/libs/client/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/libs/client/BUILD.gn
diff --git a/webapk/libs/client/BUILD.gn b/chrome/android/webapk/libs/client/BUILD.gn
similarity index 86%
rename from webapk/libs/client/BUILD.gn
rename to chrome/android/webapk/libs/client/BUILD.gn
index 442cd70406958a4096a1927ec0fb8dc8906bc87a..d22e44f3d9f1daa63a228c2bce1b52025725f502 100644
--- a/webapk/libs/client/BUILD.gn
+++ b/chrome/android/webapk/libs/client/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/config/android/rules.gni")
-import("//webapk/libs/runtime_library_version.gni")
+import("//chrome/android/webapk/libs/runtime_library_version.gni")
android_library("client") {
java_files = [
@@ -18,12 +18,12 @@ android_library("client") {
]
deps = [
"//base:base_java",
+ "//chrome/android/webapk/libs/common",
"//third_party/android_tools:android_support_v13_java",
- "//webapk/libs/common",
]
srcjar_deps = [
":runtime_library_version_java",
- "//webapk/libs/runtime_library:webapk_service_aidl",
+ "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl",
]
}
« no previous file with comments | « chrome/android/webapk/OWNERS ('k') | chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/DexOptimizer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698