diff options
author | 2015-03-03 12:40:49 -0800 | |
---|---|---|
committer | 2015-03-03 12:40:50 -0800 | |
commit | 193ea935b0a6d94abc533cbdf60c2ac77fe71f1c (patch) | |
tree | 8f15a0e38a507cca09ef8ae0e1a5e1af85df2481 /gyp | |
parent | 030854eb92a9745ffbfe874e1f57d6a2423903eb (diff) |
Split GrTargetCommands into its own files
Review URL: https://codereview.chromium.org/979493002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 270971db4c..9a16d36172 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -163,6 +163,8 @@ '<(skia_src_path)/gpu/GrStencilBuffer.cpp', '<(skia_src_path)/gpu/GrStencilBuffer.h', '<(skia_src_path)/gpu/GrStrokeInfo.h', + '<(skia_src_path)/gpu/GrTargetCommands.cpp', + '<(skia_src_path)/gpu/GrTargetCommands.h', '<(skia_src_path)/gpu/GrTBSearch.h', '<(skia_src_path)/gpu/GrTraceMarker.cpp', '<(skia_src_path)/gpu/GrTraceMarker.h', |