Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: DEPS

Issue 9223028: run cygwin mount setup in runhooks, and remove some references to it (Closed)
Patch Set: ts=2 Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/grit_target.gypi » ('j') | build/win/setup_cygwin_mount.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 28193c1da3e547e6b715402012a71c94ae266930..1e3ba0a937b9cd622b47bf44607a9ad0b80fed21 100644
--- a/DEPS
+++ b/DEPS
@@ -477,6 +477,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"],
« no previous file with comments | « no previous file | build/grit_target.gypi » ('j') | build/win/setup_cygwin_mount.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698