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

Unified Diff: DEPS

Issue 1933843002: Use utilities from build directory instead of own copies (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
« no previous file with comments | « .gitignore ('k') | build_gyp/find_depot_tools.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 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'],
- },
]
« no previous file with comments | « .gitignore ('k') | build_gyp/find_depot_tools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698