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

Unified Diff: chrome/browser/BUILD.gn

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Makes the listWebApks method receive a callback on the Java side Created 3 years, 11 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b847498700dd55ea607fcad6b50fff6a032c3087..71a1cc9ceee2085fac5ee30d6bd73e61caf67640 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2850,6 +2850,8 @@ split_static_library("browser") {
"android/webapk/chrome_webapk_host.h",
"android/webapk/webapk_icon_hasher.cc",
"android/webapk/webapk_icon_hasher.h",
+ "android/webapk/webapk_info.cc",
+ "android/webapk/webapk_info.h",
"android/webapk/webapk_install_service.cc",
"android/webapk/webapk_install_service.h",
"android/webapk/webapk_install_service_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698