Index: DEPS |
diff --git a/DEPS b/DEPS |
index d2eae198aca42ad49182f79e3c15a061ebdfa667..5104f3bc02b1aed4b8d2573bc31e39036dc3a203 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -480,6 +480,11 @@ hooks = [ |
"action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], |
}, |
{ |
+ # Update the cygwin mount on Windows. |
+ "pattern": ".", |
+ "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"], |
+ }, |
+ { |
# A change to a .gyp, .gypi, or to GYP itself should run the generator. |
"pattern": ".", |
"action": ["python", "src/build/gyp_chromium"], |