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

Unified Diff: gpu/config/gpu_control_list_testing_autogen.h

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
Index: gpu/config/gpu_control_list_testing_autogen.h
diff --git a/gpu/config/gpu_control_list_testing_autogen.h b/gpu/config/gpu_control_list_testing_autogen.h
new file mode 100644
index 0000000000000000000000000000000000000000..7e8c012bb979cd2bb8fe38a24ba0ee97385caae4
--- /dev/null
+++ b/gpu/config/gpu_control_list_testing_autogen.h
@@ -0,0 +1,22 @@
+// 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.
+
+// This file is auto-generated from
+// gpu/config/process_json.py
+// It's formatted by clang-format using chromium coding style:
+// clang-format -i -style=chromium filename
+// DO NOT EDIT!
+
+#ifndef GPU_CONFIG_GPU_CONTROL_LIST_TESTING_AUTOGEN_H_
+#define GPU_CONFIG_GPU_CONTROL_LIST_TESTING_AUTOGEN_H_
+
+#include "gpu/config/gpu_control_list.h"
+
+namespace gpu {
+extern const char kGpuControlListTestingVersion[];
+extern const size_t kGpuControlListTestingEntryCount;
+extern const GpuControlList::Entry kGpuControlListTestingEntries[];
+} // namespace gpu
+
+#endif // GPU_CONFIG_GPU_CONTROL_LIST_TESTING_AUTOGEN_H_
« no previous file with comments | « gpu/config/gpu_control_list_testing_arrays_and_structs_autogen.h ('k') | gpu/config/gpu_control_list_testing_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698