Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : shannon.woods@transgaming.com
    Date : 2013-01-25 21:56:40
    Hash : 14fcb33a
    Message : Roll gyp dependency to 1564. This is to fix the standalone gyp build. It couldn't handle changes made in r1721. This is the latest version. Review URL: https://codereview.appspot.com/7204049 git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1792 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • DEPS
  • deps = {
      "trunk/third_party/gyp":
          "http://gyp.googlecode.com/svn/trunk@1564",
    
      "trunk/third_party/googletest":
          "http://googletest.googlecode.com/svn/trunk@573", #release 1.6.0
    
      "trunk/third_party/googlemock":
          "http://googlemock.googlecode.com/svn/trunk@387", #release 1.6.0
    }
    
    hooks = [
      {
        # A change to a .gyp, .gypi, or to GYP itself should run the generator.
        "pattern": ".",
        "action": ["python", "trunk/build/gyp_angle"],
      },
    ]