aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows
diff options
context:
space:
mode:
authormmandlis@chromium.org <mmandlis@chromium.org>2014-09-16 19:17:19 +0000
committermmandlis@chromium.org <mmandlis@chromium.org>2014-09-16 19:17:19 +0000
commit85cc448052b7c1ed5fba8ab474e460acdd631ff9 (patch)
tree0dbde6370f8d12575dd023367d9a93354ec67635 /src/client/windows
parentMaking the Mac build of crash_report work again after the last SVN sync (diff)
downloadbreakpad-85cc448052b7c1ed5fba8ab474e460acdd631ff9.tar.xz
Fix Windows client unittests build: add missing code files
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1377 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows')
-rw-r--r--src/client/windows/unittests/client_tests.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/windows/unittests/client_tests.gyp b/src/client/windows/unittests/client_tests.gyp
index ba1b3d20..7f9c7a02 100644
--- a/src/client/windows/unittests/client_tests.gyp
+++ b/src/client/windows/unittests/client_tests.gyp
@@ -68,6 +68,8 @@
'sources': [
'<(DEPTH)/common/string_conversion.cc',
'<(DEPTH)/processor/basic_code_modules.cc',
+ '<(DEPTH)/processor/dump_context.cc',
+ '<(DEPTH)/processor/dump_object.cc',
'<(DEPTH)/processor/logging.cc',
'<(DEPTH)/processor/minidump.cc',
'<(DEPTH)/processor/pathname_stripper.cc',