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

Side by Side Diff: base/base.gypi

Issue 159523003: More instrumentation for GDI allocation failures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | base/debug/gdi_debug_util_win.h » ('j') | no next file with comments »
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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'debug/crash_logging.cc', 135 'debug/crash_logging.cc',
136 'debug/crash_logging.h', 136 'debug/crash_logging.h',
137 'debug/debug_on_start_win.cc', 137 'debug/debug_on_start_win.cc',
138 'debug/debug_on_start_win.h', 138 'debug/debug_on_start_win.h',
139 'debug/debugger.cc', 139 'debug/debugger.cc',
140 'debug/debugger.h', 140 'debug/debugger.h',
141 'debug/debugger_posix.cc', 141 'debug/debugger_posix.cc',
142 'debug/debugger_win.cc', 142 'debug/debugger_win.cc',
143 'debug/dump_without_crashing.cc', 143 'debug/dump_without_crashing.cc',
144 'debug/dump_without_crashing.h', 144 'debug/dump_without_crashing.h',
145 'debug/gdi_debug_util_win.cc',
146 'debug/gdi_debug_util_win.h',
145 # This file depends on files from the 'allocator' target, 147 # This file depends on files from the 'allocator' target,
146 # but this target does not depend on 'allocator' (see 148 # but this target does not depend on 'allocator' (see
147 # allocator.gyp for details). 149 # allocator.gyp for details).
148 'debug/leak_annotations.h', 150 'debug/leak_annotations.h',
149 'debug/leak_tracker.h', 151 'debug/leak_tracker.h',
150 'debug/proc_maps_linux.cc', 152 'debug/proc_maps_linux.cc',
151 'debug/proc_maps_linux.h', 153 'debug/proc_maps_linux.h',
152 'debug/profiler.cc', 154 'debug/profiler.cc',
153 'debug/profiler.h', 155 'debug/profiler.h',
154 'debug/stack_trace.cc', 156 'debug/stack_trace.cc',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'i18n/time_formatting.h', 978 'i18n/time_formatting.h',
977 'i18n/timezone.cc', 979 'i18n/timezone.cc',
978 'i18n/timezone.h', 980 'i18n/timezone.h',
979 'i18n/utf8_validator_tables.cc', 981 'i18n/utf8_validator_tables.cc',
980 'i18n/utf8_validator_tables.h', 982 'i18n/utf8_validator_tables.h',
981 ], 983 ],
982 }] 984 }]
983 ], 985 ],
984 }, 986 },
985 } 987 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/gdi_debug_util_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698