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

Side by Side Diff: gpu/config/BUILD.gn

Issue 1902453002: Revert of Compute GpuDriverBugWorkarounds only one time in the GPU process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « gpu/command_buffer/tests/gl_unittest.cc ('k') | gpu/config/gpu_driver_bug_workarounds.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 declare_args() { 8 declare_args() {
9 # Use the PCI lib to collect GPU information on Linux. 9 # Use the PCI lib to collect GPU information on Linux.
10 use_libpci = is_linux && !is_chromecast && (use_x11 || use_ozone) 10 use_libpci = is_linux && !is_chromecast && (use_x11 || use_ozone)
(...skipping 21 matching lines...) Expand all
32 "dx_diag_node.h", 32 "dx_diag_node.h",
33 "gpu_blacklist.cc", 33 "gpu_blacklist.cc",
34 "gpu_blacklist.h", 34 "gpu_blacklist.h",
35 "gpu_control_list.cc", 35 "gpu_control_list.cc",
36 "gpu_control_list.h", 36 "gpu_control_list.h",
37 "gpu_control_list_jsons.h", 37 "gpu_control_list_jsons.h",
38 "gpu_driver_bug_list.cc", 38 "gpu_driver_bug_list.cc",
39 "gpu_driver_bug_list.h", 39 "gpu_driver_bug_list.h",
40 "gpu_driver_bug_list_json.cc", 40 "gpu_driver_bug_list_json.cc",
41 "gpu_driver_bug_workaround_type.h", 41 "gpu_driver_bug_workaround_type.h",
42 "gpu_driver_bug_workarounds.cc",
43 "gpu_driver_bug_workarounds.h",
44 "gpu_dx_diagnostics_win.cc", 42 "gpu_dx_diagnostics_win.cc",
45 "gpu_feature_type.h", 43 "gpu_feature_type.h",
46 "gpu_info.cc", 44 "gpu_info.cc",
47 "gpu_info.h", 45 "gpu_info.h",
48 "gpu_info_collector.cc", 46 "gpu_info_collector.cc",
49 "gpu_info_collector.h", 47 "gpu_info_collector.h",
50 "gpu_info_collector_android.cc", 48 "gpu_info_collector_android.cc",
51 "gpu_info_collector_linux.cc", 49 "gpu_info_collector_linux.cc",
52 "gpu_info_collector_linux.h", 50 "gpu_info_collector_linux.h",
53 "gpu_info_collector_mac.mm", 51 "gpu_info_collector_mac.mm",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "//third_party/libXNVCtrl", 105 "//third_party/libXNVCtrl",
108 "//ui/gfx/x", 106 "//ui/gfx/x",
109 ] 107 ]
110 } else { 108 } else {
111 sources -= [ "gpu_info_collector_x11.cc" ] 109 sources -= [ "gpu_info_collector_x11.cc" ]
112 } 110 }
113 if (!use_ozone) { 111 if (!use_ozone) {
114 sources -= [ "gpu_info_collector_ozone.cc" ] 112 sources -= [ "gpu_info_collector_ozone.cc" ]
115 } 113 }
116 } 114 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_unittest.cc ('k') | gpu/config/gpu_driver_bug_workarounds.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698