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

Unified Diff: content/test/BUILD.gn

Issue 2756793003: Move GPU blacklist and driver bug workaround list from json to data struct. (Closed)
Patch Set: Switch to use arraysize 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index f032a02904c3a3f6b11606a99af55aa78c2d9f0b..60549fb80e133da5a1b5d0508878e61dfd3f06a5 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1125,6 +1125,11 @@ test("content_unittests") {
"../browser/frame_host/render_widget_host_view_child_frame_unittest.cc",
"../browser/frame_host/render_widget_host_view_guest_unittest.cc",
"../browser/gpu/gpu_data_manager_impl_private_unittest.cc",
+ "../browser/gpu/gpu_data_manager_testing_arrays_and_structs_autogen.h",
+ "../browser/gpu/gpu_data_manager_testing_autogen.cc",
+ "../browser/gpu/gpu_data_manager_testing_autogen.h",
+ "../browser/gpu/gpu_data_manager_testing_entry_enums_autogen.h",
+ "../browser/gpu/gpu_data_manager_testing_exceptions_autogen.h",
"../browser/host_zoom_map_impl_unittest.cc",
"../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc",
"../browser/indexed_db/indexed_db_backing_store_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698