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

Unified Diff: third_party/instrumented_libraries/standard_instrumented_library_target.gypi

Issue 96083003: Add instrumented libraries build with msan (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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
Index: third_party/instrumented_libraries/standard_instrumented_library_target.gypi
===================================================================
--- third_party/instrumented_libraries/standard_instrumented_library_target.gypi (revision 237902)
+++ third_party/instrumented_libraries/standard_instrumented_library_target.gypi (working copy)
@@ -14,9 +14,9 @@
'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', '-i', '<(PRODUCT_DIR)', '-l', '<(_target_name)', '-m', '<(INTERMEDIATE_DIR)', '-s', '<(_sanitizer_type)'],
Alexander Potapenko 2013/12/03 10:23:54 Can you wrap these? I know we don't have a strict
alextaran1 2013/12/03 11:35:47 Done.
},
],
}

Powered by Google App Engine
This is Rietveld 408576698