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

Unified Diff: gpu/BUILD.gn

Issue 2756793003: Move GPU blacklist and driver bug workaround list from json to data struct. (Closed)
Patch Set: pure rebase Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 6367d497c8a18b03d510a765295657661109b059..034961437ab40f596d184d5ef72f4b6471b3d26b 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -302,10 +302,14 @@ test("gpu_unittests") {
"command_buffer/service/vertex_attrib_manager_unittest.cc",
"config/gpu_blacklist_unittest.cc",
"config/gpu_control_list_entry_unittest.cc",
- "config/gpu_control_list_number_info_unittest.cc",
- "config/gpu_control_list_os_info_unittest.cc",
+ "config/gpu_control_list_testing_arrays_and_structs_autogen.h",
+ "config/gpu_control_list_testing_autogen.cc",
+ "config/gpu_control_list_testing_autogen.h",
+ "config/gpu_control_list_testing_data.h",
+ "config/gpu_control_list_testing_entry_enums_autogen.h",
+ "config/gpu_control_list_testing_exceptions_autogen.h",
"config/gpu_control_list_unittest.cc",
- "config/gpu_control_list_version_info_unittest.cc",
+ "config/gpu_control_list_version_unittest.cc",
"config/gpu_driver_bug_list_unittest.cc",
"config/gpu_info_collector_unittest.cc",
"config/gpu_info_unittest.cc",
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698