Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : Cooper Partin
    Date : 2014-10-01 12:26:18
    Hash : 9a2e6ac9
    Message : Roll gyp dependency to 1987 Change-Id: Id063785b1d0c2a4badc73d6ec828060b7893e58c Reviewed-on: https://chromium-review.googlesource.com/220843 Reviewed-by: Geoff Lang <geofflang@chromium.org> Tested-by: Cooper Partin <coopp@microsoft.com> Reviewed-by: Shannon Woods <shannonwoods@chromium.org>

  • DEPS
  • deps = {
      "third_party/gyp":
          "http://gyp.googlecode.com/svn/trunk@1987",
    
      "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"],
      },
    ]