| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 238347)
|
| +++ build/common.gypi (working copy)
|
| @@ -3447,6 +3447,16 @@
|
| }],
|
| ],
|
| }],
|
| + ['msan==1', {
|
| + 'target_conditions': [
|
| + ['_toolset=="target"', {
|
| + 'ldflags': [
|
| + '-Wl,-R,\$$ORIGIN/instrumented_libraries/msan/lib/:\$$ORIGIN/instrumented_libraries/msan/usr/lib/x86_64-linux-gnu/',
|
| + '-Wl,-z,origin',
|
| + ],
|
| + }],
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| ['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', {
|
|
|