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

Unified Diff: skia/skia_common.gypi

Issue 591153002: android_webview: Enable FDO support for some targets. (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 | « build/android/android_exports.lst ('k') | third_party/sqlite/sqlite.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index 81b4592add2c19bd3b7ce32632c9aa12b96ea4f2..6137352d2668b5646e48ee2c0cffd55d49250898 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -114,6 +114,13 @@
'SK_ARM_HAS_OPTIONAL_NEON',
],
}],
+
+ # Enable feedback-directed optimisation for skia when building in android.
+ [ 'android_webview_build == 1', {
+ 'aosp_build_settings': {
+ 'LOCAL_FDO_SUPPORT': 'true',
+ },
+ }],
],
'variables': {
« no previous file with comments | « build/android/android_exports.lst ('k') | third_party/sqlite/sqlite.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698