Revision c175d5f75eec49972870442ab9e32e5740e3f8d2 authored by Ryan VanderMeulen on 24 June 2014, 00:59:12 UTC, committed by Ryan VanderMeulen on 24 June 2014, 00:59:12 UTC
1 parent db03cd6
Raw File
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"],
  },
]
back to top