Edit

kc3-lang/angle/build/all.gyp

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2014-11-11 15:54:24
    Hash : 5312b5d8
    Message : Remove pre-generated projects. BUG=angle:829 Change-Id: I220ffb0929cf20f2834e7e0ea163105b45a9e03b Reviewed-on: https://chromium-review.googlesource.com/229065 Tested-by: Geoff Lang <geofflang@chromium.org> Reviewed-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:*',
                    '../samples/samples.gyp:*',
                    '../tests/tests.gyp:*',
                ],
            },
        ],
    }