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

Side by Side Diff: base/base.gypi

Issue 10453082: Base: Add a handle verifier to ScopedHandle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/win/scoped_handle.h » ('j') | base/win/scoped_handle.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 '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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'win/resource_util.cc', 440 'win/resource_util.cc',
441 'win/resource_util.h', 441 'win/resource_util.h',
442 'win/sampling_profiler.cc', 442 'win/sampling_profiler.cc',
443 'win/sampling_profiler.h', 443 'win/sampling_profiler.h',
444 'win/scoped_bstr.cc', 444 'win/scoped_bstr.cc',
445 'win/scoped_bstr.h', 445 'win/scoped_bstr.h',
446 'win/scoped_co_mem.h', 446 'win/scoped_co_mem.h',
447 'win/scoped_com_initializer.h', 447 'win/scoped_com_initializer.h',
448 'win/scoped_comptr.h', 448 'win/scoped_comptr.h',
449 'win/scoped_gdi_object.h', 449 'win/scoped_gdi_object.h',
450 'win/scoped_handle.cc',
450 'win/scoped_handle.h', 451 'win/scoped_handle.h',
451 'win/scoped_hdc.h', 452 'win/scoped_hdc.h',
452 'win/scoped_hglobal.h', 453 'win/scoped_hglobal.h',
453 'win/scoped_process_information.cc', 454 'win/scoped_process_information.cc',
454 'win/scoped_process_information.h', 455 'win/scoped_process_information.h',
455 'win/scoped_select_object.h', 456 'win/scoped_select_object.h',
456 'win/scoped_variant.cc', 457 'win/scoped_variant.cc',
457 'win/scoped_variant.h', 458 'win/scoped_variant.h',
458 'win/windows_version.cc', 459 'win/windows_version.cc',
459 'win/windows_version.h', 460 'win/windows_version.h',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'third_party/xdg_mime/xdgmimemagic.c', 944 'third_party/xdg_mime/xdgmimemagic.c',
944 'third_party/xdg_mime/xdgmimemagic.h', 945 'third_party/xdg_mime/xdgmimemagic.h',
945 'third_party/xdg_mime/xdgmimeparent.c', 946 'third_party/xdg_mime/xdgmimeparent.c',
946 'third_party/xdg_mime/xdgmimeparent.h', 947 'third_party/xdg_mime/xdgmimeparent.h',
947 ], 948 ],
948 }, 949 },
949 ], 950 ],
950 }], 951 }],
951 ], 952 ],
952 } 953 }
OLDNEW
« no previous file with comments | « no previous file | base/win/scoped_handle.h » ('j') | base/win/scoped_handle.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698