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

Unified Diff: gyp/common_conditions.gypi

Issue 41923004: Factor out skia_keep_frame_pointer. Handy with perf to get call stacks. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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 | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index d6154caee3a839a082e46fcd5b17e553f4f404cd..8241f1830c78b1a50ccce43de8d558491f94d1fb 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -280,7 +280,6 @@
[ 'skia_sanitizer', {
'cflags': [
'-fsanitize=<(skia_sanitizer)',
- '-fno-omit-frame-pointer',
],
'ldflags': [
'-fsanitize=<(skia_sanitizer)',
@@ -304,6 +303,9 @@
'-Wstring-conversion',
],
}],
+ [ 'skia_keep_frame_pointer', {
+ 'cflags': [ '-fno-omit-frame-pointer' ],
+ }],
],
},
],
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698