diff options
author | bsalomon <bsalomon@google.com> | 2016-03-31 10:22:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-31 10:22:20 -0700 |
commit | 062bd860338dbaa8cae38486a338ea97435aed92 (patch) | |
tree | 053b845b635b3125b7a78c933dce5da3fa5a9a08 /gyp | |
parent | 4c7f0a16312c374eba4e8d5d46435ce9eb0b9971 (diff) |
Expose GrGLAssembleInterface
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842363003
Review URL: https://codereview.chromium.org/1842363003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 37a7d316e1..94215c1304 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -48,6 +48,7 @@ '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h', + '<(skia_include_path)/gpu/gl/GrGLAssembleInterface.h', '<(skia_include_path)/gpu/gl/GrGLConfig.h', '<(skia_include_path)/gpu/gl/GrGLExtensions.h', '<(skia_include_path)/gpu/gl/GrGLFunctions.h', @@ -310,7 +311,6 @@ '<(skia_src_path)/gpu/text/GrTextUtils.h', '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', - '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp', '<(skia_src_path)/gpu/gl/GrGLBuffer.h', '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |