From af5d5468e005b035685f15641c15c33dd0a668a2 Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Thu, 12 Dec 2019 14:34:11 -0800 Subject: [PATCH] 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 Reviewed-by: Joshua Peraza Reviewed-by: Mark Mentovai --- third_party/fuchsia/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/fuchsia/BUILD.gn b/third_party/fuchsia/BUILD.gn index e96ec664..88866c62 100644 --- a/third_party/fuchsia/BUILD.gn +++ b/third_party/fuchsia/BUILD.gn @@ -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.