Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(974)

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 325253002: Instrumented libraries: add libappindicator1, libdbusmenu, atk1.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/instrumented_libraries/download_build_install.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
+ },
],
}
« no previous file with comments | « third_party/instrumented_libraries/download_build_install.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698