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

Unified Diff: gpu/config/gpu_control_list_testing_data.h

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: gpu/config/gpu_control_list_testing_data.h
diff --git a/gpu/config/gpu_control_list_testing_data.h b/gpu/config/gpu_control_list_testing_data.h
new file mode 100644
index 0000000000000000000000000000000000000000..51649d3c570d732f458fa94dea4885ef3dba203c
--- /dev/null
+++ b/gpu/config/gpu_control_list_testing_data.h
@@ -0,0 +1,15 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef GPU_CONFIG_GPU_CONTROL_LIST_TESTING_DATA_H_
+#define GPU_CONFIG_GPU_CONTROL_LIST_TESTING_DATA_H_
+
+#include "gpu/config/gpu_control_list_testing_autogen.h"
+#include "gpu/config/gpu_control_list_testing_entry_enums_autogen.h"
+
+namespace gpu {
+enum TestFeatureType { TEST_FEATURE_0 = 0, TEST_FEATURE_1, TEST_FEATURE_2 };
+} // namespace gpu
+
+#endif // GPU_CONFIG_GPU_CONTROL_LIST_TESTING_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698