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

Side by Side Diff: content/browser/gpu/gpu_data_manager_testing_entry_enums_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_ENTRY_ENUMS_AUTOGEN_H_
12 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_TESTING_ENTRY_ENUMS_AUTOGEN_H_
13
14 namespace gpu {
15 enum GpuDataManagerTestingEntryEnum {
16 kGpuDataManagerImplPrivateTest_GpuSideBlacklisting_0 = 0,
17 kGpuDataManagerImplPrivateTest_GpuSideBlacklisting_1 = 1,
18 kGpuDataManagerImplPrivateTest_GpuSideBlacklistingWebGL_0 = 2,
19 kGpuDataManagerImplPrivateTest_GpuSideBlacklistingWebGL_1 = 3,
20 kGpuDataManagerImplPrivateTest_GpuSideException = 4,
21 kGpuDataManagerImplPrivateTest_SetGLStrings = 5,
22 kGpuDataManagerImplPrivateTest_SetGLStringsNoEffects = 6,
23 kGpuDataManagerImplPrivateTest_SetGLStringsDefered = 7,
24 kGpuDataManagerImplPrivateTest_BlacklistAllFeatures = 8,
25 kGpuDataManagerImplPrivateTest_UpdateActiveGpu = 9,
26 };
27 } // namespace gpu
28
29 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_TESTING_ENTRY_ENUMS_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698