summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi')
-rw-r--r--chromium/third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi38
1 files changed, 8 insertions, 30 deletions
diff --git a/chromium/third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi b/chromium/third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi
index daf560dc965..1d7c7a3da85 100644
--- a/chromium/third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi
+++ b/chromium/third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi
@@ -1,35 +1,13 @@
-# Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
+# Copyright (c) 2014 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',
- ],
+ 'sources':
+ [
+ '<!@(python <(angle_path)/enumerate_files.py \
+ -dirs <(angle_path)/tests/preprocessor_tests \
+ -types *.cpp *.h \
+ -excludes <(angle_path)/tests/preprocessor_tests/preprocessor_test_main.cpp)'
+ ],
}
-
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
-