diff options
author | joshualitt <joshualitt@chromium.org> | 2015-09-11 11:52:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-11 11:52:17 -0700 |
commit | 102081aba2525230fb1d904add4f66c5f46403b5 (patch) | |
tree | 2c0b2d6b5ff539a06855cfea59566832d67600d4 /gyp | |
parent | c4a83e26526a62fb2b8913faa57e0c56b4e1e62a (diff) |
move GrGLPathProcessor back into GrPathProcessor
BUG=skia:
Review URL: https://codereview.chromium.org/1333423003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 84a927dc8d..f8dad9eb0b 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -315,8 +315,6 @@ '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', '<(skia_src_path)/gpu/gl/GrGLPath.cpp', '<(skia_src_path)/gpu/gl/GrGLPath.h', - '<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp', - '<(skia_src_path)/gpu/gl/GrGLPathProcessor.h', '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', '<(skia_src_path)/gpu/gl/GrGLPathRange.h', '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', |