提交 3acb930b 编写于 作者: A Adam Barth

Attempt to fix bad dependency in Sky build

Several people have run into trouble building Sky because of a missing
dependency in the build. From inspection, it looks like this might fix the
issue, but it's hard to be sure without being able to reproduce the issue
locally.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1130353013
上级 552f236b
......@@ -35,13 +35,14 @@ source_set("bindings") {
deps = [
"//base",
"//dart/runtime/bin:embedded_dart_io",
"//dart/runtime/bin:libdart_withcore",
"//mojo/public/c/system",
"//mojo/public/cpp/system",
"//sky/engine/core:prerequisites",
"//sky/engine/platform:platform",
"//sky/engine/tonic",
"//sky/engine/wtf",
"//dart/runtime/bin:embedded_dart_io",
":generated_bindings",
":snapshot_cc",
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册