mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
snapshot: Specify test dependencies properly
Two dependency targets were missing from crashpad_snapshot_test. Change-Id: I9efba73639e529313d4aa49df5e68bb5117cf95a Reviewed-on: https://chromium-review.googlesource.com/746121 Reviewed-by: Leonard Mosescu <mosescu@chromium.org>
This commit is contained in:
parent
8db7e7dc39
commit
81eced5192
@ -67,9 +67,9 @@
|
|||||||
'..',
|
'..',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
'api/module_annotations_win_test.cc',
|
||||||
'cpu_context_test.cc',
|
'cpu_context_test.cc',
|
||||||
'crashpad_info_client_options_test.cc',
|
'crashpad_info_client_options_test.cc',
|
||||||
'api/module_annotations_win_test.cc',
|
|
||||||
'elf/elf_image_reader_test.cc',
|
'elf/elf_image_reader_test.cc',
|
||||||
'linux/debug_rendezvous_test.cc',
|
'linux/debug_rendezvous_test.cc',
|
||||||
'linux/exception_snapshot_linux_test.cc',
|
'linux/exception_snapshot_linux_test.cc',
|
||||||
@ -109,8 +109,10 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'crashpad_snapshot_test_crashing_child',
|
'crashpad_snapshot_test_crashing_child',
|
||||||
'crashpad_snapshot_test_dump_without_crashing',
|
'crashpad_snapshot_test_dump_without_crashing',
|
||||||
|
'crashpad_snapshot_test_extra_memory_ranges',
|
||||||
'crashpad_snapshot_test_image_reader',
|
'crashpad_snapshot_test_image_reader',
|
||||||
'crashpad_snapshot_test_image_reader_module',
|
'crashpad_snapshot_test_image_reader_module',
|
||||||
|
'crashpad_snapshot_test_simple_annotations',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['OS=="linux" or OS=="android"', {
|
['OS=="linux" or OS=="android"', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user