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

Side by Side Diff: base/base.gypi

Issue 1776673002: base: Add blame context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring back the base. Created 4 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
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'critical_closure.h', 146 'critical_closure.h',
147 'critical_closure_internal_ios.mm', 147 'critical_closure_internal_ios.mm',
148 'debug/alias.cc', 148 'debug/alias.cc',
149 'debug/alias.h', 149 'debug/alias.h',
150 'debug/asan_invalid_access.cc', 150 'debug/asan_invalid_access.cc',
151 'debug/asan_invalid_access.h', 151 'debug/asan_invalid_access.h',
152 'debug/close_handle_hook_win.cc', 152 'debug/close_handle_hook_win.cc',
153 'debug/close_handle_hook_win.h', 153 'debug/close_handle_hook_win.h',
154 'debug/crash_logging.cc', 154 'debug/crash_logging.cc',
155 'debug/crash_logging.h', 155 'debug/crash_logging.h',
156 'debug/blame_context.cc',
157 'debug/blame_context.h',
156 'debug/debugger.cc', 158 'debug/debugger.cc',
157 'debug/debugger.h', 159 'debug/debugger.h',
158 'debug/debugger_posix.cc', 160 'debug/debugger_posix.cc',
159 'debug/debugger_win.cc', 161 'debug/debugger_win.cc',
160 'debug/dump_without_crashing.cc', 162 'debug/dump_without_crashing.cc',
161 'debug/dump_without_crashing.h', 163 'debug/dump_without_crashing.h',
162 'debug/gdi_debug_util_win.cc', 164 'debug/gdi_debug_util_win.cc',
163 'debug/gdi_debug_util_win.h', 165 'debug/gdi_debug_util_win.h',
164 # This file depends on files from the 'allocator' target, 166 # This file depends on files from the 'allocator' target,
165 # but this target does not depend on 'allocator' (see 167 # but this target does not depend on 'allocator' (see
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'i18n/time_formatting.h', 1064 'i18n/time_formatting.h',
1063 'i18n/timezone.cc', 1065 'i18n/timezone.cc',
1064 'i18n/timezone.h', 1066 'i18n/timezone.h',
1065 'i18n/utf8_validator_tables.cc', 1067 'i18n/utf8_validator_tables.cc',
1066 'i18n/utf8_validator_tables.h', 1068 'i18n/utf8_validator_tables.h',
1067 ], 1069 ],
1068 }] 1070 }]
1069 ], 1071 ],
1070 }, 1072 },
1071 } 1073 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/blame_context.h » ('j') | base/debug/blame_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698