| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', | 88 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
| 89 '<(skia_src_path)/gpu/GrOvalRenderer.h', | 89 '<(skia_src_path)/gpu/GrOvalRenderer.h', |
| 90 '<(skia_src_path)/gpu/GrPaint.cpp', | 90 '<(skia_src_path)/gpu/GrPaint.cpp', |
| 91 '<(skia_src_path)/gpu/GrPath.cpp', | 91 '<(skia_src_path)/gpu/GrPath.cpp', |
| 92 '<(skia_src_path)/gpu/GrPath.h', | 92 '<(skia_src_path)/gpu/GrPath.h', |
| 93 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', | 93 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', |
| 94 '<(skia_src_path)/gpu/GrPathRenderer.cpp', | 94 '<(skia_src_path)/gpu/GrPathRenderer.cpp', |
| 95 '<(skia_src_path)/gpu/GrPathRenderer.h', | 95 '<(skia_src_path)/gpu/GrPathRenderer.h', |
| 96 '<(skia_src_path)/gpu/GrPathUtils.cpp', | 96 '<(skia_src_path)/gpu/GrPathUtils.cpp', |
| 97 '<(skia_src_path)/gpu/GrPathUtils.h', | 97 '<(skia_src_path)/gpu/GrPathUtils.h', |
| 98 '<(skia_src_path)/gpu/GrPictureUtils.h', |
| 99 '<(skia_src_path)/gpu/GrPictureUtils.cpp', |
| 98 '<(skia_src_path)/gpu/GrPlotMgr.h', | 100 '<(skia_src_path)/gpu/GrPlotMgr.h', |
| 99 '<(skia_src_path)/gpu/GrRectanizer.cpp', | 101 '<(skia_src_path)/gpu/GrRectanizer.cpp', |
| 100 '<(skia_src_path)/gpu/GrRectanizer.h', | 102 '<(skia_src_path)/gpu/GrRectanizer.h', |
| 101 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', | 103 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', |
| 102 '<(skia_src_path)/gpu/GrRedBlackTree.h', | 104 '<(skia_src_path)/gpu/GrRedBlackTree.h', |
| 103 '<(skia_src_path)/gpu/GrRenderTarget.cpp', | 105 '<(skia_src_path)/gpu/GrRenderTarget.cpp', |
| 104 '<(skia_src_path)/gpu/GrReducedClip.cpp', | 106 '<(skia_src_path)/gpu/GrReducedClip.cpp', |
| 105 '<(skia_src_path)/gpu/GrReducedClip.h', | 107 '<(skia_src_path)/gpu/GrReducedClip.h', |
| 106 '<(skia_src_path)/gpu/GrResource.cpp', | 108 '<(skia_src_path)/gpu/GrResource.cpp', |
| 107 '<(skia_src_path)/gpu/GrResourceCache.cpp', | 109 '<(skia_src_path)/gpu/GrResourceCache.cpp', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 ], | 288 ], |
| 287 'skgpu_null_gl_sources': [ | 289 'skgpu_null_gl_sources': [ |
| 288 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 290 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 289 | 291 |
| 290 # Sk files | 292 # Sk files |
| 291 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 293 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 292 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 294 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 293 ], | 295 ], |
| 294 }, | 296 }, |
| 295 } | 297 } |
| OLD | NEW |