| Index: sky/engine/core/BUILD.gn
|
| diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
|
| index 4d30fde625929d2c8c1b86c9dc3c271bf2d5db50..098e048441ba0d46141c874681c8826249c313ad 100644
|
| --- a/sky/engine/core/BUILD.gn
|
| +++ b/sky/engine/core/BUILD.gn
|
| @@ -61,7 +61,7 @@ static_library("core") {
|
| ":libraries",
|
| ":prerequisites",
|
| "//sky/engine/platform",
|
| - "//sky/engine/bindings2",
|
| + "//sky/engine/bindings",
|
| "//dart/runtime/bin:libdart_withcore",
|
| ]
|
|
|
| @@ -72,7 +72,7 @@ static_library("core") {
|
| # core and core_generated are really the same thing.
|
| allow_circular_includes_from = [
|
| ":core_generated",
|
| - "//sky/engine/bindings2",
|
| + "//sky/engine/bindings",
|
| ]
|
| }
|
|
|
| @@ -140,7 +140,7 @@ template("generate_event_interfaces") {
|
| write_file(idl_files_list, rebase_path(invoker.sources, root_build_dir))
|
|
|
| inputs = [
|
| - "//sky/engine/bindings2/scripts/utilities.py",
|
| + "//sky/engine/bindings/scripts/utilities.py",
|
| idl_files_list,
|
| ] + invoker.sources
|
|
|
| @@ -149,7 +149,7 @@ template("generate_event_interfaces") {
|
| output_file,
|
| ]
|
|
|
| - script = "//sky/engine/bindings2/scripts/generate_event_interfaces.py"
|
| + script = "//sky/engine/bindings/scripts/generate_event_interfaces.py"
|
| args = [
|
| "--event-idl-files-list",
|
| rebase_path(idl_files_list, root_build_dir),
|
|
|