From 81eced5192d96cd5262d0b7e70a085371540c0a8 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Mon, 30 Oct 2017 23:57:07 -0400 Subject: [PATCH] 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 --- snapshot/snapshot_test.gyp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp index b7f2db27..cc061d92 100644 --- a/snapshot/snapshot_test.gyp +++ b/snapshot/snapshot_test.gyp @@ -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"', {