summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/instrumented_libraries.gyp
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 10:31:01 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 10:31:01 +0000
commitfa546ce89bf1af1feeee061f12790e754922a98f (patch)
tree9e7fcb3bc7179c6750e70f22cbd870bc37f7ec82 /third_party/instrumented_libraries/instrumented_libraries.gyp
parentde4af18fb53e6fffe28bf43be37059d9e3e2d863 (diff)
downloadchromium_src-fa546ce89bf1af1feeee061f12790e754922a98f.zip
chromium_src-fa546ce89bf1af1feeee061f12790e754922a98f.tar.gz
chromium_src-fa546ce89bf1af1feeee061f12790e754922a98f.tar.bz2
Add pango-1.0 to instrumented libraries.
BUG=313751 R=glider@chromium.org Review URL: https://codereview.chromium.org/159143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 9b0f6b4..c5c78a0 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -67,6 +67,7 @@
'<(_sanitizer_type)-pulseaudio',
'<(_sanitizer_type)-libasound2',
'<(_sanitizer_type)-libcups2',
+ '<(_sanitizer_type)-pango1.0',
],
'conditions': [
['asan==1', {
@@ -316,5 +317,17 @@
],
'includes': ['standard_instrumented_library_target.gypi'],
},
+ {
+ 'library_name': 'pango1.0',
+ 'dependencies=': [
+ '<(_sanitizer_type)-libglib2.0-0',
+ ],
+ 'custom_configure_flags': [
+ # Avoid https://bugs.gentoo.org/show_bug.cgi?id=425620
+ '--enable-introspection=no',
+ # More flags are set in download_build_install.py.
+ ],
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
],
}