diff --git a/DEPS b/DEPS index 6f4f65ba68de2..f55e5fcc1229c 100644 --- a/DEPS +++ b/DEPS @@ -946,6 +946,16 @@ deps = { # Get the SDK from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core at the 'latest' tag # Get the toolchain from https://chrome-infra-packages.appspot.com/p/fuchsia/clang at the 'goma' tag + 'src/fuchsia/sdk/mac': { + 'packages': [ + { + 'package': 'fuchsia/sdk/core/mac-amd64', + 'version': 'CssR5Ci8l8Wn47xEJSW2TxuUVmr2DpJ1FX-kTlrIW9wC' + } + ], + 'condition': 'host_os == "mac" and not download_fuchsia_sdk', + 'dep_type': 'cipd', + }, 'src/fuchsia/sdk/linux': { 'packages': [ {