1# Copyright (c) 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 5{ 6 'sources': 7 [ 8 '<!@(python <(angle_path)/enumerate_files.py \ 9 -dirs <(angle_path)/tests/compiler_tests \ 10 -types *.cpp *.h \ 11 -excludes <(angle_path)/tests/compiler_tests/compiler_test_main.cpp)' 12 ], 13} 14