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

Unified Diff: gpu/config/gpu_control_list_jsons.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_jsons.h
diff --git a/gpu/config/gpu_control_list_jsons.h b/gpu/config/gpu_control_list_jsons.h
deleted file mode 100644
index 71d574cbe829cd07ab1aff2312bc9fe850cf1e12..0000000000000000000000000000000000000000
--- a/gpu/config/gpu_control_list_jsons.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2013 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_JSONS_H_
-#define GPU_CONFIG_GPU_CONTROL_LIST_JSONS_H_
-
-#include "gpu/gpu_export.h"
-
-namespace gpu {
-
-GPU_EXPORT extern const char kGpuDriverBugListJson[];
-GPU_EXPORT extern const char kSoftwareRenderingListJson[];
-
-} // namespace gpu
-
-#endif // GPU_CONFIG_GPU_CONTROL_LIST_JSONS_H_
-

Powered by Google App Engine
This is Rietveld 408576698