Index: DEPS |
=================================================================== |
--- DEPS (revision 10690) |
+++ DEPS (working copy) |
@@ -19,10 +19,10 @@ |
"http://googletest.googlecode.com/svn/trunk@167", |
"src/third_party/WebKit": |
- "/trunk/deps/third_party/WebKit@10654", |
+ "/trunk/deps/third_party/WebKit@10691", |
"src/third_party/icu38": |
- "/trunk/deps/third_party/icu38@10364", |
+ "/trunk/deps/third_party/icu38@10692", |
# TODO(mark): Remove once this has moved into depot_tools. |
"src/tools/gyp": |
@@ -88,3 +88,11 @@ |
"third_party", |
"v8", |
] |
+ |
+ |
+hooks = [ |
+ { |
+ "pattern": "\\.gypi?$", |
+ "action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"], |
TVL
2009/03/02 02:17:15
why _dogfood?
|
+ }, |
+] |