| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', | 193 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', |
| 194 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', | 194 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', |
| 195 '<(skia_src_path)/gpu/GrTexturePriv.h', | 195 '<(skia_src_path)/gpu/GrTexturePriv.h', |
| 196 '<(skia_src_path)/gpu/GrTextureProvider.cpp', | 196 '<(skia_src_path)/gpu/GrTextureProvider.cpp', |
| 197 '<(skia_src_path)/gpu/GrTextureProxy.cpp', | 197 '<(skia_src_path)/gpu/GrTextureProxy.cpp', |
| 198 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', | 198 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', |
| 199 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', | 199 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', |
| 200 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 200 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
| 201 '<(skia_src_path)/gpu/GrTRecorder.h', | 201 '<(skia_src_path)/gpu/GrTRecorder.h', |
| 202 '<(skia_src_path)/gpu/GrUserStencilSettings.h', | 202 '<(skia_src_path)/gpu/GrUserStencilSettings.h', |
| 203 '<(skia_src_path)/gpu/GrWindowRectangles.h', |
| 203 '<(skia_src_path)/gpu/GrXferProcessor.cpp', | 204 '<(skia_src_path)/gpu/GrXferProcessor.cpp', |
| 204 '<(skia_src_path)/gpu/GrYUVProvider.cpp', | 205 '<(skia_src_path)/gpu/GrYUVProvider.cpp', |
| 205 '<(skia_src_path)/gpu/GrYUVProvider.h', | 206 '<(skia_src_path)/gpu/GrYUVProvider.h', |
| 206 | 207 |
| 207 # Batches | 208 # Batches |
| 208 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', | 209 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', |
| 209 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h', | 210 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h', |
| 210 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp', | 211 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp', |
| 211 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h', | 212 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h', |
| 212 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', | 213 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 524 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
| 524 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 525 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 525 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 526 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
| 526 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 527 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
| 527 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 528 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
| 528 ], | 529 ], |
| 529 'skgpu_null_gl_sources': [ | 530 'skgpu_null_gl_sources': [ |
| 530 ], | 531 ], |
| 531 }, | 532 }, |
| 532 } | 533 } |
| OLD | NEW |