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

Side by Side Diff: base/base.gypi

Issue 9212020: Make scoped dc objects smarter. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'win/resource_util.h', 397 'win/resource_util.h',
398 'win/sampling_profiler.cc', 398 'win/sampling_profiler.cc',
399 'win/sampling_profiler.h', 399 'win/sampling_profiler.h',
400 'win/scoped_bstr.cc', 400 'win/scoped_bstr.cc',
401 'win/scoped_bstr.h', 401 'win/scoped_bstr.h',
402 'win/scoped_co_mem.h', 402 'win/scoped_co_mem.h',
403 'win/scoped_com_initializer.h', 403 'win/scoped_com_initializer.h',
404 'win/scoped_comptr.h', 404 'win/scoped_comptr.h',
405 'win/scoped_gdi_object.h', 405 'win/scoped_gdi_object.h',
406 'win/scoped_handle.h', 406 'win/scoped_handle.h',
407 'win/scoped_hdc.cc',
407 'win/scoped_hdc.h', 408 'win/scoped_hdc.h',
408 'win/scoped_hglobal.h', 409 'win/scoped_hglobal.h',
409 'win/scoped_select_object.h', 410 'win/scoped_select_object.h',
410 'win/scoped_variant.cc', 411 'win/scoped_variant.cc',
411 'win/scoped_variant.h', 412 'win/scoped_variant.h',
412 'win/windows_version.cc', 413 'win/windows_version.cc',
413 'win/windows_version.h', 414 'win/windows_version.h',
414 'win/win_util.cc', 415 'win/win_util.cc',
415 'win/win_util.h', 416 'win/win_util.h',
416 'win/wrapped_window_proc.cc', 417 'win/wrapped_window_proc.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 'third_party/xdg_mime/xdgmimemagic.c', 892 'third_party/xdg_mime/xdgmimemagic.c',
892 'third_party/xdg_mime/xdgmimemagic.h', 893 'third_party/xdg_mime/xdgmimemagic.h',
893 'third_party/xdg_mime/xdgmimeparent.c', 894 'third_party/xdg_mime/xdgmimeparent.c',
894 'third_party/xdg_mime/xdgmimeparent.h', 895 'third_party/xdg_mime/xdgmimeparent.h',
895 ], 896 ],
896 }, 897 },
897 ], 898 ],
898 }], 899 }],
899 ], 900 ],
900 } 901 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/scoped_hdc.h » ('j') | base/win/scoped_hdc_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698