Update to mojo fd8d18dbf7a4f9ed8a607648cca6d2c595b1c580 (flutter/engine#2770)

* Update to mojo fd8d18dbf7a4f9ed8a607648cca6d2c595b1c580

* Update mojo_sdk

* Update to account for Mojo API changes

* Backport to older base
This commit is contained in:
Adam Barth 2016-06-21 12:52:09 -07:00 committed by GitHub
parent 1cf7ec81cd
commit 772a54720b
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': 'fbe912aa65e0346382bc1e2874eb88fa3aad3358',
'mojo_sdk_revision': 'b200aa62c93647a0421b9239804ef5ce1509ab20',
'base_revision': '672b04e54b937ec899429a6bd5409c5a6300d151',
'skia_revision': '8cc209111876b7c78b5ec577c9221d8ed5e21024',

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.27
mojo_sdk: 0.2.29
environment:
sdk: '>=1.8.0 <2.0.0'