diff options
author | cdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 22:35:33 +0000 |
---|---|---|
committer | cdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 22:35:33 +0000 |
commit | 7c86357070edc57460a00e43869dca38a58036c9 (patch) | |
tree | 6aa5ca67cf81aa3a9d22cb2de796286daed3a5ff /content/content_browser.gypi | |
parent | 4efe70b4fdda8700c35029575a9240a247fcd661 (diff) | |
download | chromium_src-7c86357070edc57460a00e43869dca38a58036c9.zip chromium_src-7c86357070edc57460a00e43869dca38a58036c9.tar.gz chromium_src-7c86357070edc57460a00e43869dca38a58036c9.tar.bz2 |
Add a flag to print the handles held by a child process when it shuts down.
This will allow us to make tests that audit for extra handles and permissions being added to sandboxed processes.
BUG=85212
Review URL: http://codereview.chromium.org/7054080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 73de9c5..05b6265f 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -136,6 +136,8 @@ 'browser/gpu/gpu_process_host.h', 'browser/gpu/gpu_process_host_ui_shim.cc', 'browser/gpu/gpu_process_host_ui_shim.h', + 'browser/handle_enumerator_win.cc', + 'browser/handle_enumerator_win.h', 'browser/host_zoom_map.cc', 'browser/host_zoom_map.h', 'browser/in_process_webkit/browser_webkitclient_impl.cc', |