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

Unified Diff: services/vsync/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: services/vsync/BUILD.gn
diff --git a/services/input/BUILD.gn b/services/vsync/BUILD.gn
similarity index 68%
copy from services/input/BUILD.gn
copy to services/vsync/BUILD.gn
index dac96c98d3aa83dff62686d6e8f58e05ebac9e3b..fa466390ac0c50ab9b3ceacf66c3ee4893f211b4 100644
--- a/services/input/BUILD.gn
+++ b/services/vsync/BUILD.gn
@@ -5,12 +5,12 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-android_library("input") {
- java_files = [ "src/org/chromium/mojo/input/InputServiceImpl.java" ]
+android_library("vsync") {
+ java_files = [ "src/org/chromium/mojo/vsync/VSyncProviderImpl.java" ]
deps = [
"//mojo/public/java:bindings",
"//mojo/public/java:system",
- "//mojo/services/input/interfaces:interfaces_java",
+ "//mojo/services/vsync/interfaces:interfaces_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698