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

Unified Diff: ui/keyboard/webui/BUILD.gn

Issue 493833002: GN: Enable ui/keyboard:keyboard_unittests, fix up webui targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « ui/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/webui/BUILD.gn
diff --git a/ui/keyboard/webui/BUILD.gn b/ui/keyboard/webui/BUILD.gn
index 84bde1953aeaf001c43271988cdfff41457fe658..c8937b9c953da95b38da28c9206e91248edaf10b 100644
--- a/ui/keyboard/webui/BUILD.gn
+++ b/ui/keyboard/webui/BUILD.gn
@@ -10,3 +10,31 @@ mojom("mojo_bindings") {
"keyboard.mojom",
]
}
+
+# GYP version: part of ui/keyboard/keyboard.gyp:keyboard
+source_set("webui") {
+ visibility = "//ui/keyboard"
+
+ sources = [
+ "vk_mojo_handler.cc",
+ "vk_mojo_handler.h",
+ "vk_webui_controller.cc",
+ "vk_webui_controller.h",
+ ]
+
+ deps = [
+ ":mojo_bindings",
+ "//base",
+ "//content/public/browser",
+ "//ui/aura",
+ "//ui/base",
+ "//ui/keyboard:resources",
+ "//mojo/public/cpp/bindings",
+ "//mojo/environment:chromium",
+ "//mojo/bindings/js",
+ "//mojo/system",
+ ]
+
+ defines = [ "KEYBOARD_IMPLEMENTATION" ]
+
+}
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698