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

Unified Diff: third_party/instrumented_libraries/standard_instrumented_package_target.gypi

Issue 1012823003: Instrumented libraries: move all scripts to scripts/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename run-before-build -> pre-build Created 5 years, 9 months 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/scripts/udev.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_package_target.gypi
diff --git a/third_party/instrumented_libraries/standard_instrumented_package_target.gypi b/third_party/instrumented_libraries/standard_instrumented_package_target.gypi
index b6253f55739bc88dd4913b014b271bf8692933da..db715be447fad95ae15dc9dfe8c7d6d98e356176 100644
--- a/third_party/instrumented_libraries/standard_instrumented_package_target.gypi
+++ b/third_party/instrumented_libraries/standard_instrumented_package_target.gypi
@@ -19,7 +19,7 @@
'outputs': [
'<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_package_name).txt',
],
- 'action': ['./download_build_install.py',
+ 'action': ['scripts/download_build_install.py',
'--build-method=>(_build_method)',
'--cc=<(_cc)',
'--cflags=>(_package_cflags)',
@@ -49,12 +49,12 @@
'>(_patch)',
],
}],
- ['">(_run_before_build)"!=""', {
+ ['">(_pre_build)"!=""', {
'action+': [
- '--run-before-build=>(_run_before_build)',
+ '--pre-build=>(_pre_build)',
],
'inputs+': [
- '>(_run_before_build)',
+ '>(_pre_build)',
],
}],
['">(_<(_sanitizer_type)_blacklist)"!=""', {
« no previous file with comments | « third_party/instrumented_libraries/scripts/udev.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698