Move GrPorterDuffXferProcessor to include/gpu/effects.
authoregdaniel <egdaniel@google.com>
Fri, 5 Dec 2014 20:14:26 +0000 (12:14 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Dec 2014 20:14:27 +0000 (12:14 -0800)
BUG=skia:

Review URL: https://codereview.chromium.org/780263003

gyp/gpu.gyp
gyp/gpu.gypi
include/gpu/effects/GrPorterDuffXferProcessor.h [moved from src/gpu/effects/GrPorterDuffXferProcessor.h with 100% similarity]

index 6319456..84af64a 100644 (file)
@@ -74,6 +74,7 @@
       ],
       'include_dirs': [
         '../include/gpu',
+        '../include/gpu/effects',
       ],
     },
   },
@@ -94,6 +95,7 @@
       ],
       'include_dirs': [
         '../include/gpu',
+        '../include/gpu/effects',
         '../src/core',
         '../src/gpu',
       ],
index c301999..dd22065 100644 (file)
@@ -35,6 +35,8 @@
       '<(skia_include_path)/gpu/GrUserConfig.h',
       '<(skia_include_path)/gpu/GrXferProcessor.h',
 
+      '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
+
       '<(skia_include_path)/gpu/gl/GrGLConfig.h',
       '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
       '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
       '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
       '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
       '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
-      '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.h',
       '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
       '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
       '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',