Edit

kc3-lang/angle/build/all.gyp

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2014-01-10 13:04:48
    Hash : 3cd50f7e
    Message : Fix remaining discrepencies between master and es3proto project files. Change-Id: I335c9346ac268beab25184e2b18ccfdd0b15c7b1 Reviewed-on: https://chromium-review.googlesource.com/182150 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>

  • build/all.gyp
  • # Copyright (c) 2010 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.
    
    {
        'targets':
        [
            {
                'target_name': 'All',
                'type': 'none',
                'dependencies': [ '../src/angle.gyp:*', ],
                'conditions':
                [
                    ['angle_build_samples==1',
                    {
                        'dependencies': [ '../samples/samples.gyp:*', ],
                    }],
                    ['angle_build_tests==1',
                    {
                        'dependencies': [ '../tests/tests.gyp:*', ],
                    }],
                ],
            },
        ],
    }