| 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',
|
|
|