aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-09-22 09:06:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-22 09:06:13 -0700
commitbf87730c7da80616f6ea17765290dbd2c147a669 (patch)
treec7394bcd13ee1530447317d7f59a344104a4eb78 /gyp
parent3905c379e8da7c413f6f47398e6f605de84dc8a4 (diff)
Move GrFragmentProcessor implementation to its own cpp file
TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1350523004
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 7840abcf19..6038023142 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -91,6 +91,7 @@
'<(skia_src_path)/gpu/GrDrawTarget.h',
'<(skia_src_path)/gpu/GrFontScaler.cpp',
'<(skia_src_path)/gpu/GrFontScaler.h',
+ '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
'<(skia_src_path)/gpu/GrGeometryBuffer.h',
'<(skia_src_path)/gpu/GrGeometryProcessor.h',
'<(skia_src_path)/gpu/GrGlyph.h',