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:
Родитель
8db7e7dc39
Коммит
81eced5192
|
@ -67,9 +67,9 @@
|
|||
'..',
|
||||
],
|
||||
'sources': [
|
||||
'api/module_annotations_win_test.cc',
|
||||
'cpu_context_test.cc',
|
||||
'crashpad_info_client_options_test.cc',
|
||||
'api/module_annotations_win_test.cc',
|
||||
'elf/elf_image_reader_test.cc',
|
||||
'linux/debug_rendezvous_test.cc',
|
||||
'linux/exception_snapshot_linux_test.cc',
|
||||
|
@ -109,8 +109,10 @@
|
|||
'dependencies': [
|
||||
'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"', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче