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-06-16 17:05:44 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-16 17:05:44 +0000
commitd3f02d5b464818ce20362d88b56e939c033e11b2 (patch)
tree0946b7ed1d03d74e6b9fb650a07bb8d415debc15 /third_party/instrumented_libraries/instrumented_libraries.gyp
parent52d3e179c63bfde651d771ba8cff8818312c0f99 (diff)
downloadchromium_src-d3f02d5b464818ce20362d88b56e939c033e11b2.zip
chromium_src-d3f02d5b464818ce20362d88b56e939c033e11b2.tar.gz
chromium_src-d3f02d5b464818ce20362d88b56e939c033e11b2.tar.bz2
Instrumented libraries: add libunity and libdee.
BUG=313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/332223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index ea85cf9..919f8fe 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -95,6 +95,8 @@
'<(_sanitizer_type)-libappindicator1',
'<(_sanitizer_type)-libdbusmenu',
'<(_sanitizer_type)-atk1.0',
+ '<(_sanitizer_type)-libunity9',
+ '<(_sanitizer_type)-dee',
],
'conditions': [
['asan==1', {
@@ -544,5 +546,19 @@
'dependencies=': [],
'includes': ['standard_instrumented_library_target.gypi'],
},
+ {
+ 'library_name': 'libunity9',
+ 'dependencies=': [],
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
+ {
+ 'library_name': 'dee',
+ 'extra_configure_flags': [
+ # See above.
+ '--disable-introspection',
+ ],
+ 'dependencies=': [],
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
],
}