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

Unified Diff: ash/mus/BUILD.gn

Issue 1684823004: Refactors keyboard related code so mash can use a keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 years, 10 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
« no previous file with comments | « ash/keyboard/keyboard_ui_observer.h ('k') | ash/mus/keyboard_ui_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 61ed9bc05ff79dce988839a2c79cc4557c612d9f..a75072b5d1c1148778f7c9cbb1d156a128dce0b3 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -9,6 +9,8 @@ import("//tools/grit/repack.gni")
source_set("lib") {
sources = [
+ "keyboard_ui_mus.cc",
+ "keyboard_ui_mus.h",
"shelf_delegate_mus.cc",
"shelf_delegate_mus.h",
"shell_delegate_mus.cc",
@@ -38,6 +40,7 @@ source_set("lib") {
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/keyboard:mojom",
"//ui/message_center",
"//ui/mojo/init",
"//ui/platform_window/stub",
@@ -65,4 +68,8 @@ mojo_native_application("mus") {
":lib",
"//mojo/shell/public/cpp",
]
+
+ data_deps = [
+ "//components/mus",
+ ]
}
« no previous file with comments | « ash/keyboard/keyboard_ui_observer.h ('k') | ash/mus/keyboard_ui_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698