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:
Mark Mentovai 2017-11-01 12:55:27 -04:00
parent 43b798b492
commit 4f5524fc68

View File

@ -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"', {