1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

gpu / config / gpu_control_list_testing_autogen.h [blame]

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file is auto-generated from
//    gpu/config/process_json.py
// It's formatted by clang-format using chromium coding style:
//    clang-format -i -style=chromium filename
// DO NOT EDIT!

#ifndef GPU_CONFIG_GPU_CONTROL_LIST_TESTING_AUTOGEN_H_
#define GPU_CONFIG_GPU_CONTROL_LIST_TESTING_AUTOGEN_H_

#include <array>

#include "gpu/config/gpu_control_list.h"

namespace gpu {
extern const std::array<GpuControlList::Entry, 87>&
GetGpuControlListTestingEntries();
}  // namespace gpu

#endif  // GPU_CONFIG_GPU_CONTROL_LIST_TESTING_AUTOGEN_H_