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

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: Grt comments 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
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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'win/scoped_process_information.cc', 777 'win/scoped_process_information.cc',
778 'win/scoped_process_information.h', 778 'win/scoped_process_information.h',
779 'win/scoped_propvariant.h', 779 'win/scoped_propvariant.h',
780 'win/scoped_select_object.h', 780 'win/scoped_select_object.h',
781 'win/scoped_variant.cc', 781 'win/scoped_variant.cc',
782 'win/scoped_variant.h', 782 'win/scoped_variant.h',
783 'win/shortcut.cc', 783 'win/shortcut.cc',
784 'win/shortcut.h', 784 'win/shortcut.h',
785 'win/startup_information.cc', 785 'win/startup_information.cc',
786 'win/startup_information.h', 786 'win/startup_information.h',
787 'win/wait_chain.cc',
788 'win/wait_chain.h',
787 'win/win_util.cc', 789 'win/win_util.cc',
788 'win/win_util.h', 790 'win/win_util.h',
789 'win/windows_version.cc', 791 'win/windows_version.cc',
790 'win/windows_version.h', 792 'win/windows_version.h',
791 'win/wrapped_window_proc.cc', 793 'win/wrapped_window_proc.cc',
792 'win/wrapped_window_proc.h', 794 'win/wrapped_window_proc.h',
793 '<@(trace_event_sources)', 795 '<@(trace_event_sources)',
794 ], 796 ],
795 'defines': [ 797 'defines': [
796 'BASE_IMPLEMENTATION', 798 'BASE_IMPLEMENTATION',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'i18n/time_formatting.h', 1079 'i18n/time_formatting.h',
1078 'i18n/timezone.cc', 1080 'i18n/timezone.cc',
1079 'i18n/timezone.h', 1081 'i18n/timezone.h',
1080 'i18n/utf8_validator_tables.cc', 1082 'i18n/utf8_validator_tables.cc',
1081 'i18n/utf8_validator_tables.h', 1083 'i18n/utf8_validator_tables.h',
1082 ], 1084 ],
1083 }] 1085 }]
1084 ], 1086 ],
1085 }, 1087 },
1086 } 1088 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/wait_chain.h » ('j') | base/win/wait_chain.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698