| 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 378adcd7fbb926aaae4e90f1b44311807dab01dc..ea85cf9f199d936e00111402c5dd3b7deabcf60d 100644
|
| --- a/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| @@ -92,6 +92,9 @@
|
| '<(_sanitizer_type)-libdbusmenu-glib4',
|
| '<(_sanitizer_type)-liboverlay-scrollbar-0.2-0',
|
| '<(_sanitizer_type)-libgconf-2-4',
|
| + '<(_sanitizer_type)-libappindicator1',
|
| + '<(_sanitizer_type)-libdbusmenu',
|
| + '<(_sanitizer_type)-atk1.0',
|
| ],
|
| 'conditions': [
|
| ['asan==1', {
|
| @@ -509,5 +512,37 @@
|
| 'dependencies=': [],
|
| 'includes': ['standard_instrumented_library_target.gypi'],
|
| },
|
| + {
|
| + 'library_name': 'libappindicator1',
|
| + 'extra_configure_flags': [
|
| + # See above.
|
| + '--disable-introspection',
|
| + ],
|
| + 'dependencies=': [],
|
| + 'build_method': 'custom_libappindicator1',
|
| + 'includes': ['standard_instrumented_library_target.gypi'],
|
| + },
|
| + {
|
| + 'library_name': 'libdbusmenu',
|
| + 'extra_configure_flags': [
|
| + # From debian/rules.
|
| + '--disable-scrollkeeper',
|
| + '--with-gtk=2',
|
| + # See above.
|
| + '--disable-introspection',
|
| + '--disable-vala',
|
| + ],
|
| + 'dependencies=': [],
|
| + 'includes': ['standard_instrumented_library_target.gypi'],
|
| + },
|
| + {
|
| + 'library_name': 'atk1.0',
|
| + 'extra_configure_flags': [
|
| + # See above.
|
| + '--disable-introspection',
|
| + ],
|
| + 'dependencies=': [],
|
| + 'includes': ['standard_instrumented_library_target.gypi'],
|
| + },
|
| ],
|
| }
|
|
|