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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 619723006: Instrumented libraries: remove unnecessary uses of DEPTH from GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | third_party/instrumented_libraries/standard_instrumented_package_target.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 5bd857eaabfd290c4a4d3efb08a1434edc296d76..3fb4eaea9c5808e839e0db2016415b03dd21c124 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -36,7 +36,8 @@
'-gline-tables-only',
'-fPIC',
'-w',
- '-U_FORITFY_SOURCE'
+ '-U_FORITFY_SOURCE',
+ '-fno-omit-frame-pointer'
],
'package_ldflags': [
'-Wl,-z,origin',
@@ -158,7 +159,7 @@
'<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/rpaths.fixed.txt',
],
'action': [
- '<(DEPTH)/third_party/instrumented_libraries/fix_rpaths.sh',
+ './fix_rpaths.sh',
'<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)'
],
},
« no previous file with comments | « no previous file | third_party/instrumented_libraries/standard_instrumented_package_target.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698