Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp
git-svn-id: http://skia.googlecode.com/svn/trunk@2031 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
4737082f79
commit
901aea5a6c
@ -156,6 +156,10 @@
|
||||
'sources!': [
|
||||
'../samplecode/SampleDecode.cpp',
|
||||
],
|
||||
'sources': [
|
||||
'../src/utils/mac/skia_mac.cpp',
|
||||
'../src/utils/mac/SkOSWindow_Mac.cpp',
|
||||
],
|
||||
}],
|
||||
[ 'skia_os == "ios"', {
|
||||
# TODO: This doesn't build properly yet, but it's getting there.
|
||||
|
@ -64,8 +64,6 @@
|
||||
'../include/utils/mac/SkCGUtils.h',
|
||||
'../src/utils/mac/SkCreateCGImageRef.cpp',
|
||||
'../src/utils/mac/SkEGLContext_mac.cpp',
|
||||
'../src/utils/mac/skia_mac.cpp',
|
||||
'../src/utils/mac/SkOSWindow_Mac.cpp',
|
||||
|
||||
#mesa
|
||||
'../src/utils/mesa/SkEGLContext_Mesa.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user