OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Include this gypi to include all 'gpu' files | 5 # Include this gypi to include all 'gpu' files |
6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
9 # | 9 # |
10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', | 212 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', |
213 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.h', | 213 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.h', |
214 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.cpp', | 214 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.cpp', |
215 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.h', | 215 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.h', |
216 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.cpp', | 216 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.cpp', |
217 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.h', | 217 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.h', |
218 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp', | 218 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp', |
219 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h', | 219 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h', |
220 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp', | 220 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp', |
221 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h', | 221 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h', |
| 222 '<(skia_src_path)/gpu/batches/GrAnalyticRectBatch.cpp', |
| 223 '<(skia_src_path)/gpu/batches/GrAnalyticRectBatch.h', |
222 '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.cpp', | 224 '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.cpp', |
223 '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.h', | 225 '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.h', |
224 '<(skia_src_path)/gpu/batches/GrBatch.cpp', | 226 '<(skia_src_path)/gpu/batches/GrBatch.cpp', |
225 '<(skia_src_path)/gpu/batches/GrBatch.h', | 227 '<(skia_src_path)/gpu/batches/GrBatch.h', |
226 '<(skia_src_path)/gpu/batches/GrClearBatch.h', | 228 '<(skia_src_path)/gpu/batches/GrClearBatch.h', |
227 '<(skia_src_path)/gpu/batches/GrClearStencilClipBatch.h', | 229 '<(skia_src_path)/gpu/batches/GrClearStencilClipBatch.h', |
228 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp', | 230 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp', |
229 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h', | 231 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h', |
230 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp', | 232 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp', |
231 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h', | 233 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 523 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
522 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 524 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
523 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 525 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
524 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 526 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
525 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 527 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
526 ], | 528 ], |
527 'skgpu_null_gl_sources': [ | 529 'skgpu_null_gl_sources': [ |
528 ], | 530 ], |
529 }, | 531 }, |
530 } | 532 } |
OLD | NEW |