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

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, 4 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 | « base/BUILD.gn ('k') | base/base.gypi » ('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 '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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'cancelable_callback_unittest.cc', 391 'cancelable_callback_unittest.cc',
392 'command_line_unittest.cc', 392 'command_line_unittest.cc',
393 'containers/adapters_unittest.cc', 393 'containers/adapters_unittest.cc',
394 'containers/hash_tables_unittest.cc', 394 'containers/hash_tables_unittest.cc',
395 'containers/linked_list_unittest.cc', 395 'containers/linked_list_unittest.cc',
396 'containers/mru_cache_unittest.cc', 396 'containers/mru_cache_unittest.cc',
397 'containers/scoped_ptr_hash_map_unittest.cc', 397 'containers/scoped_ptr_hash_map_unittest.cc',
398 'containers/small_map_unittest.cc', 398 'containers/small_map_unittest.cc',
399 'containers/stack_container_unittest.cc', 399 'containers/stack_container_unittest.cc',
400 'cpu_unittest.cc', 400 'cpu_unittest.cc',
401 'debug/activity_analyzer_unittest.cc',
402 'debug/activity_tracker_unittest.cc',
401 'debug/crash_logging_unittest.cc', 403 'debug/crash_logging_unittest.cc',
402 'debug/debugger_unittest.cc', 404 'debug/debugger_unittest.cc',
403 'debug/leak_tracker_unittest.cc', 405 'debug/leak_tracker_unittest.cc',
404 'debug/proc_maps_linux_unittest.cc', 406 'debug/proc_maps_linux_unittest.cc',
405 'debug/stack_trace_unittest.cc', 407 'debug/stack_trace_unittest.cc',
406 'debug/task_annotator_unittest.cc', 408 'debug/task_annotator_unittest.cc',
407 'deferred_sequenced_task_runner_unittest.cc', 409 'deferred_sequenced_task_runner_unittest.cc',
408 'environment_unittest.cc', 410 'environment_unittest.cc',
409 'feature_list_unittest.cc', 411 'feature_list_unittest.cc',
410 'file_version_info_win_unittest.cc', 412 'file_version_info_win_unittest.cc',
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], 1798 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'],
1797 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], 1799 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'],
1798 ], 1800 ],
1799 }] 1801 }]
1800 ], 1802 ],
1801 }, 1803 },
1802 ], 1804 ],
1803 }], 1805 }],
1804 ], 1806 ],
1805 } 1807 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698