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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Adds an about:webapks page with information about all installed Web APKs on the device 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 85414bef1561538c1964b4fd5ffe9bfee17b6153..59c6814152be89fe4254f9102d1647d17af27b84 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -566,6 +566,7 @@ split_static_library("ui") {
"//components/version_ui",
"//components/web_cache/browser",
"//components/web_resource",
+ "//components/webapks_ui",
"//components/zoom",
"//content/app/resources",
"//content/public/common",
@@ -2264,6 +2265,12 @@ split_static_library("ui") {
"webui/snippets_internals_message_handler.h",
"webui/snippets_internals_ui.cc",
"webui/snippets_internals_ui.h",
+ "webui/webapk_info_callback.cc",
+ "webui/webapk_info_callback.h",
+ "webui/webapks_handler.cc",
+ "webui/webapks_handler.h",
+ "webui/webapks_ui.cc",
+ "webui/webapks_ui.h",
]
if (enable_vr_shell || enable_webvr) {
if (enable_vr_shell) {

Powered by Google App Engine
This is Rietveld 408576698