| Index: gyp/utils.gyp
|
| diff --git a/gyp/utils.gyp b/gyp/utils.gyp
|
| index e677b2a089d1f5d6c2393e20622c75433a4bfe4c..9e78c528f009b4ea7956a5340a1eed3d25666488 100644
|
| --- a/gyp/utils.gyp
|
| +++ b/gyp/utils.gyp
|
| @@ -51,9 +51,6 @@
|
| '../include/utils/mac',
|
| ],
|
| },
|
| - 'sources!': [
|
| - '../src/utils/SkThreadUtils_pthread_other.cpp',
|
| - ],
|
| },{ #else if 'skia_os != "mac"'
|
| 'include_dirs!': [
|
| '../include/utils/mac',
|
| @@ -61,20 +58,13 @@
|
| 'sources!': [
|
| '../include/utils/mac/SkCGUtils.h',
|
| '../src/utils/mac/SkCreateCGImageRef.cpp',
|
| - '../src/utils/SkThreadUtils_pthread_mach.cpp',
|
| ],
|
| }],
|
| [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
|
| - 'sources!': [
|
| - '../src/utils/SkThreadUtils_pthread_other.cpp',
|
| - ],
|
| },{ #else if 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]'
|
| 'include_dirs!': [
|
| '../include/utils/unix',
|
| ],
|
| - 'sources!': [
|
| - '../src/utils/SkThreadUtils_pthread_linux.cpp',
|
| - ],
|
| }],
|
| [ 'skia_os == "win"', {
|
| 'direct_dependent_settings': {
|
| @@ -85,7 +75,6 @@
|
| 'sources!': [
|
| '../src/utils/SkThreadUtils_pthread.cpp',
|
| '../src/utils/SkThreadUtils_pthread.h',
|
| - '../src/utils/SkThreadUtils_pthread_other.cpp',
|
| ],
|
| },{ #else if 'skia_os != "win"'
|
| 'include_dirs!': [
|
|
|