| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', | 80 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', |
| 81 '<(skia_src_path)/gpu/GrDrawState.cpp', | 81 '<(skia_src_path)/gpu/GrDrawState.cpp', |
| 82 '<(skia_src_path)/gpu/GrDrawState.h', | 82 '<(skia_src_path)/gpu/GrDrawState.h', |
| 83 '<(skia_src_path)/gpu/GrDrawTarget.cpp', | 83 '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
| 84 '<(skia_src_path)/gpu/GrDrawTarget.h', | 84 '<(skia_src_path)/gpu/GrDrawTarget.h', |
| 85 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', | 85 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', |
| 86 '<(skia_src_path)/gpu/GrFontScaler.cpp', | 86 '<(skia_src_path)/gpu/GrFontScaler.cpp', |
| 87 '<(skia_src_path)/gpu/GrGeometryBuffer.h', | 87 '<(skia_src_path)/gpu/GrGeometryBuffer.h', |
| 88 '<(skia_src_path)/gpu/GrGpu.cpp', | 88 '<(skia_src_path)/gpu/GrGpu.cpp', |
| 89 '<(skia_src_path)/gpu/GrGpu.h', | 89 '<(skia_src_path)/gpu/GrGpu.h', |
| 90 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', |
| 90 '<(skia_src_path)/gpu/GrGpuResource.cpp', | 91 '<(skia_src_path)/gpu/GrGpuResource.cpp', |
| 91 '<(skia_src_path)/gpu/GrGpuFactory.cpp', | 92 '<(skia_src_path)/gpu/GrGpuFactory.cpp', |
| 92 '<(skia_src_path)/gpu/GrIndexBuffer.h', | 93 '<(skia_src_path)/gpu/GrIndexBuffer.h', |
| 93 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', | 94 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', |
| 94 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', | 95 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', |
| 95 '<(skia_src_path)/gpu/GrLayerCache.cpp', | 96 '<(skia_src_path)/gpu/GrLayerCache.cpp', |
| 96 '<(skia_src_path)/gpu/GrLayerCache.h', | 97 '<(skia_src_path)/gpu/GrLayerCache.h', |
| 97 '<(skia_src_path)/gpu/GrLayerHoister.cpp', | 98 '<(skia_src_path)/gpu/GrLayerHoister.cpp', |
| 98 '<(skia_src_path)/gpu/GrLayerHoister.h', | 99 '<(skia_src_path)/gpu/GrLayerHoister.h', |
| 99 '<(skia_src_path)/gpu/GrMemoryPool.cpp', | 100 '<(skia_src_path)/gpu/GrMemoryPool.cpp', |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 ], | 357 ], |
| 357 'skgpu_null_gl_sources': [ | 358 'skgpu_null_gl_sources': [ |
| 358 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 359 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 359 | 360 |
| 360 # Sk files | 361 # Sk files |
| 361 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 362 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 362 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 363 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 363 ], | 364 ], |
| 364 }, | 365 }, |
| 365 } | 366 } |
| OLD | NEW |