diff options
author | alextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 15:28:27 +0000 |
---|---|---|
committer | alextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 15:28:27 +0000 |
commit | df51d9b9b777adb872b8262483ff9a86b042b46e (patch) | |
tree | 69afb6e3ec2a81af5e71ad4d51e4253ef3e5ed82 /third_party/libc++/README.chromium | |
parent | ae68b50379fdeee98e729a38cba7ea1162657777 (diff) | |
download | chromium_src-df51d9b9b777adb872b8262483ff9a86b042b46e.zip chromium_src-df51d9b9b777adb872b8262483ff9a86b042b46e.tar.gz chromium_src-df51d9b9b777adb872b8262483ff9a86b042b46e.tar.bz2 |
Add libc++ and libc++abi to third-party.
BUG=318770, 313751
R=glider@chromium.org,thakis@chromium.org,bradnelson@chromium.org,darin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240682
Review URL: https://codereview.chromium.org/75213003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241574 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libc++/README.chromium')
-rw-r--r-- | third_party/libc++/README.chromium | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/libc++/README.chromium b/third_party/libc++/README.chromium new file mode 100644 index 0000000..b92145d --- /dev/null +++ b/third_party/libc++/README.chromium @@ -0,0 +1,13 @@ +Name: libcxx +Short Name: libc++ +URL: http://libcxx.llvm.org/ +Version: 1.0 +License: MIT, University of Illinois/NCSA Open Source License +License File: trunk/LICENSE.TXT +Security Critical: no + +Description: + +libc++ for Chromium. +This is intended for instrumented builds, not for release. +There was no security review for this library. |