Edit

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

Branch :

  • Show log

    Commit

  • Author : Qingqing Deng
    Date : 2015-03-16 02:01:21
    Hash : 03f3caec
    Message : Emulate Missing pack_unpack functions from OpenGL 4.1 BUG=angleproject:947 TEST=angle_unittests, angle_end2end_tests Change-Id: Id1afd7630d9720b6701225b7abf1ce4a3bf528b6 Reviewed-on: https://chromium-review.googlesource.com/260232 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Olli Etuaho <oetuaho@nvidia.com> Tested-by: Olli Etuaho <oetuaho@nvidia.com>

  • src/tests/compiler_tests/compiler_tests.gypi
  • # Copyright (c) 2015 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':
        [
            'API_test.cpp',
            'BuiltInFunctionEmulator_test.cpp',
            'CollectVariables_test.cpp',
            'ConstantFolding_test.cpp',
            'DebugShaderPrecision_test.cpp',
            'ExpressionLimit_test.cpp',
            'MalformedShader_test.cpp',
            'NV_draw_buffers_test.cpp',
            'Pack_Unpack_test.cpp',
            'PruneUnusedFunctions_test.cpp',
            'RecordConstantPrecision_test.cpp',
            'RemovePow_test.cpp',
            'ShaderExtension_test.cpp',
            'ShaderVariable_test.cpp',
            'TypeTracking_test.cpp',
            'UnrollFlatten_test.cpp',
            'VariablePacker_test.cpp',
            '../test_utils/compiler_test.cpp',
            '../test_utils/compiler_test.h',
        ],
    }