From 7e0c6957238b21de4b1a1a47b2ede4960f08a639 Mon Sep 17 00:00:00 2001 From: Maksim Sisov Date: Wed, 13 Jul 2016 14:57:59 +0300 Subject: [PATCH] M52: Fix blink_platform.gyp for Android build. FontRendererStyle was excluded. Fixing https://codereview.chromium.org/1944993003/ issue that missed FontRendererStyle.cpp in gyp file --- third_party/WebKit/Source/platform/blink_platform.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp index 97b924a36fd2c..8b4afcf6b70d5 100644 --- a/third_party/WebKit/Source/platform/blink_platform.gyp +++ b/third_party/WebKit/Source/platform/blink_platform.gyp @@ -388,6 +388,7 @@ ['OS=="android"', { 'sources/': [ ['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'], + ['include', 'fonts/linux/FontRenderStyle\\.cpp$'], ], }], ],