mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Fix chromium build.
Chromium's sources_assignment_filter broke the build. Change-Id: I741ce06feafcfe7abd69f65ad9c871b66452dd83 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2117368 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
parent
b75c578373
commit
311a5a2fdd
@ -17,6 +17,9 @@ import("../build/crashpad_fuzzer_test.gni")
|
||||
|
||||
if (crashpad_is_in_chromium) {
|
||||
import("//build/config/compiler/compiler.gni")
|
||||
|
||||
# Prevent Chromium source assignment filters from being inherited.
|
||||
set_sources_assignment_filter([])
|
||||
}
|
||||
|
||||
static_library("snapshot") {
|
||||
@ -124,7 +127,6 @@ static_library("snapshot") {
|
||||
}
|
||||
|
||||
if (crashpad_is_linux || crashpad_is_android) {
|
||||
set_sources_assignment_filter([])
|
||||
sources += [
|
||||
"linux/cpu_context_linux.cc",
|
||||
"linux/cpu_context_linux.h",
|
||||
|
Loading…
x
Reference in New Issue
Block a user