Roll Mojo to 9a791294e429f9f2ca4f427796a284edb6f6768e (flutter/engine#2663)

* Update to mojo 9a791294e429f9f2ca4f427796a284edb6f6768e

* Update to account for Mojo API changes
This commit is contained in:
Adam Barth
2016-05-09 10:56:47 -07:00
parent ac5f6dbb3a
commit e4d3091dc4
2 changed files with 2 additions and 2 deletions

2
DEPS
View File

@@ -19,7 +19,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'mojo_sdk_revision': '0003a0c9bf29902779397b67139a5738c5834934',
'mojo_sdk_revision': '55352570f8c52ca1282dcfa26a4a32adc08495d6',
'base_revision': '672b04e54b937ec899429a6bd5409c5a6300d151',
'skia_revision': '3ccf2e75ed92adb3c2c289e0cb95901d162df394',

View File

@@ -4,6 +4,6 @@ author: Flutter Authors <flutter-dev@googlegroups.com>
description: Mojom interfaces associated with Flutter
homepage: http://flutter.io
dependencies:
mojo_sdk: 0.2.22
mojo_sdk: 0.2.24
environment:
sdk: '>=1.8.0 <2.0.0'