From 3cbd37535083a83d517e9d032ba732c2ff8afc6b Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Thu, 16 Jun 2011 18:24:11 +0000 Subject: [PATCH] roll back runhooks to fix production buildbot git-svn-id: http://skia.googlecode.com/svn/trunk@1618 2bbb7eff-a529-9590-31e7-b0007b416f81 --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 890d787..771119a 100644 --- a/DEPS +++ b/DEPS @@ -11,10 +11,10 @@ deps = { "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@907", } -hooks = [ - { - # A change to a .gyp, .gypi, or to GYP itself should run the generator. - "pattern": ".", - "action": ["python", "trunk/gyp_skia"], - }, -] +#hooks = [ +# { +# # A change to a .gyp, .gypi, or to GYP itself should run the generator. +# "pattern": ".", +# "action": ["python", "trunk/gyp_skia"], +# }, +#] -- 2.7.4