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

Side by Side Diff: third_party/libc++-static/README.chromium

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 unified diff | Download patch
« no previous file with comments | « third_party/libc++-static/LICENSE.TXT ('k') | third_party/libc++-static/build.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: libcxx
2 Short Name: libc++
3 Security Critical: Yes
4 License: MIT
5 License File: LICENSE.TXT
6 Version: 0
7 Revision: 245965
8 URL: http://libcxx.llvm.org/
9
10 To upload (run automatically by build.sh):
11 upload_to_google_storage.py -b chromium-libcpp third_party/libc++-static/libc+ +.a
12
13 To initialize gsutil's credentials:
14 python ~/depot_tools/third_party/gsutil/gsutil config
15
16 That will give a URL which you should log into with your web browser. The
17 username should be the one that is on the ACL for the "chromium-libcpp"
18 bucket (probably your @google.com address). Contact the build team for help
19 getting access if necessary.
20
21 Copy the code back to the command line util. Ignore the project ID (it's OK
22 to just leave blank when prompted).
23
24 gsutil documentation:
25 https://developers.google.com/storage/docs/gsutil
26
27
28 To build: Run `third_party/libc++-static/build.sh`. It'll upload to google
29 storage and update the .sha1 file.
OLDNEW
« no previous file with comments | « third_party/libc++-static/LICENSE.TXT ('k') | third_party/libc++-static/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698