xref: /aosp_15_r20/external/angle/src/tests/angle_white_box_tests.gni (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1# Copyright 2014 The ANGLE Project 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
5angle_white_box_tests_sources = [
6  "egl_tests/EGLFeatureControlTest.cpp",
7  "gl_tests/FormatPrintTest.cpp",
8  "test_utils/ANGLETest.cpp",
9  "test_utils/ANGLETest.h",
10  "util_tests/PrintSystemInfoTest.cpp",
11]
12angle_white_box_tests_win_sources = [
13  "egl_tests/EGLDirectCompositionTest.cpp",
14  "gl_tests/D3D11FormatTablesTest.cpp",
15  "gl_tests/D3D11InputLayoutCacheTest.cpp",
16  "gl_tests/D3DTextureTest.cpp",
17  "gl_tests/ErrorMessages.cpp",
18]
19angle_white_box_tests_vulkan_sources = [
20  "gl_tests/VulkanDescriptorSetTest.cpp",
21  "gl_tests/VulkanFormatTablesTest.cpp",
22  "gl_tests/VulkanFramebufferTest.cpp",
23  "gl_tests/VulkanMultithreadingTest.cpp",
24  "gl_tests/VulkanSharedFenceTest.cpp",
25  "gl_tests/VulkanUniformUpdatesTest.cpp",
26]
27