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

Unified Diff: DEPS

Issue 1019007: Remove the grd clobber script on Windows. (Closed)
Patch Set: Created 10 years, 9 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/win/clobber_generated_headers.py » ('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 a3033904d2cd1a1db7e70a63b3505945a60ec9b4..9bae45a56c66f0a90e316472083c038c2725d4b3 100644
--- a/DEPS
+++ b/DEPS
@@ -232,13 +232,6 @@ hooks = [
"action": ["python", "src/build/gyp_chromium"],
},
{
- # Workaround IncrediBuild problem. http://crbug.com/17706.
- "pattern": "\\.grd$",
- "action": ["python",
- "src/build/win/clobber_generated_headers.py",
- "$matching_files"],
- },
- {
# Workaround XCode dependecies problem.
# TODO(bradnelson): remove this when fixed.
"pattern": ".",
« no previous file with comments | « no previous file | build/win/clobber_generated_headers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698