| 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) {
|
|
|