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

Side by Side Diff: base/base.gyp

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, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/scoped_process_information.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'win/event_trace_controller_unittest.cc', 289 'win/event_trace_controller_unittest.cc',
290 'win/event_trace_provider_unittest.cc', 290 'win/event_trace_provider_unittest.cc',
291 'win/i18n_unittest.cc', 291 'win/i18n_unittest.cc',
292 'win/iunknown_impl_unittest.cc', 292 'win/iunknown_impl_unittest.cc',
293 'win/object_watcher_unittest.cc', 293 'win/object_watcher_unittest.cc',
294 'win/pe_image_unittest.cc', 294 'win/pe_image_unittest.cc',
295 'win/registry_unittest.cc', 295 'win/registry_unittest.cc',
296 'win/sampling_profiler_unittest.cc', 296 'win/sampling_profiler_unittest.cc',
297 'win/scoped_bstr_unittest.cc', 297 'win/scoped_bstr_unittest.cc',
298 'win/scoped_comptr_unittest.cc', 298 'win/scoped_comptr_unittest.cc',
299 'win/scoped_process_information_unittest.cc',
299 'win/scoped_variant_unittest.cc', 300 'win/scoped_variant_unittest.cc',
300 'win/win_util_unittest.cc', 301 'win/win_util_unittest.cc',
301 'win/wrapped_window_proc_unittest.cc', 302 'win/wrapped_window_proc_unittest.cc',
302 ], 303 ],
303 'dependencies': [ 304 'dependencies': [
304 'base', 305 'base',
305 'base_i18n', 306 'base_i18n',
306 'base_static', 307 'base_static',
307 'run_all_unittests', 308 'run_all_unittests',
308 'test_support_base', 309 'test_support_base',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 # treated as weak imports in dependents, who still must 651 # treated as weak imports in dependents, who still must
651 # #include closure_blocks_leopard_compat.h to get weak imports. 652 # #include closure_blocks_leopard_compat.h to get weak imports.
652 'type': 'none', 653 'type': 'none',
653 }], 654 }],
654 ], 655 ],
655 }, 656 },
656 ], 657 ],
657 }], 658 }],
658 ], 659 ],
659 } 660 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/scoped_process_information.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698