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

Side by Side Diff: content/browser/gpu/gpu_data_manager_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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This file is auto-generated from
6 // gpu/config/process_json.py
7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT!
10
11 #ifndef CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_TESTING_AUTOGEN_H_
12 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_TESTING_AUTOGEN_H_
13
14 #include "gpu/config/gpu_control_list.h"
15
16 namespace gpu {
17 extern const char kGpuDataManagerTestingVersion[];
18 extern const size_t kGpuDataManagerTestingEntryCount;
19 extern const GpuControlList::Entry kGpuDataManagerTestingEntries[];
20 } // namespace gpu
21
22 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_TESTING_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698