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

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

Issue 2010633004: Launch WebAPK if notification opens URL within WebAPK scope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/chrome/android/webapk/libs/client/BUILD.gn b/chrome/android/webapk/libs/client/BUILD.gn
index 1025e70b041690b900a51ecfea8fae01ccd45a81..ee99cdc19d7ab5d6cd022f071c3ed8c66dd6770d 100644
--- a/chrome/android/webapk/libs/client/BUILD.gn
+++ b/chrome/android/webapk/libs/client/BUILD.gn
@@ -8,6 +8,7 @@ import("//chrome/android/webapk/libs/runtime_library_version.gni")
android_library("client") {
java_files = [
"src/org/chromium/webapk/lib/client/DexOptimizer.java",
+ "src/org/chromium/webapk/lib/client/NavigationClient.java",
"src/org/chromium/webapk/lib/client/WebApkServiceConnectionManager.java",
"src/org/chromium/webapk/lib/client/WebApkValidator.java",
]

Powered by Google App Engine
This is Rietveld 408576698