提交 58adc99a 编写于 作者: A Adam Barth

Add another missing dependency

上级 b6ec35ad
......@@ -310,7 +310,10 @@ process_in_files("make_core_generated_html_element_factory") {
"$sky_core_output_dir/V8HTMLElementWrapperFactory.cpp",
"$sky_core_output_dir/V8HTMLElementWrapperFactory.h",
]
deps = [ ":libraries" ]
deps = [
":libraries",
"//sky/engine/bindings/core/v8:bindings_core_v8_generated",
]
}
process_in_files("make_core_generated_html_element_type_helpers") {
......
......@@ -14,8 +14,6 @@ group("debugger") {
}
shared_library("sky_debugger") {
output_name = "mojo_sky_debugger"
sources = [
"debugger.cc",
"focus_rules.cc",
......
......@@ -3,7 +3,7 @@
# found in the LICENSE file.
shared_library("prompt") {
output_name = "mojo_sky_debugger_prompt"
output_name = "sky_debugger_prompt"
sources = [
"prompt.cc",
......
......@@ -3,7 +3,7 @@
# found in the LICENSE file.
shared_library("tester") {
output_name = "mojo_sky_tester"
output_name = "sky_tester"
sources = [
"test_harness.cc",
......
......@@ -5,7 +5,7 @@
import("//mojo/public/tools/bindings/mojom.gni")
shared_library("viewer") {
output_name = "mojo_sky_viewer"
output_name = "sky_viewer"
sources = [
"content_handler_impl.cc",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册