Index: DEPS |
=================================================================== |
--- DEPS (revision 22399) |
+++ DEPS (working copy) |
@@ -135,4 +135,9 @@ |
"pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]", |
"action": ["python", "src/tools/gyp/gyp_chromium"], |
}, |
+ { |
+ # Workaround IncrediBuild problem. http://crbug.com/17706. |
+ "pattern": "\\.grd$", |
+ "action": ["python", "src/build/win/clobber_generated_headers.py", "$matching_files"], |
fta
2009/08/05 14:10:45
shouldn't this be OS specific?
|
+ }, |
] |