aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 7a37d18b..7f61f50a 100644
--- a/DEPS
+++ b/DEPS
@@ -70,6 +70,13 @@ hooks = [
"src/src/client/windows/breakpad_client.gyp"],
},
{
+ # XXX: this and above should all be wired into build/all.gyp ?
+ "action": ["python",
+ "src/src/tools/gyp/gyp_main.py",
+ "--no-circular-check",
+ "src/src/tools/windows/tools_windows.gyp"],
+ },
+ {
# Keep the manifest up to date.
"action": ["python", "src/src/tools/python/deps-to-manifest.py",
"src/DEPS", "src/default.xml"],