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

Side by Side Diff: base/base.gyp

Issue 1834463002: Identify the hung thread using the Wait Chain Traversal API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BASE_EXPORT Created 4 years, 8 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'win/object_watcher_unittest.cc', 595 'win/object_watcher_unittest.cc',
596 'win/pe_image_unittest.cc', 596 'win/pe_image_unittest.cc',
597 'win/registry_unittest.cc', 597 'win/registry_unittest.cc',
598 'win/scoped_bstr_unittest.cc', 598 'win/scoped_bstr_unittest.cc',
599 'win/scoped_comptr_unittest.cc', 599 'win/scoped_comptr_unittest.cc',
600 'win/scoped_handle_unittest.cc', 600 'win/scoped_handle_unittest.cc',
601 'win/scoped_process_information_unittest.cc', 601 'win/scoped_process_information_unittest.cc',
602 'win/scoped_variant_unittest.cc', 602 'win/scoped_variant_unittest.cc',
603 'win/shortcut_unittest.cc', 603 'win/shortcut_unittest.cc',
604 'win/startup_information_unittest.cc', 604 'win/startup_information_unittest.cc',
605 'win/wait_chain_unittest.cc',
605 'win/win_util_unittest.cc', 606 'win/win_util_unittest.cc',
606 'win/windows_version_unittest.cc', 607 'win/windows_version_unittest.cc',
607 'win/wrapped_window_proc_unittest.cc', 608 'win/wrapped_window_proc_unittest.cc',
608 '<@(trace_event_test_sources)', 609 '<@(trace_event_test_sources)',
609 ], 610 ],
610 'dependencies': [ 611 'dependencies': [
611 'base', 612 'base',
612 'base_i18n', 613 'base_i18n',
613 'base_message_loop_tests', 614 'base_message_loop_tests',
614 'base_static', 615 'base_static',
(...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 '../build/isolate.gypi', 1719 '../build/isolate.gypi',
1719 ], 1720 ],
1720 'sources': [ 1721 'sources': [
1721 'base_unittests.isolate', 1722 'base_unittests.isolate',
1722 ], 1723 ],
1723 }, 1724 },
1724 ], 1725 ],
1725 }], 1726 }],
1726 ], 1727 ],
1727 } 1728 }
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