commit | acf983292a94c968ccb8e5a0d6951d1f787d92da | [log] [tgz] |
---|---|---|
author | Mark Mentovai <mark@chromium.org> | Wed Aug 15 14:20:02 2018 -0400 |
committer | Mark Mentovai <mark@chromium.org> | Wed Aug 15 18:25:08 2018 +0000 |
tree | b8fdc17c65c5483a5b1e80a7006ddd9be991894b | |
parent | 658a77e532ede5582eaf72d1d94ae988d49910b5 [diff] |
Fix Windows client_tests GYP build after 88d8114fda3e Bug: google-breakpad:770 Change-Id: I5539cda6053c39a11c354fba7f3e689ae02d3019 Reviewed-on: https://chromium-review.googlesource.com/1176126 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>
diff --git a/src/client/windows/unittests/client_tests.gyp b/src/client/windows/unittests/client_tests.gyp index b13603e..768f8fd 100644 --- a/src/client/windows/unittests/client_tests.gyp +++ b/src/client/windows/unittests/client_tests.gyp
@@ -68,6 +68,7 @@ 'sources': [ '<(DEPTH)/common/string_conversion.cc', '<(DEPTH)/processor/basic_code_modules.cc', + '<(DEPTH)/processor/convert_old_arm64_context.cc', '<(DEPTH)/processor/dump_context.cc', '<(DEPTH)/processor/dump_object.cc', '<(DEPTH)/processor/logging.cc',