aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-16 18:24:11 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-16 18:24:11 +0000
commit3cbd37535083a83d517e9d032ba732c2ff8afc6b (patch)
tree32c19b43075f8a4e0a58c8d9832ff62d3288f9c6 /DEPS
parent0045eddac608288c76f9be4e9c62916bc17f8d16 (diff)
roll back runhooks to fix production buildbot
git-svn-id: http://skia.googlecode.com/svn/trunk@1618 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS14
1 files changed, 7 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index 890d7870f2..771119a097 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"],
+# },
+#]