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:
parent
697c1e1724
commit
ac0d47ecb8
@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user