| Index: ui/keyboard/webui/BUILD.gn
|
| diff --git a/ui/keyboard/webui/BUILD.gn b/ui/keyboard/webui/BUILD.gn
|
| index c8937b9c953da95b38da28c9206e91248edaf10b..6672ca488e91506d12f241ca0272cbaa394e6460 100644
|
| --- a/ui/keyboard/webui/BUILD.gn
|
| +++ b/ui/keyboard/webui/BUILD.gn
|
| @@ -16,6 +16,7 @@ source_set("webui") {
|
| visibility = "//ui/keyboard"
|
|
|
| sources = [
|
| + "../keyboard_export.h",
|
| "vk_mojo_handler.cc",
|
| "vk_mojo_handler.h",
|
| "vk_webui_controller.cc",
|
| @@ -26,6 +27,7 @@ source_set("webui") {
|
| ":mojo_bindings",
|
| "//base",
|
| "//content/public/browser",
|
| + "//content/public/common",
|
| "//ui/aura",
|
| "//ui/base",
|
| "//ui/keyboard:resources",
|
|
|