diff options
author | Mark Mentovai <mark@chromium.org> | 2018-08-15 14:20:02 -0400 |
---|---|---|
committer | Mark Mentovai <mark@chromium.org> | 2018-08-15 18:25:08 +0000 |
commit | acf983292a94c968ccb8e5a0d6951d1f787d92da (patch) | |
tree | b8fdc17c65c5483a5b1e80a7006ddd9be991894b /src/client | |
parent | Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69c (diff) | |
download | breakpad-acf983292a94c968ccb8e5a0d6951d1f787d92da.tar.xz |
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>
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/windows/unittests/client_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/windows/unittests/client_tests.gyp b/src/client/windows/unittests/client_tests.gyp index b13603ef..768f8fd8 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', |