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

Side by Side 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: Remove changes from another CL. 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 unified diff | Download patch | Annotate | Revision Log
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'win/sampling_profiler.h', 412 'win/sampling_profiler.h',
413 'win/scoped_bstr.cc', 413 'win/scoped_bstr.cc',
414 'win/scoped_bstr.h', 414 'win/scoped_bstr.h',
415 'win/scoped_co_mem.h', 415 'win/scoped_co_mem.h',
416 'win/scoped_com_initializer.h', 416 'win/scoped_com_initializer.h',
417 'win/scoped_comptr.h', 417 'win/scoped_comptr.h',
418 'win/scoped_gdi_object.h', 418 'win/scoped_gdi_object.h',
419 'win/scoped_handle.h', 419 'win/scoped_handle.h',
420 'win/scoped_hdc.h', 420 'win/scoped_hdc.h',
421 'win/scoped_hglobal.h', 421 'win/scoped_hglobal.h',
422 'win/scoped_process_information.h',
422 'win/scoped_select_object.h', 423 'win/scoped_select_object.h',
423 'win/scoped_variant.cc', 424 'win/scoped_variant.cc',
424 'win/scoped_variant.h', 425 'win/scoped_variant.h',
425 'win/windows_version.cc', 426 'win/windows_version.cc',
426 'win/windows_version.h', 427 'win/windows_version.h',
427 'win/win_util.cc', 428 'win/win_util.cc',
428 'win/win_util.h', 429 'win/win_util.h',
429 'win/wrapped_window_proc.cc', 430 'win/wrapped_window_proc.cc',
430 'win/wrapped_window_proc.h', 431 'win/wrapped_window_proc.h',
431 ], 432 ],
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 'third_party/xdg_mime/xdgmimemagic.c', 903 'third_party/xdg_mime/xdgmimemagic.c',
903 'third_party/xdg_mime/xdgmimemagic.h', 904 'third_party/xdg_mime/xdgmimemagic.h',
904 'third_party/xdg_mime/xdgmimeparent.c', 905 'third_party/xdg_mime/xdgmimeparent.c',
905 'third_party/xdg_mime/xdgmimeparent.h', 906 'third_party/xdg_mime/xdgmimeparent.h',
906 ], 907 ],
907 }, 908 },
908 ], 909 ],
909 }], 910 }],
910 ], 911 ],
911 } 912 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/process_util_win.cc » ('j') | base/win/scoped_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698