| OLD | NEW |
| (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_SOFTWARE_RENDERING_LIST_AUTOGEN_H_ | |
| 12 #define GPU_CONFIG_SOFTWARE_RENDERING_LIST_AUTOGEN_H_ | |
| 13 | |
| 14 #include "gpu/config/gpu_control_list.h" | |
| 15 | |
| 16 namespace gpu { | |
| 17 GPU_EXPORT extern const char kSoftwareRenderingListVersion[]; | |
| 18 GPU_EXPORT extern const size_t kSoftwareRenderingListEntryCount; | |
| 19 GPU_EXPORT extern const GpuControlList::Entry kSoftwareRenderingListEntries[]; | |
| 20 } // namespace gpu | |
| 21 | |
| 22 #endif // GPU_CONFIG_SOFTWARE_RENDERING_LIST_AUTOGEN_H_ | |
| OLD | NEW |