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

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

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

Powered by Google App Engine
This is Rietveld 408576698