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

Side by Side Diff: base/base.gypi

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: It builds => ship it. Created 4 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
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.h',
156 'debug/debugger.cc', 157 'debug/debugger.cc',
157 'debug/debugger.h', 158 'debug/debugger.h',
158 'debug/debugger_posix.cc', 159 'debug/debugger_posix.cc',
159 'debug/debugger_win.cc', 160 'debug/debugger_win.cc',
160 'debug/dump_without_crashing.cc', 161 'debug/dump_without_crashing.cc',
161 'debug/dump_without_crashing.h', 162 'debug/dump_without_crashing.h',
162 'debug/gdi_debug_util_win.cc', 163 'debug/gdi_debug_util_win.cc',
163 'debug/gdi_debug_util_win.h', 164 'debug/gdi_debug_util_win.h',
164 # This file depends on files from the 'allocator' target, 165 # This file depends on files from the 'allocator' target,
165 # but this target does not depend on 'allocator' (see 166 # but this target does not depend on 'allocator' (see
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 'i18n/time_formatting.h', 1061 'i18n/time_formatting.h',
1061 'i18n/timezone.cc', 1062 'i18n/timezone.cc',
1062 'i18n/timezone.h', 1063 'i18n/timezone.h',
1063 'i18n/utf8_validator_tables.cc', 1064 'i18n/utf8_validator_tables.cc',
1064 'i18n/utf8_validator_tables.h', 1065 'i18n/utf8_validator_tables.h',
1065 ], 1066 ],
1066 }] 1067 }]
1067 ], 1068 ],
1068 }, 1069 },
1069 } 1070 }
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