diff options
author | bsalomon <bsalomon@google.com> | 2014-07-25 08:35:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-07-25 08:35:45 -0700 |
commit | 6d3fe022d68fd6dd32c0fab30e24fa5a4f048946 (patch) | |
tree | 7af60205eeb7a7644e1bf4a8edfa0b1545619b0a /gyp | |
parent | 570c392a0056115e103b42c373a61e4e152ea92c (diff) |
Rename GrGpuObject to GrGpuResource
R=robertphillips@google.com
Author: bsalomon@google.com
Review URL: https://codereview.chromium.org/418143004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 64829ccf02..85422ca7bc 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -20,7 +20,7 @@ '<(skia_include_path)/gpu/GrEffectUnitTest.h', '<(skia_include_path)/gpu/GrFontScaler.h', '<(skia_include_path)/gpu/GrGlyph.h', - '<(skia_include_path)/gpu/GrGpuObject.h', + '<(skia_include_path)/gpu/GrGpuResource.h', '<(skia_include_path)/gpu/GrPaint.h', '<(skia_include_path)/gpu/GrPathRendererChain.h', '<(skia_include_path)/gpu/GrRect.h', @@ -77,7 +77,7 @@ '<(skia_src_path)/gpu/GrGeometryBuffer.h', '<(skia_src_path)/gpu/GrGpu.cpp', '<(skia_src_path)/gpu/GrGpu.h', - '<(skia_src_path)/gpu/GrGpuObject.cpp', + '<(skia_src_path)/gpu/GrGpuResource.cpp', '<(skia_src_path)/gpu/GrGpuFactory.cpp', '<(skia_src_path)/gpu/GrIndexBuffer.h', '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', |