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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 '<(skia_src_path)/gpu/GrIndexBuffer.h', | 87 '<(skia_src_path)/gpu/GrIndexBuffer.h', |
88 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', | 88 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', |
89 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', | 89 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', |
90 '<(skia_src_path)/gpu/GrLayerCache.cpp', | 90 '<(skia_src_path)/gpu/GrLayerCache.cpp', |
91 '<(skia_src_path)/gpu/GrLayerCache.h', | 91 '<(skia_src_path)/gpu/GrLayerCache.h', |
92 '<(skia_src_path)/gpu/GrLayerHoister.cpp', | 92 '<(skia_src_path)/gpu/GrLayerHoister.cpp', |
93 '<(skia_src_path)/gpu/GrLayerHoister.h', | 93 '<(skia_src_path)/gpu/GrLayerHoister.h', |
94 '<(skia_src_path)/gpu/GrMemoryPool.cpp', | 94 '<(skia_src_path)/gpu/GrMemoryPool.cpp', |
95 '<(skia_src_path)/gpu/GrMemoryPool.h', | 95 '<(skia_src_path)/gpu/GrMemoryPool.h', |
96 '<(skia_src_path)/gpu/GrMurmur3HashKey.h', | 96 '<(skia_src_path)/gpu/GrMurmur3HashKey.h', |
| 97 '<(skia_src_path)/gpu/GrOptDrawState.cpp', |
| 98 '<(skia_src_path)/gpu/GrOptDrawState.h', |
97 '<(skia_src_path)/gpu/GrOrderedSet.h', | 99 '<(skia_src_path)/gpu/GrOrderedSet.h', |
98 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', | 100 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
99 '<(skia_src_path)/gpu/GrOvalRenderer.h', | 101 '<(skia_src_path)/gpu/GrOvalRenderer.h', |
100 '<(skia_src_path)/gpu/GrPaint.cpp', | 102 '<(skia_src_path)/gpu/GrPaint.cpp', |
101 '<(skia_src_path)/gpu/GrPath.cpp', | 103 '<(skia_src_path)/gpu/GrPath.cpp', |
102 '<(skia_src_path)/gpu/GrPath.h', | 104 '<(skia_src_path)/gpu/GrPath.h', |
103 '<(skia_src_path)/gpu/GrPathRange.h', | 105 '<(skia_src_path)/gpu/GrPathRange.h', |
104 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', | 106 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', |
105 '<(skia_src_path)/gpu/GrPathRenderer.cpp', | 107 '<(skia_src_path)/gpu/GrPathRenderer.cpp', |
106 '<(skia_src_path)/gpu/GrPathRenderer.h', | 108 '<(skia_src_path)/gpu/GrPathRenderer.h', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 ], | 343 ], |
342 'skgpu_null_gl_sources': [ | 344 'skgpu_null_gl_sources': [ |
343 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 345 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
344 | 346 |
345 # Sk files | 347 # Sk files |
346 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 348 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
347 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 349 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
348 ], | 350 ], |
349 }, | 351 }, |
350 } | 352 } |
OLD | NEW |