| 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'], | 
| +    }, | 
| ], | 
| } | 
|  |