From 202a51b3352b850267f04b2b018540c8a8be2be1 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 4 Sep 2012 14:37:12 +0000 Subject: Add effects/core.gypi to 'sources' to make them appear in VS projects Review URL: https://codereview.appspot.com/6493075/ git-svn-id: http://skia.googlecode.com/svn/trunk@5384 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/core.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gyp/core.gyp') diff --git a/gyp/core.gyp b/gyp/core.gyp index e23572a387..1982a90319 100644 --- a/gyp/core.gyp +++ b/gyp/core.gyp @@ -19,6 +19,9 @@ '../src/core', '../src/image', ], + 'sources': [ + 'core.gypi', # Makes the gypi appear in IDEs (but does not modify the build). + ], 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], 'conditions': [ [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', { -- cgit v1.2.3