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

Add another missing dependency

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