mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
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:
parent
fa28ef896c
commit
af5d5468e0
2
third_party/fuchsia/BUILD.gn
vendored
2
third_party/fuchsia/BUILD.gn
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user