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

Unified Diff: mojo/services/vsync/interfaces/BUILD.gn

Issue 1458453003: Add mojo service to get notified of vsync. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review 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
Index: mojo/services/vsync/interfaces/BUILD.gn
diff --git a/mojo/services/input/interfaces/BUILD.gn b/mojo/services/vsync/interfaces/BUILD.gn
similarity index 94%
copy from mojo/services/input/interfaces/BUILD.gn
copy to mojo/services/vsync/interfaces/BUILD.gn
index 6c8188f29517129b707fe783d5d13e3fd2aedf9a..087262b05ced300c200bb138cdddff0a81dfc1b8 100644
--- a/mojo/services/input/interfaces/BUILD.gn
+++ b/mojo/services/vsync/interfaces/BUILD.gn
@@ -7,6 +7,6 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "input.mojom",
+ "vsync.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698