diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | DEPS | 4 | ||||
-rw-r--r-- | android_webview/tools/known_issues.py | 1 | ||||
-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 |
6 files changed, 28 insertions, 0 deletions
@@ -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", diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py index 5edaa00..fc04e99 100644 --- a/android_webview/tools/known_issues.py +++ b/android_webview/tools/known_issues.py @@ -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', 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. |