Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 7e0c695

Browse files
author
Maksim Sisov
committed
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
1 parent ad2a7f0 commit 7e0c695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/WebKit/Source/platform/blink_platform.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
['OS=="android"', {
389389
'sources/': [
390390
['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'],
391+
['include', 'fonts/linux/FontRenderStyle\\.cpp$'],
391392
],
392393
}],
393394
],

0 commit comments

Comments
 (0)