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

Unified Diff: DEPS

Issue 1415213004: mac: Pull a prebuilt libc++-static.a. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | third_party/libc++-static/README.chromium » ('j') | third_party/libc++-static/README.chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 330d40a6603a80d5d4d81ba9e95dedccd3257b13..a2c8c90cd537b0ac76f293ab3d0c789c110b1dca 100644
--- a/DEPS
+++ b/DEPS
@@ -673,6 +673,18 @@ 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++-static.a.sha1',
+ ],
+ },
# Pull luci-go binaries (isolate, swarming) using checked-in hashes.
{
'name': 'luci-go_win',
« no previous file with comments | « no previous file | third_party/libc++-static/README.chromium » ('j') | third_party/libc++-static/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698