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-05-29 16:59:04 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 16:59:04 +0000
commitc3521621c5d892978d37f0f80d94881f15be019b (patch)
tree6c2625542b5e885fd6cedaf5e155bb2ee40a6456 /third_party/instrumented_libraries/instrumented_libraries.gyp
parenta2a3e7ce17671c6c1ec93474ee9eecd7d63b3cbc (diff)
downloadchromium_src-c3521621c5d892978d37f0f80d94881f15be019b.zip
chromium_src-c3521621c5d892978d37f0f80d94881f15be019b.tar.gz
chromium_src-c3521621c5d892978d37f0f80d94881f15be019b.tar.bz2
Instrumented libraries: add liboverlay-scrollbar-0.2-0.
Also, relativize the hard-coded path to liboverlay-scrollbar.so in libgtk2.0 to make it load the instrumented version. BUG=313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/305953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 1b53213..43dd8f7 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -90,6 +90,7 @@
'<(_sanitizer_type)-libgdk-pixbuf2.0-0',
'<(_sanitizer_type)-libpci3',
'<(_sanitizer_type)-libdbusmenu-glib4',
+ '<(_sanitizer_type)-liboverlay-scrollbar-0.2-0',
],
'conditions': [
['asan==1', {
@@ -486,5 +487,13 @@
'dependencies=': [],
'includes': ['standard_instrumented_library_target.gypi'],
},
+ {
+ 'library_name': 'liboverlay-scrollbar-0.2-0',
+ 'extra_configure_flags': [
+ '--with-gtk=2',
+ ],
+ 'dependencies=': [],
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
],
}