Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : alokp@chromium.org
    Date : 2012-04-11 16:23:44
    Hash : 416fcd35
    Message : Added infrastructure for adding gtest-based tests. I need to use it for the new preprocessor. Review URL: https://codereview.appspot.com/5988069 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1024 736b8ea6-26fd-11df-bfd4-992fa37f6226

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