roll back runhooks to fix production buildbot
git-svn-id: http://skia.googlecode.com/svn/trunk@1618 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/DEPS b/DEPS
index 890d787..771119a 100644
--- a/DEPS
+++ b/DEPS
@@ -11,10 +11,10 @@
"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"],
+# },
+#]