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

Unified Diff: services/BUILD.gn

Issue 1453823005: Implement Linux IME support (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add service name annotation, remove unused member variables Created 5 years, 1 month 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 | « mojo/services/keyboard/interfaces/keyboard.mojom ('k') | services/keyboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 284dda4c20fee031ba03c13d60e324ccaa65fe83..9b5ff8fd384ecf960227c9ca22ba7837abca2342 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -42,6 +42,10 @@ group("services") {
}
}
+ if (is_linux) {
+ deps += [ "//services/keyboard" ]
+ }
+
if (is_linux && !is_fnl) {
deps += [ "//services/python" ]
}
« no previous file with comments | « mojo/services/keyboard/interfaces/keyboard.mojom ('k') | services/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698