Bug 974272 - Unbreak skia on tier3 platforms by dropping unused setProcessorAffinity() implementation. r=gw280

This commit is contained in:
Jan Beich 2014-02-20 09:35:58 -05:00
Родитель ad35f7df7c
Коммит 267f88f5ab
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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 += [