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

Side by Side Diff: gpu/config/gpu_driver_bug_list_autogen.h

Issue 2812003006: Move gpu jason file data generation to build time. (Closed)
Patch Set: remove git-format from build time generated files 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 GPU_CONFIG_GPU_DRIVER_BUG_LIST_AUTOGEN_H_
12 #define GPU_CONFIG_GPU_DRIVER_BUG_LIST_AUTOGEN_H_
13
14 #include "gpu/config/gpu_control_list.h"
15
16 namespace gpu {
17 GPU_EXPORT extern const char kGpuDriverBugListVersion[];
18 GPU_EXPORT extern const size_t kGpuDriverBugListEntryCount;
19 GPU_EXPORT extern const GpuControlList::Entry kGpuDriverBugListEntries[];
20 } // namespace gpu
21
22 #endif // GPU_CONFIG_GPU_DRIVER_BUG_LIST_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h ('k') | gpu/config/gpu_driver_bug_list_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698