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

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

Issue 2340853002: Fix the crash: Failed to create WebAPKServiceImpl. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/libs/runtime_library/BUILD.gn
diff --git a/chrome/android/webapk/libs/runtime_library/BUILD.gn b/chrome/android/webapk/libs/runtime_library/BUILD.gn
index 30beb2362535b8da81144a0a33269b3a46799aaf..6c52d615e34d3473d40cc779e0ad30bdd693bac6 100644
--- a/chrome/android/webapk/libs/runtime_library/BUILD.gn
+++ b/chrome/android/webapk/libs/runtime_library/BUILD.gn
@@ -36,9 +36,9 @@ android_library("runtime_library_for_assets_java") {
"src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java",
]
deps = [
- ":webapk_service_aidl_java",
"//chrome/android/webapk/libs/common:common_java",
]
+ srcjar_deps = [ ":webapk_service_aidl" ]
}
# The subset of runtime_library_from_assets_java needed for tests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698