Flutter for Modroid should use vsync

This patch teaches Flutter how to connect to the vsync service on Modroid.
Also, remove our now-redunant copy of vsync.mojom.

Fixes #589
This commit is contained in:
Adam Barth 2015-11-25 13:10:44 -08:00
parent 8d1390372f
commit a042dbe953

View File

@ -28,6 +28,5 @@ dart_pkg("sky_services") {
"//sky/services/pointer:interfaces",
"//sky/services/raw_keyboard:interfaces",
"//sky/services/updater:interfaces",
"//sky/services/vsync:interfaces",
]
}