Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions libskia/libskia.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@
'sources/':
[
# Disable windows-specific code
['exclude', '_win(_dw)?.cpp$'],
['exclude', '_win(_dw)?.*\\.cpp$'],
['exclude', '^src/.*/win/.*$'],
['exclude', 'WIC\\.cpp$'],
],
Expand Down Expand Up @@ -1802,6 +1802,7 @@
[
# Disable anything CoreGraphics related
['exclude', 'CG\\.'],
['exclude', '_mac\\.cpp$'],
],
},
],
Expand Down Expand Up @@ -1872,8 +1873,8 @@
# Don't build FreeType or FontConfig code
['exclude', 'fontconfig'],
['exclude', 'FontConfig'],
['exclude', 'SkFontMgr_custom'],
],
['exclude', 'SkFontMgr_custom_(embedded|empty)'],
],
},
],
[
Expand Down