| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 '<(skia_src_path)/gpu/GrResourceCache.h', | 156 '<(skia_src_path)/gpu/GrResourceCache.h', |
| 157 '<(skia_src_path)/gpu/GrStencil.cpp', | 157 '<(skia_src_path)/gpu/GrStencil.cpp', |
| 158 '<(skia_src_path)/gpu/GrStencil.h', | 158 '<(skia_src_path)/gpu/GrStencil.h', |
| 159 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', | 159 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |
| 160 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', | 160 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', |
| 161 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', | 161 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', |
| 162 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', | 162 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', |
| 163 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', | 163 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', |
| 164 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 164 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
| 165 '<(skia_src_path)/gpu/GrStrokeInfo.h', | 165 '<(skia_src_path)/gpu/GrStrokeInfo.h', |
| 166 '<(skia_src_path)/gpu/GrTargetCommands.cpp', |
| 167 '<(skia_src_path)/gpu/GrTargetCommands.h', |
| 166 '<(skia_src_path)/gpu/GrTBSearch.h', | 168 '<(skia_src_path)/gpu/GrTBSearch.h', |
| 167 '<(skia_src_path)/gpu/GrTraceMarker.cpp', | 169 '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
| 168 '<(skia_src_path)/gpu/GrTraceMarker.h', | 170 '<(skia_src_path)/gpu/GrTraceMarker.h', |
| 169 '<(skia_src_path)/gpu/GrTracing.h', | 171 '<(skia_src_path)/gpu/GrTracing.h', |
| 170 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp', | 172 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp', |
| 171 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h', | 173 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h', |
| 172 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 174 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 173 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 175 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 174 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 176 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| 175 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', | 177 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 385 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 384 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 386 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 385 ], | 387 ], |
| 386 'skgpu_null_gl_sources': [ | 388 'skgpu_null_gl_sources': [ |
| 387 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 389 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 388 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 390 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 389 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 391 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 390 ], | 392 ], |
| 391 }, | 393 }, |
| 392 } | 394 } |
| OLD | NEW |