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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', | 239 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', |
240 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', | 240 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', |
241 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', | 241 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', |
242 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', | 242 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', |
243 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', | 243 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', |
244 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', | 244 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', |
245 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp', | 245 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp', |
246 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h', | 246 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h', |
247 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', | 247 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', |
248 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', | 248 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', |
| 249 '<(skia_src_path)/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp', |
249 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', | 250 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', |
250 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', | 251 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', |
251 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', | 252 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', |
252 '<(skia_src_path)/gpu/batches/GrNinePatch.h', | 253 '<(skia_src_path)/gpu/batches/GrNinePatch.h', |
253 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', | 254 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', |
254 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', | 255 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', |
255 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', | 256 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', |
256 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', | 257 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', |
257 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', | 258 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', |
258 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', | 259 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 516 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
516 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 517 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
517 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 518 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
518 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 519 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
519 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 520 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
520 ], | 521 ], |
521 'skgpu_null_gl_sources': [ | 522 'skgpu_null_gl_sources': [ |
522 ], | 523 ], |
523 }, | 524 }, |
524 } | 525 } |
OLD | NEW |