mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
[fuchsia] Move //zircon/system/ulib/fdio to //sdk/lib/fdio
Bug: fuchsia:54057 Change-Id: I58e2bbf7f3a1674d5b34d4bc502b85cee0bea347 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2253148 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
498c36b82a
commit
e3c94b87f0
@ -115,7 +115,7 @@ static_library("client") {
|
||||
if (crashpad_is_fuchsia) {
|
||||
deps += [ "../third_party/fuchsia" ]
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
deps += [ "//zircon/public/lib/fdio" ]
|
||||
deps += [ "//sdk/lib/fdio" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -152,7 +152,7 @@ static_library("test") {
|
||||
if (crashpad_is_fuchsia) {
|
||||
public_deps = [ "../third_party/fuchsia" ]
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
deps += [ "//zircon/public/lib/fdio" ]
|
||||
deps += [ "//sdk/lib/fdio" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
third_party/fuchsia/BUILD.gn
vendored
2
third_party/fuchsia/BUILD.gn
vendored
@ -17,7 +17,7 @@ import("../../build/crashpad_buildconfig.gni")
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
group("fuchsia") {
|
||||
public_deps = [
|
||||
"//zircon/public/lib/fdio",
|
||||
"//sdk/lib/fdio",
|
||||
"//zircon/public/lib/zx",
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user