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

Commit

Permalink
M52: Fix blink_platform.gyp for Android build.
Browse files Browse the repository at this point in the history
FontRendererStyle was excluded.

Fixing https://codereview.chromium.org/1944993003/ issue that missed
FontRendererStyle.cpp in gyp file
  • Loading branch information
Maksim Sisov committed Aug 16, 2016
1 parent ad2a7f0 commit 7e0c695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/WebKit/Source/platform/blink_platform.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
['OS=="android"', {
'sources/': [
['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'],
['include', 'fonts/linux/FontRenderStyle\\.cpp$'],
],
}],
],
Expand Down

0 comments on commit 7e0c695

Please sign in to comment.