diff options
author | borenet <borenet@google.com> | 2014-09-17 06:14:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-17 06:14:35 -0700 |
commit | b0a35f7c5d2c4bfeb601e3ac43f412d202a25292 (patch) | |
tree | dbca8fcf788889950be5e08ac69c828d0a2b262d /gyp | |
parent | e3371304b8c06a29aa3581c8decd9046c712c5f6 (diff) |
Revert "Move SkGpuDevice.h to src/gpu"
This reverts commit d99bbb61e58e8bd34db3954147ce1c9166fe4637.
Causing Chrome canary failures as well as failures of Chrome trybots due to
not cleaning up properly after failed DEPS roll attempts.
BUG=skia:
R=bsalomon@google.com, reed@google.com
TBR=bsalomon, reed
Author: borenet@google.com
Review URL: https://codereview.chromium.org/579733003
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 a6af660643..693d1f3915 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -269,6 +269,7 @@ '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', # Sk files + '<(skia_include_path)/gpu/SkGpuDevice.h', '<(skia_include_path)/gpu/SkGr.h', '<(skia_include_path)/gpu/SkGrPixelRef.h', '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', @@ -276,7 +277,6 @@ '<(skia_include_path)/gpu/gl/SkGLContextHelper.h', '<(skia_src_path)/gpu/SkGpuDevice.cpp', - '<(skia_src_path)/gpu/SkGpuDevice.h', '<(skia_src_path)/gpu/SkGr.cpp', '<(skia_src_path)/gpu/SkGrPixelRef.cpp', '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', |