move include of src/effects into general, and out of gpu-specific

git-svn-id: http://skia.googlecode.com/svn/trunk@7037 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-01-04 23:06:44 +00:00
parent 697c1e1724
commit ac0d47ecb8

View File

@ -10,6 +10,7 @@
'type': 'executable',
'include_dirs' : [
'../src/core',
'../src/effects',
],
'includes': [
'bench.gypi'
@ -25,7 +26,6 @@
{
'include_dirs' : [
'../src/gpu',
'../src/effects',
],
},
],