diff options
author | alextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 17:12:16 +0000 |
---|---|---|
committer | alextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 17:12:16 +0000 |
commit | b5a0e743e4658dfee809623ac0721a520c7d8baf (patch) | |
tree | f7356b0ebbe26fe2058bdc003bb4d0c19635177d /third_party/libc++/README.chromium | |
parent | db9ede068dae38b3540c7138ba24dc0b3fc9386b (diff) | |
download | chromium_src-b5a0e743e4658dfee809623ac0721a520c7d8baf.zip chromium_src-b5a0e743e4658dfee809623ac0721a520c7d8baf.tar.gz chromium_src-b5a0e743e4658dfee809623ac0721a520c7d8baf.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
Review URL: https://codereview.chromium.org/75213003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240682 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..8cb0ffb --- /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: 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. |