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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 149433004: Add libpulseaudio and libasound to instrumented libraries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 6 years, 11 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 | « no previous file | third_party/instrumented_libraries/libasound2.sh » ('j') | 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 e87c2f44603ec55219d0718defe08a3252e08b8c..e4eaa318de43952c7d96695e4d879abfb01f7279 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -64,6 +64,8 @@
'<(_sanitizer_type)-libdbus-glib-1-2',
'<(_sanitizer_type)-nss',
'<(_sanitizer_type)-libfontconfig1',
+ '<(_sanitizer_type)-pulseaudio',
+ '<(_sanitizer_type)-libasound2',
],
'conditions': [
['asan==1', {
@@ -284,5 +286,18 @@
],
'includes': ['standard_instrumented_library_target.gypi'],
},
+ {
+ 'library_name': 'pulseaudio',
+ 'dependencies=': [],
+ 'run_before_build': 'pulseaudio.sh',
+ 'custom_configure_flags': '--with-udev-rules-dir=<(INTERMEDIATE_DIR)/udev/rules.d',
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
+ {
+ 'library_name': 'libasound2',
+ 'dependencies=': [],
+ 'run_before_build': 'libasound2.sh',
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
],
}
« no previous file with comments | « no previous file | third_party/instrumented_libraries/libasound2.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698