mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
[fidl] Convert from - to . names for //zircon/public/fidl
This is part of a soft transition to replace fuchsia-foo-bar names with fuchsia.foo.bar names for the directory and GN target names for FIDL libraries defined in //zircon/system/fidl and accessed in legacy GN via //zircon/public/fidl. After the transition, the directory and GN target names will exactly match the FIDL library names everywhere. 1. Make //zircon/public/fidl/a.b.c alias //zircon/public/fidl/a-b-c 2. Convert all //zircon/public/fidl uses outside fuchsia.git & integrate 3. Convert all //zircon/public/fidl uses inside fuchsia.git 4. Remove transition hacks 5. Enforce naming conventions in GN templates This is step 2. Bug: ZX-3365 #comment //third_party/crashpad references converted Change-Id: Ief90c6f9fa1da51dea7dbbd5b58741cbb7e06891 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1608163 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Roland McGrath <mcgrathr@chromium.org>
This commit is contained in:
parent
949a022939
commit
bc9104541f
4
third_party/fuchsia/BUILD.gn
vendored
4
third_party/fuchsia/BUILD.gn
vendored
@ -17,8 +17,8 @@ import("../../build/crashpad_buildconfig.gni")
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
group("fuchsia") {
|
||||
public_deps = [
|
||||
"//zircon/public/fidl/fuchsia-mem",
|
||||
"//zircon/public/fidl/fuchsia-sysinfo:fuchsia-sysinfo_c",
|
||||
"//zircon/public/fidl/fuchsia.mem",
|
||||
"//zircon/public/fidl/fuchsia.sysinfo:fuchsia.sysinfo_c",
|
||||
"//zircon/public/lib/fdio",
|
||||
"//zircon/public/lib/zx",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user