mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
fuchsia: Remove unused sysinfo dep
This was previously used, but is no longer required. Delete the one remaining include at the build rules. Change-Id: If5083a4fb8a5562d3e40149976bd27fcec0fd302 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2165635 Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Francois Rousseau <frousseau@google.com> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
9fea20040e
commit
069fddf184
8
third_party/fuchsia/BUILD.gn
vendored
8
third_party/fuchsia/BUILD.gn
vendored
@ -20,7 +20,6 @@ if (crashpad_is_in_fuchsia) {
|
|||||||
"//zircon/public/lib/fdio",
|
"//zircon/public/lib/fdio",
|
||||||
"//zircon/public/lib/zx",
|
"//zircon/public/lib/zx",
|
||||||
"//zircon/system/fidl/fuchsia-mem",
|
"//zircon/system/fidl/fuchsia-mem",
|
||||||
"//zircon/system/fidl/fuchsia-sysinfo:fuchsia-sysinfo_c",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
} else if (crashpad_is_in_chromium) {
|
} else if (crashpad_is_in_chromium) {
|
||||||
@ -28,7 +27,6 @@ if (crashpad_is_in_fuchsia) {
|
|||||||
public_deps = [
|
public_deps = [
|
||||||
"//third_party/fuchsia-sdk/sdk:fdio",
|
"//third_party/fuchsia-sdk/sdk:fdio",
|
||||||
"//third_party/fuchsia-sdk/sdk:mem",
|
"//third_party/fuchsia-sdk/sdk:mem",
|
||||||
"//third_party/fuchsia-sdk/sdk:sysinfo",
|
|
||||||
"//third_party/fuchsia-sdk/sdk:zx",
|
"//third_party/fuchsia-sdk/sdk:zx",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -115,11 +113,6 @@ if (crashpad_is_in_fuchsia) {
|
|||||||
header_stem = "fuchsia/mem"
|
header_stem = "fuchsia/mem"
|
||||||
library_name = "fuchsia.mem"
|
library_name = "fuchsia.mem"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
fidl = "$sdk_fidl_sources_path/fuchsia.sysinfo/sysinfo.fidl"
|
|
||||||
header_stem = "fuchsia/sysinfo"
|
|
||||||
library_name = "fuchsia.sysinfo"
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
foreach(fidl_source, fidl_sources) {
|
foreach(fidl_source, fidl_sources) {
|
||||||
@ -245,7 +238,6 @@ if (crashpad_is_in_fuchsia) {
|
|||||||
":fidl_base",
|
":fidl_base",
|
||||||
":fidl_cpp_base",
|
":fidl_cpp_base",
|
||||||
":fuchsia.mem_cpp",
|
":fuchsia.mem_cpp",
|
||||||
":fuchsia.sysinfo_c",
|
|
||||||
":zx",
|
":zx",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
#include "util/fuchsia/koid_utilities.h"
|
#include "util/fuchsia/koid_utilities.h"
|
||||||
|
|
||||||
#include <fuchsia/sysinfo/c/fidl.h>
|
|
||||||
#include <lib/fdio/fdio.h>
|
#include <lib/fdio/fdio.h>
|
||||||
#include <lib/zx/channel.h>
|
#include <lib/zx/channel.h>
|
||||||
#include <lib/zx/job.h>
|
#include <lib/zx/job.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user