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

Unified Diff: DEPS

Issue 2314753002: mac: remove libc++-static 10.6 compatibility hack (Closed)
Patch Set: undelete Created 4 years, 3 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 | « no previous file | build/config/compiler/BUILD.gn » ('j') | build/config/compiler/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | build/config/compiler/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698