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

Unified Diff: DEPS

Issue 2314753002: mac: remove libc++-static 10.6 compatibility hack (Closed)
Patch Set: remove libc++ check in verify_order 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 17dee6d9d8efeed35b948f6282ef18b23e2cc038..237afc46d4d02510d39518e6e5229f2cfa0415ae 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698