Chromium Code Reviews| 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', |