Edit

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

Branch :

  • Show log

    Commit

  • Author : Jamie Madill
    Date : 2014-04-30 16:10:13
    Hash : 37f77d2e
    Message : Fixes to the standalone Linux build. Several small build errors present on Linux cropped up due to different warning flags and platform quirks. BUG=angle:627 Change-Id: If8f651cacf05bb06ecb129be47b12729ccc3f69b Reviewed-on: https://chromium-review.googlesource.com/197724 Reviewed-by: Shannon Woods <shannonwoods@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Tested-by: Jamie Madill <jmadill@chromium.org>

  • 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':
        [
            '<!@(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)'
        ],
    }