Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2013-10-07 17:07:33
    Hash : 0049e43d
    Message : Fixed the DEPS folder and added a .gclient file so gclient sync will now work.

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