diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 14:48:10 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 14:48:10 +0000 |
commit | f3fd2f212876924829aa8b70eaeb7aed6c421c7a (patch) | |
tree | 425ca63d78dd024df5248db5a7ecf4bab9800d14 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 588b0b9d1f2a53232c4071a8b3284f2969303ee5 (diff) | |
download | chromium_src-f3fd2f212876924829aa8b70eaeb7aed6c421c7a.zip chromium_src-f3fd2f212876924829aa8b70eaeb7aed6c421c7a.tar.gz chromium_src-f3fd2f212876924829aa8b70eaeb7aed6c421c7a.tar.bz2 |
Instrumented libraries: fix & re-enable zlib1g build.
The version script was being ignored in non-gcc (clang) builds.
BUG=313751
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/315563003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274525 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 1edfce8..378adcd7 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -73,8 +73,7 @@ '<(_sanitizer_type)-libxrender1', '<(_sanitizer_type)-libxss1', '<(_sanitizer_type)-libxtst6', - # https://crbug.com/313751#c110 - #'<(_sanitizer_type)-zlib1g', + '<(_sanitizer_type)-zlib1g', '<(_sanitizer_type)-libglib2.0-0', '<(_sanitizer_type)-libdbus-1-3', '<(_sanitizer_type)-libdbus-glib-1-2', @@ -336,6 +335,7 @@ { 'library_name': 'zlib1g', 'dependencies=': [], + 'run_before_build': 'zlib1g.sh', 'includes': ['standard_instrumented_library_target.gypi'], }, { |