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

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: Add tests for new functions. 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 aecba8bf0243250e073ad991c3a47c48f8a5e038..47e2c7d073525bc2307132e4e62ece961b5c3fa1 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -429,6 +429,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