Fix build

We were missing a dependency.
This commit is contained in:
Adam Barth 2015-07-22 09:51:19 -07:00
parent a0dda0082f
commit cba9a61dd2

View File

@ -32,6 +32,7 @@ copy("sky_shell") {
deps = [
"//sky/shell",
"//third_party/icu:icudata",
]
}