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

Unified Diff: chrome/browser/ui/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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index a8261f18fd07ffce4d99062fc85948ceec4365da..ea5b3f9ed18f0a8d41c3f464ad1fe5898d0c05bb 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -565,6 +565,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",
@@ -2262,6 +2263,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