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

Unified Diff: skia/skia.gyp

Issue 11316228: Make profiling=1 work for chromium-android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated per digit's request Created 8 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 8eb4b69150f772ae1e66d5a4ab272eaa6d59cb39..9d2b5fdc072b6d169dc6280f6f4026a8a6541140 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -704,6 +704,8 @@
# targets via common.gypi.
'cflags!': [
'-fno-omit-frame-pointer',
+ '-marm',
+ '-mapcs-frame',
],
'cflags': [
'-fomit-frame-pointer',
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698