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

Unified Diff: shell/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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index a09eb678dd8c733491cb10fd90394a95cc30f635..981df804fab39300f37e84cbec30816c78849b0e 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -351,6 +351,7 @@ if (is_android) {
"android/apk/src/org/chromium/mojo/shell/SharingApplicationDelegate.java",
"android/apk/src/org/chromium/mojo/shell/ShellService.java",
"android/apk/src/org/chromium/mojo/shell/ViewportActivity.java",
+ "android/apk/src/org/chromium/mojo/shell/VsyncFactory.java",
]
deps = [
@@ -364,6 +365,7 @@ if (is_android) {
"//mojo/services/input/interfaces:interfaces_java",
"//mojo/services/keyboard/interfaces:interfaces_java",
"//mojo/services/nfc/interfaces:interfaces_java",
+ "//mojo/services/vsync/interfaces:interfaces_java",
"//services/authentication",
"//services/input",
"//services/intent_receiver:bindings_java",
@@ -373,6 +375,7 @@ if (is_android) {
"//services/native_viewport:native_viewport_java",
"//services/nfc_message_sink:bindings_java",
"//services/sharing_sink:bindings_java",
+ "//services/vsync",
"//third_party/android_tools:android_support_v13_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698