Remove non-source files from library

Recent changes to GN mean that non-source files in final targets are an
error. Since they were ignored previously, this should be an NFC.

See crbug.com/gn/77 for details.

Change-Id: Ifc845a3b3b044e71ab4086ab19748adb7b4d4d08
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1632676
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Julie Hockett 2019-05-28 11:01:26 -07:00 committed by Commit Bot
parent ee1d5124a2
commit 3e5da31f90

View File

@ -95,16 +95,9 @@ static_library("snapshot") {
"mac/process_snapshot_mac.h", "mac/process_snapshot_mac.h",
"mac/process_types.cc", "mac/process_types.cc",
"mac/process_types.h", "mac/process_types.h",
"mac/process_types/all.proctype",
"mac/process_types/annotation.proctype",
"mac/process_types/crashpad_info.proctype",
"mac/process_types/crashreporterclient.proctype",
"mac/process_types/custom.cc", "mac/process_types/custom.cc",
"mac/process_types/dyld_images.proctype",
"mac/process_types/flavors.h", "mac/process_types/flavors.h",
"mac/process_types/internal.h", "mac/process_types/internal.h",
"mac/process_types/loader.proctype",
"mac/process_types/nlist.proctype",
"mac/process_types/traits.h", "mac/process_types/traits.h",
"mac/system_snapshot_mac.cc", "mac/system_snapshot_mac.cc",
"mac/system_snapshot_mac.h", "mac/system_snapshot_mac.h",