| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index b01172fe2a7ece74c2e0e16a5b2f1dbb05ae5bdc..ffe62c9a110a22e790fd32bb21a4a0f04efed2b1 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -865,18 +865,6 @@ hooks = [
|
| '-s', 'src/buildtools/linux64/clang-format.sha1',
|
| ],
|
| },
|
| - # Pull the prebuilt libc++ static library for mac.
|
| - {
|
| - 'name': 'libcpp_mac',
|
| - 'pattern': '.',
|
| - 'action': [ 'download_from_google_storage',
|
| - '--no_resume',
|
| - '--platform=darwin',
|
| - '--no_auth',
|
| - '--bucket', 'chromium-libcpp',
|
| - '-s', 'src/third_party/libc++-static/libc++.a.sha1',
|
| - ],
|
| - },
|
| # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
|
| {
|
| 'name': 'luci-go_win',
|
|
|