Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b80b2fe

Browse files
rosasco-wkSkia Commit-Bot
authored and
Skia Commit-Bot
committed
Change fidl tables from cpp to c.
This fixes a build error that resulted from FIDL changes that are in the SDK. Change-Id: I87a7632aac843903229e2c081d1426a31c8f8552 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/267731 Reviewed-by: Brian Salomon <[email protected]> Commit-Queue: Mike Klein <[email protected]>
1 parent 314524e commit b80b2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/fuchsia/sdk.gni

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ template("_fuchsia_fidl_library") {
9898

9999
outputs = [
100100
"$target_gen_dir/fuchsia/$library_name_slashes/c/fidl.h",
101+
"$target_gen_dir/fuchsia/$library_name_slashes/c/tables.c",
101102
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/fidl.h",
102103
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/fidl.cc",
103-
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/tables.cc",
104104
]
105105

106106
args = [
@@ -122,7 +122,7 @@ template("_fuchsia_fidl_library") {
122122
rebase_path("$target_gen_dir/fuchsia/$library_name_slashes/c/fidl.h"),
123123
"--output-c-tables",
124124
rebase_path(
125-
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/tables.cc"),
125+
"$target_gen_dir/fuchsia/$library_name_slashes/c/tables.c"),
126126
]
127127
}
128128

0 commit comments

Comments
 (0)