mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add another missing dependency
This commit is contained in:
parent
b6ec35ad4c
commit
58adc99ae2
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user