summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS12
1 files changed, 10 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 4090837..bf901bd 100644
--- a/DEPS
+++ b/DEPS
@@ -19,10 +19,10 @@ deps = {
"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 @@ skip_child_includes = [
"third_party",
"v8",
]
+
+
+hooks = [
+ {
+ "pattern": "\\.gypi?$",
+ "action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"],
+ },
+]