mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 17:30:09 +08:00
Fix Windows build after 81eced5192d9
81eced5192d9 added a a dependency on crashpad_snapshot_test_simple_annotations to crashpad_snapshot_test, but 9609b7471676 renamed this target to crashpad_snapshot_test_annotations. I should have rebased onto HEAD, rebuilt, and retested before landing. Bad developer! No candy. 🎃 Change-Id: I8fcd1020d8bd4ee163afa555ae6e815325485024 Reviewed-on: https://chromium-review.googlesource.com/748814 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
43b798b492
commit
4f5524fc68
@ -107,12 +107,12 @@
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'dependencies': [
|
||||
'crashpad_snapshot_test_annotations',
|
||||
'crashpad_snapshot_test_crashing_child',
|
||||
'crashpad_snapshot_test_dump_without_crashing',
|
||||
'crashpad_snapshot_test_extra_memory_ranges',
|
||||
'crashpad_snapshot_test_image_reader',
|
||||
'crashpad_snapshot_test_image_reader_module',
|
||||
'crashpad_snapshot_test_simple_annotations',
|
||||
],
|
||||
}],
|
||||
['OS=="linux" or OS=="android"', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user