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

Unified Diff: third_party/instrumented_libraries/standard_instrumented_library_target.gypi

Issue 60733027: Rewrited build script for instrumented libraries from bash to python (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
« no previous file with comments | « third_party/instrumented_libraries/fix_rpaths.sh ('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 235644)
+++ third_party/instrumented_libraries/standard_instrumented_library_target.gypi (working copy)
@@ -11,12 +11,12 @@
{
'action_name': '<(_target_name)',
'inputs': [
- 'download_build_install.sh',
+ 'download_build_install.py',
],
'outputs': [
'<(PRODUCT_DIR)/instrumented_libraries/asan/<(_target_name).txt',
],
- 'action': ['./download_build_install.sh', '-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', 'asan'],
},
],
}
« no previous file with comments | « third_party/instrumented_libraries/fix_rpaths.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698