Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 911963002: Instrumented libraries: disallow loadable modules for gdk-pixbuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 7aac24bf563ab624fb369588243de170f411e1d3..eeed377cb32fd22076e5768f140f7738c3315651 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698