diff options
author | earthdok <earthdok@chromium.org> | 2015-02-10 10:58:51 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-10 18:59:28 +0000 |
commit | a4260245c8f2563f30d4cef64706e0a2ec11add2 (patch) | |
tree | 489c6997a659e500a2fba721df5d2f0f04258735 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 2bf604e91ac204971a97a4a44830b6cf8321b4c9 (diff) | |
download | chromium_src-a4260245c8f2563f30d4cef64706e0a2ec11add2.zip chromium_src-a4260245c8f2563f30d4cef64706e0a2ec11add2.tar.gz chromium_src-a4260245c8f2563f30d4cef64706e0a2ec11add2.tar.bz2 |
Instrumented libraries: disallow loadable modules for gdk-pixbuf.
This eliminates a warning in the best case, a startup crash in the worst case.
BUG=456636
TBR=glider@chromim.org
NOTRY=true
Review URL: https://codereview.chromium.org/911963002
Cr-Commit-Position: refs/heads/master@{#315604}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 7aac24b..eeed377 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -626,6 +626,10 @@ '--with-x11', # Make the build less problematic. '--disable-introspection', + # Do not use loadable modules. Same as with Pango, there's no easy way + # to make gdk-pixbuf pick instrumented versions over system-installed + # ones. + '--disable-modules', ], 'dependencies=': [], 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh', |