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

Unified Diff: gyp/common_variables.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 | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 9aeee62f9d662377fced72637906842aa47658da..579ce70537eeb49ff5e1bef336bb34614a589739 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -120,8 +120,10 @@
}],
[ 'skia_sanitizer', {
'skia_clang_build': 1,
+ 'skia_keep_frame_pointer': 1,
}, {
'skia_clang_build%': 0,
+ 'skia_keep_frame_pointer%': 0,
}],
],
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698