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



git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@7037 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench.gyp b/bench.gyp
index 0c19781..9690f32 100644
--- a/bench.gyp
+++ b/bench.gyp
@@ -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',
             ],
           },
         ],