Edit

kc3-lang/angle/src/tests/preprocessor_tests/preprocessor_tests.gypi

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2015-04-22 11:39:20
    Hash : 08c9cd97
    Message : Remove last uses of the enumerate_files script. BUG=angleproject:981 Change-Id: Ib91d4b515e129241814706351b69a74e8295a250 Reviewed-on: https://chromium-review.googlesource.com/266874 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>

  • src/tests/preprocessor_tests/preprocessor_tests.gypi
  • # 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':
        [
            'PreprocessorTest.cpp',
            'PreprocessorTest.h',
            'char_test.cpp',
            'comment_test.cpp',
            'define_test.cpp',
            'error_test.cpp',
            'extension_test.cpp',
            'identifier_test.cpp',
            'if_test.cpp',
            'input_test.cpp',
            'location_test.cpp',
            'number_test.cpp',
            'operator_test.cpp',
            'pragma_test.cpp',
            'space_test.cpp',
            'token_test.cpp',
            'version_test.cpp',
        ],
    }