Rev Dart packages

Also, update imports to account for new mojom.dart locations.
This commit is contained in:
Adam Barth 2015-07-29 22:16:42 -07:00
parent a4a0eb1b6b
commit 6f554ba76b
3 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
name: sky_engine
version: 0.0.1
version: 0.0.2
author: Chromium Authors <sky-dev@googlegroups.com>
description: Dart SDK extensions for dart:sky
homepage: https://github.com/domokit/sky_engine

View File

@ -23,8 +23,6 @@ dart_pkg("sky_services") {
deps = [
":copy_sky_services_license",
"//mojo/services/asset_bundle/public/interfaces",
"//mojo/services/keyboard/public/interfaces",
"//sky/services/activity:interfaces",
"//sky/services/media:interfaces",
"//sky/services/testing:interfaces",

View File

@ -1,10 +1,10 @@
name: sky_services
version: 0.0.1
version: 0.0.2
author: Chromium Authors <sky-dev@googlegroups.com>
description: Mojom interfaces associated with Sky
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky_services
dependencies:
mojo: ^0.0.17
mojom: ^0.0.17
mojo: 0.0.20
mojom: 0.0.20
environment:
sdk: '>=1.8.0 <2.0.0'