blob: daf560dc96545afb4d895914da99efc275bed2e9 [file] [log] [blame]
# Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'sources': [
'<(ANGLE_DIR)/tests/preprocessor_tests/char_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/comment_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/define_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/error_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/extension_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/identifier_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/if_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/input_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/location_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/MockDiagnostics.h',
'<(ANGLE_DIR)/tests/preprocessor_tests/MockDirectiveHandler.h',
'<(ANGLE_DIR)/tests/preprocessor_tests/number_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/operator_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/pragma_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/PreprocessorTest.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/PreprocessorTest.h',
'<(ANGLE_DIR)/tests/preprocessor_tests/space_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/token_test.cpp',
'<(ANGLE_DIR)/tests/preprocessor_tests/version_test.cpp',
],
}
# Local Variables:
# tab-width:2
# indent-tabs-mode:nil
# End:
# vim: set expandtab tabstop=2 shiftwidth=2: