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

Unified Diff: ui/keyboard/BUILD.gn

Issue 328303008: athena: Use mojo to provide the bindings for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 4 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 | « athena/virtual_keyboard/vk_webui_controller.cc ('k') | ui/keyboard/keyboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 8c1c2a2511eb4be9022bde52b9027d06a2c959b3..8321077d0c04077b3fe7e7bb6b173427c12ef3a4 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -52,6 +52,16 @@ grit("resources_grit") {
"keyboard_resources.pak",
"keyboard_resources.rc",
]
+
+ keyboard_mojom_gen_js = "$root_gen_dir/ui/keyboard/webui/keyboard.mojom.js"
+ grit_flags = [
+ "-E", "keyboard_mojom_gen_js=" +
+ rebase_path(keyboard_mojom_gen_js, root_build_dir),
+ ]
+
+ deps = [
+ "webui:mojo_bindings"
+ ]
}
copy("resources") {
« no previous file with comments | « athena/virtual_keyboard/vk_webui_controller.cc ('k') | ui/keyboard/keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698