Chromium Code Reviews| Index: DEPS |
| =================================================================== |
| --- DEPS (revision 22292) |
| +++ DEPS (working copy) |
| @@ -134,4 +134,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"], |
| + }, |
| ] |