Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2013-10-22 15:43:10
    Hash : 7731d6a7
    Message : Update the GYP dependency to a revision with Visual Studio 2010 Express solution generation working correctly. TRAC #24044 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods

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