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

Unified Diff: DEPS

Issue 1759793003: Scripts to upload and update the mac toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use full path Created 4 years, 10 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 12d95e02c2ebdf89f472d45de805ca8b6a3e365a..ceaa4d4637bef47a316b147804291c7be823581a 100644
--- a/DEPS
+++ b/DEPS
@@ -610,6 +610,12 @@ hooks = [
],
},
{
+ # Pull mac SDK if requested via GYP_DEFINES.
+ 'name': 'mac_sdk',
erikchen 2016/03/03 01:45:46 technically, we're pulling a partial toolchain, no
justincohen 2016/03/03 18:58:33 Renamed to mac_toolchain.
+ 'pattern': '.',
+ 'action': ['sudo', 'python', 'src/third_party/mac_sdk/update.py'],
erikchen 2016/03/03 01:45:46 Is root really required, or is this for convenienc
justincohen 2016/03/03 18:58:33 Mistake from testing, removed.
+ },
+ {
# Pull clang if needed or requested via GYP_DEFINES.
# Note: On Win, this should run after win_toolchain, as it may use it.
'name': 'clang',
« no previous file with comments | « .gitignore ('k') | third_party/mac_sdk/package.py » ('j') | third_party/mac_sdk/package.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698