Skip to content

Commit

Permalink
Bug 1803331 - skia/generator: refresh the list to have the up to date…
Browse files Browse the repository at this point in the history
… moz.build after running generate_mozbuild.py r=nical DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D163813
  • Loading branch information
sylvestre committed Dec 13, 2022
1 parent fd3ff19 commit a2e00e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gfx/skia/generate_mozbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ def isignorelisted(value):
'skia/src/ports/SkMemory_mozalloc.cpp',
'skia/src/ports/SkImageGenerator_none.cpp',
'skia/third_party/skcms/skcms.cc',
'skia/src/core/SkBitmapScaler.cpp',
'skia/src/core/SkGlyphBuffer.cpp',
'skia/src/core/SkConvolver.cpp',
'skia/src/core/SkImageFilterTypes.cpp',
},
'android': {
# 'skia/src/ports/SkDebug_android.cpp',
Expand All @@ -225,6 +229,7 @@ def isignorelisted(value):
'skia/src/ports/SkFontHost_cairo.cpp',
'skia/src/ports/SkFontHost_FreeType_common.cpp',
},
'win': set (),
'intel': set(),
'arm': set(),
'arm64': set(),
Expand Down
1 change: 0 additions & 1 deletion gfx/skia/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ UNIFIED_SOURCES += [
'skia/src/core/SkStream.cpp',
'skia/src/core/SkStrike.cpp',
'skia/src/core/SkStrikeCache.cpp',
'skia/src/core/SkStrikeForGPU.cpp',
'skia/src/core/SkStrikeSpec.cpp',
'skia/src/core/SkString.cpp',
'skia/src/core/SkStringUtils.cpp',
Expand Down

0 comments on commit a2e00e9

Please sign in to comment.