aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SimpleCocoaApp.gyp
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 14:27:47 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 14:27:47 +0000
commitef7bdfac618f60e9edc9f42cd4661d563937e6d8 (patch)
tree3acb17216c4ede79d0c349182dfaca38e96803a1 /gyp/SimpleCocoaApp.gyp
parent16edff2b1cbd80e36456138f8631711a585205ba (diff)
Added Debugger to Sample App, off by default
Removed CocoaDebugger from experimental Slight changes to SkOSMenu Bug fixes for NetPipeReader and DrawingBoard git-svn-id: http://skia.googlecode.com/svn/trunk@2102 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/SimpleCocoaApp.gyp')
-rw-r--r--gyp/SimpleCocoaApp.gyp8
1 files changed, 6 insertions, 2 deletions
diff --git a/gyp/SimpleCocoaApp.gyp b/gyp/SimpleCocoaApp.gyp
index ead9fe4f98..1725f12bb3 100644
--- a/gyp/SimpleCocoaApp.gyp
+++ b/gyp/SimpleCocoaApp.gyp
@@ -12,12 +12,16 @@
],
'sources': [
'../experimental/SimpleCocoaApp/main.m',
+ '../experimental/SimpleCocoaApp/SampleWindow.h',
'../experimental/SimpleCocoaApp/SampleWindow.mm',
- '../experimental/SimpleCocoaApp/SimpleCocoaApp-Info.plist',
- '../experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch',
+ '../experimental/SimpleCocoaApp/SimpleCocoaAppDelegate.h',
'../experimental/SimpleCocoaApp/SimpleCocoaAppDelegate.mm',
+ '../experimental/SimpleCocoaApp/SkNSView.h',
'../experimental/SimpleCocoaApp/SkNSView.mm',
+ '../experimental/SimpleCocoaApp/SkNSWindow.h',
'../experimental/SimpleCocoaApp/SkNSWindow.mm',
+ '../experimental/SimpleCocoaApp/SimpleCocoaApp-Info.plist',
+ '../experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch',
],
'dependencies': [
'core.gyp:core',