mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 974272 - Unbreak skia on tier3 platforms by dropping unused setProcessorAffinity() implementation. r=gw280
This commit is contained in:
parent
b66661141a
commit
ab53755dd8
@ -131,6 +131,7 @@ def generate_separated_sources(platform_sources):
|
||||
'GrGLCreateNativeInterface',
|
||||
'fontconfig',
|
||||
'_neon',
|
||||
'SkThreadUtils_pthread_',
|
||||
'SkImage_Codec',
|
||||
'SkBitmapChecksummer',
|
||||
'SkNativeGLContext',
|
||||
@ -175,7 +176,6 @@ def generate_separated_sources(platform_sources):
|
||||
# 'trunk/src/ports/SkPurgeableMemoryBlock_android.cpp',
|
||||
# 'trunk/src/ports/SkTime_Unix.cpp',
|
||||
# 'trunk/src/utils/SkThreadUtils_pthread.cpp',
|
||||
# 'trunk/src/utils/SkThreadUtils_pthread_other.cpp',
|
||||
# 'trunk/src/images/SkImageRef_ashmem.cpp',
|
||||
# 'trunk/src/utils/android/ashmem.cpp',
|
||||
},
|
||||
|
@ -709,7 +709,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk'):
|
||||
'trunk/src/ports/SkTLS_pthread.cpp',
|
||||
'trunk/src/utils/android/ashmem.cpp',
|
||||
'trunk/src/utils/SkThreadUtils_pthread.cpp',
|
||||
'trunk/src/utils/SkThreadUtils_pthread_other.cpp',
|
||||
]
|
||||
DEFINES['SK_FONTHOST_CAIRO_STANDALONE'] = 0
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
@ -723,7 +722,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
'trunk/src/utils/mac/SkCreateCGImageRef.cpp',
|
||||
'trunk/src/utils/mac/SkStream_mac.cpp',
|
||||
'trunk/src/utils/SkThreadUtils_pthread.cpp',
|
||||
'trunk/src/utils/SkThreadUtils_pthread_mach.cpp',
|
||||
]
|
||||
if CONFIG['MOZ_WIDGET_GTK']:
|
||||
SOURCES += [
|
||||
@ -735,7 +733,6 @@ if CONFIG['MOZ_WIDGET_GTK']:
|
||||
'trunk/src/ports/SkTime_Unix.cpp',
|
||||
'trunk/src/ports/SkTLS_pthread.cpp',
|
||||
'trunk/src/utils/SkThreadUtils_pthread.cpp',
|
||||
'trunk/src/utils/SkThreadUtils_pthread_linux.cpp',
|
||||
]
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
SOURCES += [
|
||||
|
Loading…
Reference in New Issue
Block a user