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

Unified Diff: DEPS

Issue 1897523002: Use visual studio toolchain from depot_tools for PDFium compilation (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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
Index: DEPS
diff --git a/DEPS b/DEPS
index 595da736ba8610dbb7c28a1eb3df0fb0330d6d1b..c33b02755ad1680cabcc92173d2e597bf3c3568c 100644
--- a/DEPS
+++ b/DEPS
@@ -143,4 +143,10 @@ hooks = [
'pattern': '.',
'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'],
},
+ {
+ # Update the Windows toolchain if necessary.
+ 'name': 'win_toolchain',
+ 'pattern': '.',
+ 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
+ },
]
« no previous file with comments | « .gitignore ('k') | build/find_depot_tools.py » ('j') | build/find_depot_tools.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698