diff options
author | simonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 16:49:35 +0000 |
---|---|---|
committer | simonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 16:49:35 +0000 |
commit | 99ff35096f4cc760276d657ba255718785db7ee7 (patch) | |
tree | 480e33b8889426301e478fd913da297aa2344765 /third_party | |
parent | 9a0b5f71d6700619e9b9e466bf1c65778880519f (diff) | |
download | chromium_src-99ff35096f4cc760276d657ba255718785db7ee7.zip chromium_src-99ff35096f4cc760276d657ba255718785db7ee7.tar.gz chromium_src-99ff35096f4cc760276d657ba255718785db7ee7.tar.bz2 |
Add elfutils via DEPS.
Add third_party/elfutils, at release 0.158.
BUG=
Review URL: https://codereview.chromium.org/264303009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/elfutils/OWNERS | 2 | ||||
-rw-r--r-- | third_party/elfutils/README.chromium | 18 | ||||
-rw-r--r-- | third_party/elfutils/README.security | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/third_party/elfutils/OWNERS b/third_party/elfutils/OWNERS new file mode 100644 index 0000000..69e5ec9 --- /dev/null +++ b/third_party/elfutils/OWNERS @@ -0,0 +1,2 @@ +simonb@chromium.org +bulach@chromium.org diff --git a/third_party/elfutils/README.chromium b/third_party/elfutils/README.chromium new file mode 100644 index 0000000..ed4a92d --- /dev/null +++ b/third_party/elfutils/README.chromium @@ -0,0 +1,18 @@ +Name: elfutils +URL: https://fedorahosted.org/releases/e/l/elfutils/0.158/elfutils-0.158.tar.bz2 +Version: 0.158 +Security Critical: no +License: LGPL 3 +License File: NOT_SHIPPED + +Description: + +Library to inspect and manipulate ELF files. + +This code is not considered security critical because it is built only for +the host, to support host build tools. It is not linked into chrome. + + +Local Modifications: + +There are no local code changes. diff --git a/third_party/elfutils/README.security b/third_party/elfutils/README.security new file mode 100644 index 0000000..4e37355 --- /dev/null +++ b/third_party/elfutils/README.security @@ -0,0 +1,2 @@ +This code is not considered security critical because it is built only for +the host, to support host build tools. It is not linked into chrome. |