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

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

Issue 408853005: Convert bindings targets in mojo/mojo_services.gypi to GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: mojo/services/public/interfaces/input_events/BUILD.gn
diff --git a/mojo/public/interfaces/service_provider/BUILD.gn b/mojo/services/public/interfaces/input_events/BUILD.gn
similarity index 55%
copy from mojo/public/interfaces/service_provider/BUILD.gn
copy to mojo/services/public/interfaces/input_events/BUILD.gn
index 990d3e9b6264ceac8ce9bc5e69e02dcf3db0bfd5..a1e1158d99f83aa4ea06652fe53dffcae337ea85 100644
--- a/mojo/public/interfaces/service_provider/BUILD.gn
+++ b/mojo/services/public/interfaces/input_events/BUILD.gn
@@ -4,8 +4,13 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("service_provider") {
+# GYP version: mojo/mojo_services.gypi:mojo_input_events_bindings
+mojom("bindings") {
sources = [
- "service_provider.mojom",
+ "input_events.mojom",
+ ]
+
+ deps = [
+ "//mojo/services/public/interfaces/geometry:bindings",
]
}
« no previous file with comments | « mojo/services/public/interfaces/geometry/BUILD.gn ('k') | mojo/services/public/interfaces/launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698