Commit 40913d03 authored by Adam Barth's avatar Adam Barth

Add sky_services pub package

This package contains the mojom.dart files we generate from the sky_engine
repository.
parent e2db0253
...@@ -92,22 +92,12 @@ dart_pkg("sky") { ...@@ -92,22 +92,12 @@ dart_pkg("sky") {
"pubspec.yaml", "pubspec.yaml",
] ]
# List of mojom targets that the sky pkg exports
deps = [
"//mojo/services/asset_bundle/public/interfaces",
"//mojo/services/keyboard/public/interfaces",
"//sky/services/activity:interfaces",
"//sky/services/engine:interfaces",
]
datadeps = [ datadeps = [
"//mojo/dart/mojo_services", "//mojo/dart/mojo_services",
"//mojo/dart/mojom", "//mojo/dart/mojom",
"//mojo/public/dart:mojo", "//mojo/public/dart:mojo",
"//sky/engine/bindings",
"//sky/packages/sky_engine", "//sky/packages/sky_engine",
"//sky/services/media:interfaces", "//sky/packages/sky_services",
"//sky/services/testing:interfaces",
"//third_party/dart-pkg", "//third_party/dart-pkg",
] ]
} }
......
...@@ -11,6 +11,7 @@ dependencies: ...@@ -11,6 +11,7 @@ dependencies:
mojom: ^0.0.17 mojom: ^0.0.17
newton: ^0.1.0 newton: ^0.1.0
sky_engine: ^0.0.1 sky_engine: ^0.0.1
sky_services: ^0.0.1
sky_tools: ^0.0.2 sky_tools: ^0.0.2
vector_math: ^1.4.3 vector_math: ^1.4.3
environment: environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment