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

Side by Side Diff: base/base.gypi

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/base.gyp ('k') | base/win/wait_chain.h » ('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 '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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 'win/scoped_process_information.cc', 782 'win/scoped_process_information.cc',
783 'win/scoped_process_information.h', 783 'win/scoped_process_information.h',
784 'win/scoped_propvariant.h', 784 'win/scoped_propvariant.h',
785 'win/scoped_select_object.h', 785 'win/scoped_select_object.h',
786 'win/scoped_variant.cc', 786 'win/scoped_variant.cc',
787 'win/scoped_variant.h', 787 'win/scoped_variant.h',
788 'win/shortcut.cc', 788 'win/shortcut.cc',
789 'win/shortcut.h', 789 'win/shortcut.h',
790 'win/startup_information.cc', 790 'win/startup_information.cc',
791 'win/startup_information.h', 791 'win/startup_information.h',
792 'win/wait_chain.cc',
793 'win/wait_chain.h',
792 'win/win_util.cc', 794 'win/win_util.cc',
793 'win/win_util.h', 795 'win/win_util.h',
794 'win/windows_version.cc', 796 'win/windows_version.cc',
795 'win/windows_version.h', 797 'win/windows_version.h',
796 'win/wrapped_window_proc.cc', 798 'win/wrapped_window_proc.cc',
797 'win/wrapped_window_proc.h', 799 'win/wrapped_window_proc.h',
798 '<@(trace_event_sources)', 800 '<@(trace_event_sources)',
799 ], 801 ],
800 'defines': [ 802 'defines': [
801 'BASE_IMPLEMENTATION', 803 'BASE_IMPLEMENTATION',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'i18n/time_formatting.h', 1084 'i18n/time_formatting.h',
1083 'i18n/timezone.cc', 1085 'i18n/timezone.cc',
1084 'i18n/timezone.h', 1086 'i18n/timezone.h',
1085 'i18n/utf8_validator_tables.cc', 1087 'i18n/utf8_validator_tables.cc',
1086 'i18n/utf8_validator_tables.h', 1088 'i18n/utf8_validator_tables.h',
1087 ], 1089 ],
1088 }] 1090 }]
1089 ], 1091 ],
1090 }, 1092 },
1091 } 1093 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/wait_chain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698