Rename FIDL tables to .c due to use of designated initializers

Will also need https://fuchsia-review.googlesource.com/c/fuchsia/+/348593 to land in the SDK to fix the bots.

Very helpful link: https://ci.chromium.org/p/crashpad/builders/try/crashpad_try_fuchsia_arm64_dbg/728

Change-Id: Iacdbb13a72d116bd579f5f10cadbe7a0b3ed7987
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1966371
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Scott Graham 2019-12-12 14:34:11 -08:00 committed by Commit Bot
parent fa28ef896c
commit af5d5468e0

View File

@ -134,7 +134,7 @@ if (crashpad_is_in_fuchsia) {
cpp_stem = "$fidl_root_gen_dir/${fidl_source.header_stem}/cpp/fidl"
cpp_header = "$cpp_stem.h"
cpp_source = "$cpp_stem.cc"
coding_tables = "$fidl_stem/tables.cc"
coding_tables = "$fidl_stem/tables.c"
# Compiles the .fidl file, outputs the intermediary JSON representation
# and generates the C bindings.