Add back some DEPS

Turns out if we don't have these deps, nothing builds these packages.
This commit is contained in:
Adam Barth 2015-07-23 19:07:20 -07:00
parent edd9ddccb4
commit cb8e1b58cb

View File

@ -18,6 +18,11 @@ action("sky") {
]
deps = [
"//mojo/dart/mojo_services",
"//mojo/dart/mojom",
"//mojo/public/dart:mojo",
"//sky/packages/sky_engine",
"//sky/packages/sky_services",
"//third_party/dart-pkg",
]
}