Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: util/util_test.gyp

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: oops Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « util/util.gyp ('k') | util/win/exception_handler_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util_test.gyp
diff --git a/util/util_test.gyp b/util/util_test.gyp
index 2ae2c11e2245d9a8273064463e1301b532816c6d..e7bc9402a2151d66adb4d229f1ca5c7594513aa8 100644
--- a/util/util_test.gyp
+++ b/util/util_test.gyp
@@ -22,6 +22,7 @@
'type': 'executable',
'dependencies': [
'util.gyp:crashpad_util',
+ '../client/client.gyp:crashpad_client',
'../compat/compat.gyp:crashpad_compat',
'../test/test.gyp:crashpad_test',
'../third_party/gmock/gmock.gyp:gmock',
@@ -78,6 +79,7 @@
'synchronization/semaphore_test.cc',
'thread/thread_log_messages_test.cc',
'thread/thread_test.cc',
+ 'win/exception_handler_server_test.cc',
'win/process_info_test.cc',
'win/time_test.cc',
],
« no previous file with comments | « util/util.gyp ('k') | util/win/exception_handler_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698