diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 17:02:33 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 17:02:33 +0000 |
commit | 78d4695996b6aeb9f9be2e25cbff16c237a5ed15 (patch) | |
tree | bc79ecd6961092600645b9909e57ad3072608378 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 1bfeec54e6a6065dca1d438397bbfa4d1b9e7a8a (diff) | |
download | chromium_src-78d4695996b6aeb9f9be2e25cbff16c237a5ed15.zip chromium_src-78d4695996b6aeb9f9be2e25cbff16c237a5ed15.tar.gz chromium_src-78d4695996b6aeb9f9be2e25cbff16c237a5ed15.tar.bz2 |
Instrumented libraries: do not instrument zlib1g.
It somehow causes unresolved symbol errors when building other packages.
Let's see if we can skip instrumenting it without breaking MSan builds.
BUG=313751
R=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/308683010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 935693a..1edfce8 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -73,7 +73,8 @@ '<(_sanitizer_type)-libxrender1', '<(_sanitizer_type)-libxss1', '<(_sanitizer_type)-libxtst6', - '<(_sanitizer_type)-zlib1g', + # https://crbug.com/313751#c110 + #'<(_sanitizer_type)-zlib1g', '<(_sanitizer_type)-libglib2.0-0', '<(_sanitizer_type)-libdbus-1-3', '<(_sanitizer_type)-libdbus-glib-1-2', |