Commit 99ff3509 authored by simonb@chromium.org's avatar simonb@chromium.org

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
parent 9a0b5f71
......@@ -238,6 +238,7 @@ v8.log
/third_party/cygwin
/third_party/directxsdk
/third_party/drmemory
/third_party/elfutils/src
/third_party/eyesfree/src
/third_party/ffmpeg
/third_party/findbugs
......
......@@ -528,6 +528,10 @@ deps_os = {
Var("chromium_git") + "/external/guava-libraries.git" +
"@c523556ab7d0f05afadebd20e7768d4c16af8771",
"src/third_party/elfutils/src":
Var("chromium_git") + "/external/elfutils.git" +
"@43a97297be82feab4b3176a094ed701ad3ccb308",
"src/third_party/httpcomponents-client":
"/trunk/deps/third_party/httpcomponents-client@170888",
......
......@@ -39,6 +39,7 @@ KNOWN_INCOMPATIBLE = {
'third_party/apple_sample_code',
'third_party/bsdiff',
'third_party/bspatch',
'third_party/elfutils',
'third_party/instrumented_libraries',
'third_party/liblouis',
'third_party/speech-dispatcher',
......
simonb@chromium.org
bulach@chromium.org
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.
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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment