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

Unified Diff: services/keyboard_native/BUILD.gn

Issue 1139453002: Initial native keyboard proof of concept. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Addressed comments. Created 5 years, 7 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 | « services/BUILD.gn ('k') | services/keyboard_native/keyboard_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard_native/BUILD.gn
diff --git a/examples/echo_terminal/BUILD.gn b/services/keyboard_native/BUILD.gn
similarity index 53%
copy from examples/echo_terminal/BUILD.gn
copy to services/keyboard_native/BUILD.gn
index 0da27dd87b75ebec5bc4bd577e424a665133160a..c827642f6bf38c7eb60bc2096c4b9cf457853ab5 100644
--- a/examples/echo_terminal/BUILD.gn
+++ b/services/keyboard_native/BUILD.gn
@@ -4,17 +4,17 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("echo_terminal") {
- deps = [
- "//base",
- "//mojo/application",
- "//mojo/common",
- "//mojo/public/cpp/application",
- "//mojo/public/cpp/system",
- "//mojo/services/terminal/public/interfaces",
- ]
-
+mojo_native_application("keyboard_native") {
sources = [
+ "keyboard_service_impl.cc",
+ "keyboard_service_impl.h",
"main.cc",
]
+
+ deps = [
+ "//base",
+ "//mojo/public/cpp/application:standalone",
+ "//mojo/public/cpp/bindings",
+ "//mojo/services/keyboard/public/interfaces",
+ ]
}
« no previous file with comments | « services/BUILD.gn ('k') | services/keyboard_native/keyboard_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698