| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 '<(skia_src_path)/gpu/GrRedBlackTree.h', | 110 '<(skia_src_path)/gpu/GrRedBlackTree.h', |
| 111 '<(skia_src_path)/gpu/GrRenderTarget.cpp', | 111 '<(skia_src_path)/gpu/GrRenderTarget.cpp', |
| 112 '<(skia_src_path)/gpu/GrReducedClip.cpp', | 112 '<(skia_src_path)/gpu/GrReducedClip.cpp', |
| 113 '<(skia_src_path)/gpu/GrReducedClip.h', | 113 '<(skia_src_path)/gpu/GrReducedClip.h', |
| 114 '<(skia_src_path)/gpu/GrResourceCache.cpp', | 114 '<(skia_src_path)/gpu/GrResourceCache.cpp', |
| 115 '<(skia_src_path)/gpu/GrResourceCache.h', | 115 '<(skia_src_path)/gpu/GrResourceCache.h', |
| 116 '<(skia_src_path)/gpu/GrStencil.cpp', | 116 '<(skia_src_path)/gpu/GrStencil.cpp', |
| 117 '<(skia_src_path)/gpu/GrStencil.h', | 117 '<(skia_src_path)/gpu/GrStencil.h', |
| 118 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', | 118 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |
| 119 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', | 119 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', |
| 120 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', |
| 121 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', |
| 120 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', | 122 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', |
| 121 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 123 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
| 122 '<(skia_src_path)/gpu/GrStrokeInfo.h', | 124 '<(skia_src_path)/gpu/GrStrokeInfo.h', |
| 123 '<(skia_src_path)/gpu/GrTBSearch.h', | 125 '<(skia_src_path)/gpu/GrTBSearch.h', |
| 124 '<(skia_src_path)/gpu/GrTraceMarker.cpp', | 126 '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
| 125 '<(skia_src_path)/gpu/GrTraceMarker.h', | 127 '<(skia_src_path)/gpu/GrTraceMarker.h', |
| 126 '<(skia_src_path)/gpu/GrTracing.h', | 128 '<(skia_src_path)/gpu/GrTracing.h', |
| 127 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 129 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 128 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 130 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 129 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 131 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 ], | 306 ], |
| 305 'skgpu_null_gl_sources': [ | 307 'skgpu_null_gl_sources': [ |
| 306 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 308 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 307 | 309 |
| 308 # Sk files | 310 # Sk files |
| 309 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 311 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 310 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 312 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 311 ], | 313 ], |
| 312 }, | 314 }, |
| 313 } | 315 } |
| OLD | NEW |