roll back runhooks to fix production buildbot
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Jun 2011 18:24:11 +0000 (18:24 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Jun 2011 18:24:11 +0000 (18:24 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@1618 2bbb7eff-a529-9590-31e7-b0007b416f81

DEPS

diff --git a/DEPS b/DEPS
index 890d787..771119a 100644 (file)
--- 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"],
+#  },
+#]