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

Unified Diff: base/base.gypi

Issue 9700038: ScopedProcessInformation protects against process/thread handle leaks from CreateProcess calls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Touch a previously missed use of PROCESS_INFORMATION Created 8 years, 9 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 5bd98857d61738d7b265f6487dd4ede768e0da42..beca7e1b58d0d8b3e9f90935326ffb810f2469d4 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -426,6 +426,8 @@
'win/scoped_handle.h',
'win/scoped_hdc.h',
'win/scoped_hglobal.h',
+ 'win/scoped_process_information.cc',
+ 'win/scoped_process_information.h',
'win/scoped_select_object.h',
'win/scoped_variant.cc',
'win/scoped_variant.h',
« no previous file with comments | « base/base.gyp ('k') | base/process_util_win.cc » ('j') | base/win/scoped_process_information.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698