Index: DEPS |
diff --git a/DEPS b/DEPS |
index 1a08ef31eb455dc68754ec3c39b62f99851529f1..7fb3a32b6e2e4f76990e7d8179ace08e419b796c 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -169,10 +169,4 @@ hooks = [ |
'--if-needed' |
], |
}, |
- { |
Lei Zhang
2016/04/29 18:34:52
If we remove this block, then where does the VS to
Wei Li
2016/04/29 18:47:36
Should be synced along with the whole build dir ba
Lei Zhang
2016/04/29 21:22:02
So I see build/vs_toolchain.py exists and it gets
Wei Li
2016/04/30 00:03:38
oops, missed my morning coffee. Fixed.
|
- # Update the Windows toolchain if necessary. |
- 'name': 'win_toolchain', |
- 'pattern': '.', |
- 'action': ['python', 'pdfium/build_gyp/vs_toolchain.py', 'update'], |
- }, |
] |