aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-30 14:40:49 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-30 14:40:49 +0000
commita8540416f65b55aadbe68cdef9fece5a23257d5e (patch)
tree8d2c9362b35ccfda2781c82dd4a21424f7877de3 /gyp/utils.gyp
parent1d388d7e279fcd9b2afb2a33137a40eddebdf7c8 (diff)
Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental
git-svn-id: http://skia.googlecode.com/svn/trunk@2190 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 7f03425eed..6c5370119e 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -113,8 +113,8 @@
'../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',
+ '../src/utils/mac/skia_mac.mm',
+ '../src/utils/mac/SkOSWindow_Mac.mm',
],
}],
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {