Add kernel-worker and dart2js to BUILD.gn (flutter/engine#7660)

This commit is contained in:
Jonah Williams
2019-02-01 12:25:33 -08:00
committed by GitHub
parent 7f7b8d3265
commit bd07d508ea

View File

@@ -23,6 +23,8 @@ group("flutter") {
public_deps += [
"$flutter_root/frontend_server",
"//third_party/dart:create_sdk",
"//third_party/dart:dart2js",
"//third_party/dart/utils/bazel:kernel_worker",
]
}
}