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

Unified Diff: util/util.gyp

Issue 1303173011: win: Implement and use ScopedProcessSuspend (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: dword -1 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 | « tools/generate_dump.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 60b7923545587dba1fbae50ee3d4f2ea66280a69..95a263c9fabbe15850af5e4db92b17df2adfb130 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -162,6 +162,8 @@
'win/registration_protocol_win.h',
'win/scoped_handle.cc',
'win/scoped_handle.h',
+ 'win/scoped_process_suspend.cc',
+ 'win/scoped_process_suspend.h',
'win/time.cc',
'win/time.h',
],
« no previous file with comments | « tools/generate_dump.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698