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

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 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 | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': ['<(DEPTH)/third_party/instrumented_libraries/download_build_install.py',
+ '--product-directory=<(PRODUCT_DIR)',
+ '--library=<(_target_name)',
+ '--intermediate-directory=<(INTERMEDIATE_DIR)',
+ '--sanitizer-type=<(_sanitizer_type)',
+ ],
},
],
}
« no previous file with comments | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698