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

Unified Diff: mojo/services/keyboard/public/interfaces/BUILD.gn

Issue 856063002: Adding keyboard service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix local variable Created 5 years, 11 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 | « no previous file | mojo/services/keyboard/public/interfaces/keyboard.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/keyboard/public/interfaces/BUILD.gn
diff --git a/mojo/services/geometry/public/interfaces/BUILD.gn b/mojo/services/keyboard/public/interfaces/BUILD.gn
similarity index 93%
copy from mojo/services/geometry/public/interfaces/BUILD.gn
copy to mojo/services/keyboard/public/interfaces/BUILD.gn
index 4896addc10245963f89e7f975c9084d9eeb2c07f..4685f866f7c0df0966fc6781efc085967e68ae5e 100644
--- a/mojo/services/geometry/public/interfaces/BUILD.gn
+++ b/mojo/services/keyboard/public/interfaces/BUILD.gn
@@ -7,6 +7,6 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "geometry.mojom",
+ "keyboard.mojom",
]
}
« no previous file with comments | « no previous file | mojo/services/keyboard/public/interfaces/keyboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698