blob: f1da32cf13bcafed3db2058150b245bb9b1d9373 [file] [log] [blame]
Kenneth Russelldb8ae162014-08-25 19:02:35 -07001# 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/angle_implementation_unit_tests \
10 -types *.cpp *.h \
11 -excludes <(angle_path)/tests/angle_implementation_unit_tests/angle_implementation_unit_tests_main.cpp)'
12 ],
13}