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

Unified Diff: client/client_test.gyp

Issue 1464473003: win: Don't duplicate handles in handle restriction list (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: merge && Created 5 years, 1 month 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 | « no previous file | client/crashpad_client_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/client_test.gyp
diff --git a/client/client_test.gyp b/client/client_test.gyp
index 85cdb5574c65dbba937e502ac6478303385f7c59..80cddc84c4ade59327e01a67f057799ad20fa165 100644
--- a/client/client_test.gyp
+++ b/client/client_test.gyp
@@ -22,6 +22,7 @@
'type': 'executable',
'dependencies': [
'client.gyp:crashpad_client',
+ '../handler/handler.gyp:crashpad_handler',
'../test/test.gyp:crashpad_test',
'../third_party/gtest/gmock.gyp:gmock',
'../third_party/gtest/gmock.gyp:gmock_main',
@@ -35,6 +36,7 @@
'sources': [
'capture_context_mac_test.cc',
'crash_report_database_test.cc',
+ 'crashpad_client_win_test.cc',
'prune_crash_reports_test.cc',
'settings_test.cc',
'simple_string_dictionary_test.cc',
« no previous file with comments | « no previous file | client/crashpad_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698