mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-13 16:58:04 +08:00
Remove references to exe_and_shlib_deps
Upstreams: https://chromium-review.googlesource.com/c/chromium/src/+/1073613 Change-Id: Ieea63949eb4533061cf434157120a6e219897b6a Reviewed-on: https://chromium-review.googlesource.com/1187012 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
255a4e0c0e
commit
8068e2dd6d
@ -85,13 +85,7 @@ template("crashpad_executable") {
|
||||
configs += invoker.configs
|
||||
}
|
||||
|
||||
if (!defined(deps)) {
|
||||
deps = []
|
||||
}
|
||||
|
||||
if (crashpad_is_in_chromium) {
|
||||
deps += [ "//build/config:exe_and_shlib_deps" ]
|
||||
} else if (crashpad_is_in_fuchsia) {
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
configs += [ "//build/config/fuchsia:fdio_config" ]
|
||||
}
|
||||
}
|
||||
@ -113,13 +107,7 @@ template("crashpad_loadable_module") {
|
||||
configs += invoker.configs
|
||||
}
|
||||
|
||||
if (!defined(deps)) {
|
||||
deps = []
|
||||
}
|
||||
|
||||
if (crashpad_is_in_chromium) {
|
||||
deps += [ "//build/config:exe_and_shlib_deps" ]
|
||||
} else if (crashpad_is_in_fuchsia) {
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
configs += [ "//build/config/fuchsia:fdio_config" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user