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

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

Issue 2409483002: Read the bare minimum of data from the WebAPK launch intent. (Closed)
Patch Set: Merge branch 'startup_crash0' into security Created 4 years, 2 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/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 6c52d615e34d3473d40cc779e0ad30bdd693bac6..4737203c3945e8972534765a4d7a233d6a5a5ac3 100644
--- a/chrome/android/webapk/libs/runtime_library/BUILD.gn
+++ b/chrome/android/webapk/libs/runtime_library/BUILD.gn
@@ -31,13 +31,8 @@ android_library("webapk_service_aidl_java") {
# library because the dx tool expects files ending in .dex.jar
android_library("runtime_library_for_assets_java") {
dex_path = "$target_gen_dir/$runtime_library_dex_asset_name"
- java_files = [
- "src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java",
- "src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java",
- ]
- deps = [
- "//chrome/android/webapk/libs/common:common_java",
- ]
+ java_files =
+ [ "src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java" ]
srcjar_deps = [ ":webapk_service_aidl" ]
}

Powered by Google App Engine
This is Rietveld 408576698