From 901aea5a6c9a9f9b4b02c825513256d655c1408c Mon Sep 17 00:00:00 2001 From: "yangsu@google.com" Date: Tue, 2 Aug 2011 16:35:00 +0000 Subject: [PATCH] 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 --- gyp/SampleApp.gyp | 4 ++++ gyp/utils.gyp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp index 6d83a0c44a..fc18d0754c 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -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. diff --git a/gyp/utils.gyp b/gyp/utils.gyp index e768a7e689..7f03425eed 100644 --- a/gyp/utils.gyp +++ b/gyp/utils.gyp @@ -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',