mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
Don't include crash_report_database_generic.cc on Win/Mac
Reported by Mihnea Craciun at https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!msg/crashpad-dev/IvAnF1bisFg/mkmai0vvBgAJ. Bug: crashpad:30 Change-Id: Ia1bca6e832062d1e454285ac0b3c97b56760c417 Reviewed-on: https://chromium-review.googlesource.com/925449 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
ec33c25797
commit
8b738cd24d
@ -35,7 +35,6 @@
|
||||
'annotation_list.h',
|
||||
'crash_report_database.cc',
|
||||
'crash_report_database.h',
|
||||
'crash_report_database_generic.cc',
|
||||
'crash_report_database_mac.mm',
|
||||
'crash_report_database_win.cc',
|
||||
'crashpad_client.h',
|
||||
@ -66,6 +65,7 @@
|
||||
['OS=="linux" or OS=="android"', {
|
||||
'sources': [
|
||||
'crashpad_info_note.S',
|
||||
'crash_report_database_generic.cc',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user