1# Copyright 2024 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 5import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni") 6 7ocl_cts_source_set("compiler") { 8 include_dirs = 9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler" ] 10 sources = [ 11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/main.cpp", 12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_async_build.cpp", 13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_build_helpers.cpp", 14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_build_options.cpp", 15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_compile.cpp", 16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_compiler_defines_for_extensions.cpp", 17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_feature_macro.cpp", 18 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_image_macro.cpp", 19 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_opencl_c_versions.cpp", 20 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_pragma_unroll.cpp", 21 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_preprocessor.cpp", 22 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/compiler/test_unload_platform_compiler.cpp", 23 ] 24} 25