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

Unified Diff: chrome/android/webapk/libs/client/BUILD.gn

Issue 2182133004: Making webapk service java appear in only one .jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing checkdeps Created 4 years, 4 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 | « chrome/android/BUILD.gn ('k') | chrome/android/webapk/libs/runtime_library/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/libs/client/BUILD.gn
diff --git a/chrome/android/webapk/libs/client/BUILD.gn b/chrome/android/webapk/libs/client/BUILD.gn
index 57d4a97f6ee053c35f8c8a8ba91022c9cb48253b..b0b7cd9e2652b03bc3693cf2d2253818009292b5 100644
--- a/chrome/android/webapk/libs/client/BUILD.gn
+++ b/chrome/android/webapk/libs/client/BUILD.gn
@@ -14,11 +14,9 @@ android_library("client_java") {
]
deps = [
"//chrome/android/webapk/libs/common:common_java",
+ "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
]
- srcjar_deps = [
- ":runtime_library_version_java",
- "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl",
- ]
+ srcjar_deps = [ ":runtime_library_version_java" ]
}
java_cpp_template("runtime_library_version_java") {
@@ -37,5 +35,6 @@ junit_binary("webapk_client_junit_tests") {
deps = [
":client_java",
"//base:base_junit_test_support",
+ "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
]
}
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/webapk/libs/runtime_library/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698