aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-04 14:37:12 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-04 14:37:12 +0000
commit202a51b3352b850267f04b2b018540c8a8be2be1 (patch)
treed1d23f10a4c4db4dddf2d0135a0ee8223e5bb710 /gyp/core.gyp
parent2ebe890282a58bf0e5e61f05f1a660bbcaf62e08 (diff)
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
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r--gyp/core.gyp3
1 files changed, 3 insertions, 0 deletions
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"]', {