From ac0d47ecb80fcedf704b9daf9506ec09e39e7f9c Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Fri, 4 Jan 2013 23:06:44 +0000 Subject: [PATCH] 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 --- gyp/bench.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyp/bench.gyp b/gyp/bench.gyp index 0c19781488..9690f32aec 100644 --- a/gyp/bench.gyp +++ b/gyp/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', ], }, ],