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("workgroups") { 8 include_dirs = 9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/workgroups" ] 10 sources = [ 11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/workgroups/main.cpp", 12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/workgroups/test_wg_all.cpp", 13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/workgroups/test_wg_any.cpp", 14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/workgroups/test_wg_broadcast.cpp", 15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/workgroups/test_wg_scan_reduce.cpp", 16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/workgroups/test_wg_suggested_local_work_size.cpp", 17 ] 18} 19