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

Unified Diff: DEPS

Issue 9223028: run cygwin mount setup in runhooks, and remove some references to it (Closed)
Patch Set: rebase again? 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"],
« no previous file with comments | « no previous file | build/grit_target.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698