Add another missing dependency

This commit is contained in:
Adam Barth 2014-10-23 12:02:07 -07:00
parent b6ec35ad4c
commit 58adc99ae2
5 changed files with 7 additions and 6 deletions

View File

@ -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") {

View File

@ -14,8 +14,6 @@ group("debugger") {
}
shared_library("sky_debugger") {
output_name = "mojo_sky_debugger"
sources = [
"debugger.cc",
"focus_rules.cc",

View File

@ -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",

View File

@ -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",

View File

@ -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",