Edit

kc3-lang/angle/src/build_angle.gyp

Branch :

  • Show log

    Commit

  • Author : apatrick@chromium.org
    Date : 2012-08-30 21:15:39
    Hash : 3e8fc7f6
    Message : Move targets from src\build_angle.gyp to src\build_angle.gypi This enables Skia to compile ANGLE Review URL: https://codereview.appspot.com/6492063 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1268 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • src/build_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': [
        'build_angle.gypi',
      ],
    }
    
    # Local Variables:
    # tab-width:2
    # indent-tabs-mode:nil
    # End:
    # vim: set expandtab tabstop=2 shiftwidth=2: