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

Unified Diff: third_party/libc++-static/README.chromium

Issue 1415213004: mac: Pull a prebuilt libc++-static.a. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: licenseeeeeeeeeee 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 | « third_party/libc++-static/LICENSE.TXT ('k') | third_party/libc++-static/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libc++-static/README.chromium
diff --git a/third_party/libc++-static/README.chromium b/third_party/libc++-static/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..e6f6efb0e7f5a2fb15e636727ff7fbfb04ca0d8b
--- /dev/null
+++ b/third_party/libc++-static/README.chromium
@@ -0,0 +1,30 @@
+Short Name: libcxx
+Name: Descriptive name of the package
+Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
+Security Critical: Yes
+License: MIT
+License File: LICENSE.TXT
+Version: 0
+Revision: 245965
+URL: http://libcxx.llvm.org/
+
+To upload:
+ python ~/depot_tools/upload_to_google_storage.py -b chromium-libcpp third_party/libc++-static.a
+
+To initialize gsutil's credentials:
+ python ~/depot_tools/third_party/gsutil/gsutil config
+
+ That will give a URL which you should log into with your web browser. The
+ username should be the one that is on the ACL for the "chromium-libcpp"
+ bucket (probably your @google.com address). Contact the build team for help
+ getting access if necessary.
+
+ Copy the code back to the command line util. Ignore the project ID (it's OK
+ to just leave blank when prompted).
+
+gsutil documentation:
+ https://developers.google.com/storage/docs/gsutil
+
+
+To build: Run `third_party/libc++-static/build.sh`. It'll upload to google
+storage and update the .sha1 file.
« 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