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

Side by Side Diff: base/BUILD.gn

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: Added dcheck 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 | « no previous file | base/base.gyp » ('j') | base/win/wait_chain.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 "win/scoped_process_information.cc", 967 "win/scoped_process_information.cc",
968 "win/scoped_process_information.h", 968 "win/scoped_process_information.h",
969 "win/scoped_propvariant.h", 969 "win/scoped_propvariant.h",
970 "win/scoped_select_object.h", 970 "win/scoped_select_object.h",
971 "win/scoped_variant.cc", 971 "win/scoped_variant.cc",
972 "win/scoped_variant.h", 972 "win/scoped_variant.h",
973 "win/shortcut.cc", 973 "win/shortcut.cc",
974 "win/shortcut.h", 974 "win/shortcut.h",
975 "win/startup_information.cc", 975 "win/startup_information.cc",
976 "win/startup_information.h", 976 "win/startup_information.h",
977 "win/wait_chain.cc",
978 "win/wait_chain.h",
977 "win/win_util.cc", 979 "win/win_util.cc",
978 "win/win_util.h", 980 "win/win_util.h",
979 "win/windows_version.cc", 981 "win/windows_version.cc",
980 "win/windows_version.h", 982 "win/windows_version.h",
981 "win/wrapped_window_proc.cc", 983 "win/wrapped_window_proc.cc",
982 "win/wrapped_window_proc.h", 984 "win/wrapped_window_proc.h",
983 ] 985 ]
984 986
985 defines = [] 987 defines = []
986 data = [] 988 data = []
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 "win/object_watcher_unittest.cc", 1886 "win/object_watcher_unittest.cc",
1885 "win/pe_image_unittest.cc", 1887 "win/pe_image_unittest.cc",
1886 "win/registry_unittest.cc", 1888 "win/registry_unittest.cc",
1887 "win/scoped_bstr_unittest.cc", 1889 "win/scoped_bstr_unittest.cc",
1888 "win/scoped_comptr_unittest.cc", 1890 "win/scoped_comptr_unittest.cc",
1889 "win/scoped_handle_unittest.cc", 1891 "win/scoped_handle_unittest.cc",
1890 "win/scoped_process_information_unittest.cc", 1892 "win/scoped_process_information_unittest.cc",
1891 "win/scoped_variant_unittest.cc", 1893 "win/scoped_variant_unittest.cc",
1892 "win/shortcut_unittest.cc", 1894 "win/shortcut_unittest.cc",
1893 "win/startup_information_unittest.cc", 1895 "win/startup_information_unittest.cc",
1896 "win/wait_chain_unittest.cc",
1894 "win/win_util_unittest.cc", 1897 "win/win_util_unittest.cc",
1895 "win/windows_version_unittest.cc", 1898 "win/windows_version_unittest.cc",
1896 "win/wrapped_window_proc_unittest.cc", 1899 "win/wrapped_window_proc_unittest.cc",
1897 ] 1900 ]
1898 1901
1899 deps = [ 1902 deps = [
1900 ":base", 1903 ":base",
1901 ":i18n", 1904 ":i18n",
1902 ":message_loop_tests", 1905 ":message_loop_tests",
1903 "//base/test:run_all_unittests", 1906 "//base/test:run_all_unittests",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 2220
2218 # GYP: //base.gyp:base_java_unittest_support 2221 # GYP: //base.gyp:base_java_unittest_support
2219 android_library("base_java_unittest_support") { 2222 android_library("base_java_unittest_support") {
2220 deps = [ 2223 deps = [
2221 ":base_java", 2224 ":base_java",
2222 ] 2225 ]
2223 java_files = 2226 java_files =
2224 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2227 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2225 } 2228 }
2226 } 2229 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/win/wait_chain.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698