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

Side by Side Diff: base/base.gyp

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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'cancelable_callback_unittest.cc', 390 'cancelable_callback_unittest.cc',
391 'command_line_unittest.cc', 391 'command_line_unittest.cc',
392 'containers/adapters_unittest.cc', 392 'containers/adapters_unittest.cc',
393 'containers/hash_tables_unittest.cc', 393 'containers/hash_tables_unittest.cc',
394 'containers/linked_list_unittest.cc', 394 'containers/linked_list_unittest.cc',
395 'containers/mru_cache_unittest.cc', 395 'containers/mru_cache_unittest.cc',
396 'containers/scoped_ptr_hash_map_unittest.cc', 396 'containers/scoped_ptr_hash_map_unittest.cc',
397 'containers/small_map_unittest.cc', 397 'containers/small_map_unittest.cc',
398 'containers/stack_container_unittest.cc', 398 'containers/stack_container_unittest.cc',
399 'cpu_unittest.cc', 399 'cpu_unittest.cc',
400 'debug/activity_tracker_unittest.cc',
400 'debug/crash_logging_unittest.cc', 401 'debug/crash_logging_unittest.cc',
401 'debug/debugger_unittest.cc', 402 'debug/debugger_unittest.cc',
402 'debug/leak_tracker_unittest.cc', 403 'debug/leak_tracker_unittest.cc',
403 'debug/proc_maps_linux_unittest.cc', 404 'debug/proc_maps_linux_unittest.cc',
404 'debug/stack_trace_unittest.cc', 405 'debug/stack_trace_unittest.cc',
405 'debug/task_annotator_unittest.cc', 406 'debug/task_annotator_unittest.cc',
406 'deferred_sequenced_task_runner_unittest.cc', 407 'deferred_sequenced_task_runner_unittest.cc',
407 'environment_unittest.cc', 408 'environment_unittest.cc',
408 'feature_list_unittest.cc', 409 'feature_list_unittest.cc',
409 'file_version_info_unittest.cc', 410 'file_version_info_unittest.cc',
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 '../build/isolate.gypi', 1731 '../build/isolate.gypi',
1731 ], 1732 ],
1732 'sources': [ 1733 'sources': [
1733 'base_unittests.isolate', 1734 'base_unittests.isolate',
1734 ], 1735 ],
1735 }, 1736 },
1736 ], 1737 ],
1737 }], 1738 }],
1738 ], 1739 ],
1739 } 1740 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/debug/activity_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698