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

Side by Side Diff: base/base.gypi

Issue 1980743002: Track thread activities in order to diagnose hangs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@readwrite-mmf
Patch Set: rebased Created 4 years, 7 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'containers/hash_tables.h', 138 'containers/hash_tables.h',
139 'containers/linked_list.h', 139 'containers/linked_list.h',
140 'containers/mru_cache.h', 140 'containers/mru_cache.h',
141 'containers/scoped_ptr_hash_map.h', 141 'containers/scoped_ptr_hash_map.h',
142 'containers/small_map.h', 142 'containers/small_map.h',
143 'containers/stack_container.h', 143 'containers/stack_container.h',
144 'cpu.cc', 144 'cpu.cc',
145 'cpu.h', 145 'cpu.h',
146 'critical_closure.h', 146 'critical_closure.h',
147 'critical_closure_internal_ios.mm', 147 'critical_closure_internal_ios.mm',
148 'debug/activity_tracker.cc',
149 'debug/activity_tracker.h',
148 'debug/alias.cc', 150 'debug/alias.cc',
149 'debug/alias.h', 151 'debug/alias.h',
150 'debug/asan_invalid_access.cc', 152 'debug/asan_invalid_access.cc',
151 'debug/asan_invalid_access.h', 153 'debug/asan_invalid_access.h',
152 'debug/close_handle_hook_win.cc', 154 'debug/close_handle_hook_win.cc',
153 'debug/close_handle_hook_win.h', 155 'debug/close_handle_hook_win.h',
154 'debug/crash_logging.cc', 156 'debug/crash_logging.cc',
155 'debug/crash_logging.h', 157 'debug/crash_logging.h',
156 'debug/debugger.cc', 158 'debug/debugger.cc',
157 'debug/debugger.h', 159 'debug/debugger.h',
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 'i18n/time_formatting.h', 1097 'i18n/time_formatting.h',
1096 'i18n/timezone.cc', 1098 'i18n/timezone.cc',
1097 'i18n/timezone.h', 1099 'i18n/timezone.h',
1098 'i18n/utf8_validator_tables.cc', 1100 'i18n/utf8_validator_tables.cc',
1099 'i18n/utf8_validator_tables.h', 1101 'i18n/utf8_validator_tables.h',
1100 ], 1102 ],
1101 }] 1103 }]
1102 ], 1104 ],
1103 }, 1105 },
1104 } 1106 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/activity_tracker.h » ('j') | base/debug/activity_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698