| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 '<(skia_src_path)/gpu/GrReducedClip.cpp', | 111 '<(skia_src_path)/gpu/GrReducedClip.cpp', |
| 112 '<(skia_src_path)/gpu/GrReducedClip.h', | 112 '<(skia_src_path)/gpu/GrReducedClip.h', |
| 113 '<(skia_src_path)/gpu/GrResourceCache.cpp', | 113 '<(skia_src_path)/gpu/GrResourceCache.cpp', |
| 114 '<(skia_src_path)/gpu/GrResourceCache.h', | 114 '<(skia_src_path)/gpu/GrResourceCache.h', |
| 115 '<(skia_src_path)/gpu/GrStencil.cpp', | 115 '<(skia_src_path)/gpu/GrStencil.cpp', |
| 116 '<(skia_src_path)/gpu/GrStencil.h', | 116 '<(skia_src_path)/gpu/GrStencil.h', |
| 117 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', | 117 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |
| 118 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', | 118 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', |
| 119 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', | 119 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', |
| 120 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 120 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
| 121 '<(skia_src_path)/gpu/GrStrokeInfo.h', |
| 121 '<(skia_src_path)/gpu/GrTBSearch.h', | 122 '<(skia_src_path)/gpu/GrTBSearch.h', |
| 122 '<(skia_src_path)/gpu/GrTraceMarker.cpp', | 123 '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
| 123 '<(skia_src_path)/gpu/GrTraceMarker.h', | 124 '<(skia_src_path)/gpu/GrTraceMarker.h', |
| 124 '<(skia_src_path)/gpu/GrTracing.h', | 125 '<(skia_src_path)/gpu/GrTracing.h', |
| 125 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 126 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 126 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 127 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 127 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 128 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| 128 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', | 129 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
| 129 '<(skia_src_path)/gpu/GrSurface.cpp', | 130 '<(skia_src_path)/gpu/GrSurface.cpp', |
| 130 '<(skia_src_path)/gpu/GrTemplates.h', | 131 '<(skia_src_path)/gpu/GrTemplates.h', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 ], | 299 ], |
| 299 'skgpu_null_gl_sources': [ | 300 'skgpu_null_gl_sources': [ |
| 300 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 301 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 301 | 302 |
| 302 # Sk files | 303 # Sk files |
| 303 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 304 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 304 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 305 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 305 ], | 306 ], |
| 306 }, | 307 }, |
| 307 } | 308 } |
| OLD | NEW |