1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
gpu / config / gpu_control_list_testing_data.h [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GPU_CONFIG_GPU_CONTROL_LIST_TESTING_DATA_H_
#define GPU_CONFIG_GPU_CONTROL_LIST_TESTING_DATA_H_
#include "gpu/config/gpu_control_list_testing_autogen.h"
#include "gpu/config/gpu_control_list_testing_entry_enums_autogen.h"
namespace gpu {
enum TestFeatureType { TEST_FEATURE_0 = 0, TEST_FEATURE_1, TEST_FEATURE_2 };
} // namespace gpu
#endif // GPU_CONFIG_GPU_CONTROL_LIST_TESTING_DATA_H_