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

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 8ebd7124a6056835ae7fbcae69888cb7462e7e80..d15751af96c8d0fe5f0d889c4751b5fd04b6f566 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2270,6 +2270,10 @@ split_static_library("ui") {
"webui/snippets_internals_message_handler.h",
"webui/snippets_internals_ui.cc",
"webui/snippets_internals_ui.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