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

Unified Diff: chrome/android/webapk/shell_apk/BUILD.gn

Issue 1969303002: Upstream WebAPK notification related code (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
« no previous file with comments | « chrome/android/webapk/shell_apk/AndroidManifest.xml ('k') | chrome/android/webapk/shell_apk/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/shell_apk/BUILD.gn
diff --git a/chrome/android/webapk/shell_apk/BUILD.gn b/chrome/android/webapk/shell_apk/BUILD.gn
index c12fbad92211c73e4ddc01a001b7c94a04015781..c675adc58bc595f02f16394ee951aecd3ed431f5 100644
--- a/chrome/android/webapk/shell_apk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/BUILD.gn
@@ -59,11 +59,15 @@ android_library("dex_loader_lib") {
android_apk("webapk") {
android_manifest = shell_apk_manifest
apk_name = "WebApk.$webapk_manifest_package_origin"
- java_files = [ "src/org/chromium/webapk/shell_apk/MainActivity.java" ]
+ java_files = [
+ "src/org/chromium/webapk/shell_apk/MainActivity.java",
+ "src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java",
+ ]
deps = [
":shell_apk_manifest",
":shell_apk_resources",
"//chrome/android/webapk/libs/common",
+ "//chrome/android/webapk/libs/runtime_library",
]
}
« no previous file with comments | « chrome/android/webapk/shell_apk/AndroidManifest.xml ('k') | chrome/android/webapk/shell_apk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698