summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/instrumented_libraries.gyp
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 17:02:33 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 17:02:33 +0000
commit78d4695996b6aeb9f9be2e25cbff16c237a5ed15 (patch)
treebc79ecd6961092600645b9909e57ad3072608378 /third_party/instrumented_libraries/instrumented_libraries.gyp
parent1bfeec54e6a6065dca1d438397bbfa4d1b9e7a8a (diff)
downloadchromium_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.gyp3
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',