diff options
author | earthdok <earthdok@chromium.org> | 2015-02-09 11:18:56 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-09 19:19:43 +0000 |
commit | fa52c8105b87d7e9963e9ca7a346575b0f0cf24c (patch) | |
tree | a7e56b4e59590c9b2fa39af941e23016e47ab782 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 8dcfbfdca890446d10a601414fe240bf6e07f70d (diff) | |
download | chromium_src-fa52c8105b87d7e9963e9ca7a346575b0f0cf24c.zip chromium_src-fa52c8105b87d7e9963e9ca7a346575b0f0cf24c.tar.gz chromium_src-fa52c8105b87d7e9963e9ca7a346575b0f0cf24c.tar.bz2 |
Instrumented libraries: drop liboverlay-scrollbar.
Chrome doesn't use overlay scrollbars. The only thing that we do with this
library is attempt to initialize it (as part of gtk2+ init) which occasionally
tries to read a missing settings schema and crashes.
BUG=456205
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/905703003
Cr-Commit-Position: refs/heads/master@{#315361}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index e30c36b..7aac24b 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -131,7 +131,6 @@ '<(_sanitizer_type)-libgdk-pixbuf2.0-0', '<(_sanitizer_type)-libpci3', '<(_sanitizer_type)-libdbusmenu-glib4', - '<(_sanitizer_type)-overlay-scrollbar', '<(_sanitizer_type)-libgconf-2-4', '<(_sanitizer_type)-libappindicator1', '<(_sanitizer_type)-libdbusmenu', @@ -658,16 +657,6 @@ 'includes': ['standard_instrumented_package_target.gypi'], }, { - 'package_name': 'overlay-scrollbar', - 'extra_configure_flags': [ - '--disable-static', - '--with-gtk=2', - ], - 'dependencies=': [], - 'run_before_build': 'scripts/autogen.sh', - 'includes': ['standard_instrumented_package_target.gypi'], - }, - { 'package_name': 'libgconf-2-4', 'extra_configure_flags': [ '--disable-static', |