| OLD | NEW |
| 1 # Include this gypi to include all 'gpu' files | 1 # Include this gypi to include all 'gpu' files |
| 2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
| 3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
| 4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
| 5 # | 5 # |
| 6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
| 7 # | 7 # |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 'skgpu_sources': [ | 10 'skgpu_sources': [ |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 '<(skia_src_path)/gpu/GrRectanizer.cpp', | 96 '<(skia_src_path)/gpu/GrRectanizer.cpp', |
| 97 '<(skia_src_path)/gpu/GrRectanizer.h', | 97 '<(skia_src_path)/gpu/GrRectanizer.h', |
| 98 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', | 98 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', |
| 99 '<(skia_src_path)/gpu/GrRedBlackTree.h', | 99 '<(skia_src_path)/gpu/GrRedBlackTree.h', |
| 100 '<(skia_src_path)/gpu/GrRenderTarget.cpp', | 100 '<(skia_src_path)/gpu/GrRenderTarget.cpp', |
| 101 '<(skia_src_path)/gpu/GrReducedClip.cpp', | 101 '<(skia_src_path)/gpu/GrReducedClip.cpp', |
| 102 '<(skia_src_path)/gpu/GrReducedClip.h', | 102 '<(skia_src_path)/gpu/GrReducedClip.h', |
| 103 '<(skia_src_path)/gpu/GrResource.cpp', | 103 '<(skia_src_path)/gpu/GrResource.cpp', |
| 104 '<(skia_src_path)/gpu/GrResourceCache.cpp', | 104 '<(skia_src_path)/gpu/GrResourceCache.cpp', |
| 105 '<(skia_src_path)/gpu/GrResourceCache.h', | 105 '<(skia_src_path)/gpu/GrResourceCache.h', |
| 106 '<(skia_src_path)/gpu/GrSet.h', |
| 106 '<(skia_src_path)/gpu/GrStencil.cpp', | 107 '<(skia_src_path)/gpu/GrStencil.cpp', |
| 107 '<(skia_src_path)/gpu/GrStencil.h', | 108 '<(skia_src_path)/gpu/GrStencil.h', |
| 108 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', | 109 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |
| 109 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', | 110 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', |
| 110 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', | 111 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', |
| 111 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 112 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
| 112 '<(skia_src_path)/gpu/GrTBSearch.h', | 113 '<(skia_src_path)/gpu/GrTBSearch.h', |
| 113 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 114 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 114 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 115 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 115 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 116 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 ], | 279 ], |
| 279 'skgpu_null_gl_sources': [ | 280 'skgpu_null_gl_sources': [ |
| 280 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 281 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 281 | 282 |
| 282 # Sk files | 283 # Sk files |
| 283 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 284 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 284 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 285 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 285 ], | 286 ], |
| 286 }, | 287 }, |
| 287 } | 288 } |
| OLD | NEW |