Edit

kc3-lang/angle/src/angle.gyp

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2013-08-29 16:08:23
    Hash : 39d5166d
    Message : Moved the gyp libGLESv2 and libEGL projects into their own gyp files. Renamed build_angle.gpy* to angle.gyp* but kept build_angle.gyp for chrome compatability.

  • src/angle.gyp
  • # Copyright (c) 2012 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.
    
    {
        'includes':
        [
            'angle.gypi',
        ],
    }
    
    # Local Variables:
    # tab-width:2
    # indent-tabs-mode:nil
    # End:
    # vim: set expandtab tabstop=2 shiftwidth=2: