| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 '<(skia_src_path)/gpu/GrRenderTarget.cpp', | 103 '<(skia_src_path)/gpu/GrRenderTarget.cpp', |
| 104 '<(skia_src_path)/gpu/GrReducedClip.cpp', | 104 '<(skia_src_path)/gpu/GrReducedClip.cpp', |
| 105 '<(skia_src_path)/gpu/GrReducedClip.h', | 105 '<(skia_src_path)/gpu/GrReducedClip.h', |
| 106 '<(skia_src_path)/gpu/GrResource.cpp', | 106 '<(skia_src_path)/gpu/GrResource.cpp', |
| 107 '<(skia_src_path)/gpu/GrResourceCache.cpp', | 107 '<(skia_src_path)/gpu/GrResourceCache.cpp', |
| 108 '<(skia_src_path)/gpu/GrResourceCache.h', | 108 '<(skia_src_path)/gpu/GrResourceCache.h', |
| 109 '<(skia_src_path)/gpu/GrStencil.cpp', | 109 '<(skia_src_path)/gpu/GrStencil.cpp', |
| 110 '<(skia_src_path)/gpu/GrStencil.h', | 110 '<(skia_src_path)/gpu/GrStencil.h', |
| 111 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', | 111 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |
| 112 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', | 112 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', |
| 113 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', | |
| 114 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', | |
| 115 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', | 113 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', |
| 116 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 114 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
| 117 '<(skia_src_path)/gpu/GrTBSearch.h', | 115 '<(skia_src_path)/gpu/GrTBSearch.h', |
| 118 '<(skia_src_path)/gpu/GrTraceMarker.cpp', | 116 '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
| 119 '<(skia_src_path)/gpu/GrTraceMarker.h', | 117 '<(skia_src_path)/gpu/GrTraceMarker.h', |
| 120 '<(skia_src_path)/gpu/GrTracing.h', | 118 '<(skia_src_path)/gpu/GrTracing.h', |
| 121 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 119 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 122 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 120 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 123 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 121 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| 124 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', | 122 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 ], | 286 ], |
| 289 'skgpu_null_gl_sources': [ | 287 'skgpu_null_gl_sources': [ |
| 290 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 288 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 291 | 289 |
| 292 # Sk files | 290 # Sk files |
| 293 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 291 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 294 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 292 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 295 ], | 293 ], |
| 296 }, | 294 }, |
| 297 } | 295 } |
| OLD | NEW |