Index: third_party/instrumented_libraries/standard_instrumented_library_target.gypi |
=================================================================== |
--- third_party/instrumented_libraries/standard_instrumented_library_target.gypi (revision 238347) |
+++ third_party/instrumented_libraries/standard_instrumented_library_target.gypi (working copy) |
@@ -14,9 +14,14 @@ |
'download_build_install.py', |
], |
'outputs': [ |
- '<(PRODUCT_DIR)/instrumented_libraries/asan/<(_target_name).txt', |
+ '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_target_name).txt', |
], |
- 'action': ['./download_build_install.py', '-i', '<(PRODUCT_DIR)', '-l', '<(_target_name)', '-m', '<(INTERMEDIATE_DIR)', '-s', 'asan'], |
+ 'action': ['./download_build_install.py', |
alextaran1
2013/12/03 11:35:47
btw, long options are human-readable.
Alexander Potapenko
2013/12/03 11:46:46
Please check whether we need <(DEPTH) here.
alextaran1
2013/12/03 12:15:55
Due to https://code.google.com/p/gyp/wiki/InputFor
|
+ '--product-directory=<(PRODUCT_DIR)', |
+ '--library=<(_target_name)', |
+ '--intermediate-directory=<(INTERMEDIATE_DIR)', |
+ '--sanitizer-type=<(_sanitizer_type)', |
+ ], |
}, |
], |
} |