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

Unified Diff: gpu/config/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 | « gpu/BUILD.gn ('k') | gpu/config/gpu_blacklist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index f20606256063a87acb7f725e5c97615218b31c32..fb5cfb48d02fcd1419e744020e7d6be0f395f854 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -40,10 +40,12 @@ source_set("config_sources") {
"gpu_blacklist.h",
"gpu_control_list.cc",
"gpu_control_list.h",
- "gpu_control_list_jsons.h",
"gpu_driver_bug_list.cc",
"gpu_driver_bug_list.h",
- "gpu_driver_bug_list_json.cc",
+ "gpu_driver_bug_list_arrays_and_structs_autogen.h",
+ "gpu_driver_bug_list_autogen.cc",
+ "gpu_driver_bug_list_autogen.h",
+ "gpu_driver_bug_list_exceptions_autogen.h",
"gpu_driver_bug_workaround_type.h",
"gpu_driver_bug_workarounds.cc",
"gpu_driver_bug_workarounds.h",
@@ -69,7 +71,10 @@ source_set("config_sources") {
"gpu_test_expectations_parser.h",
"gpu_util.cc",
"gpu_util.h",
- "software_rendering_list_json.cc",
+ "software_rendering_list_arrays_and_structs_autogen.h",
+ "software_rendering_list_autogen.cc",
+ "software_rendering_list_autogen.h",
+ "software_rendering_list_exceptions_autogen.h",
]
configs += [
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/config/gpu_blacklist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698