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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 '<(skia_src_path)/gpu/GrBatchFlushState.h', | 75 '<(skia_src_path)/gpu/GrBatchFlushState.h', |
76 '<(skia_src_path)/gpu/GrBatchTest.cpp', | 76 '<(skia_src_path)/gpu/GrBatchTest.cpp', |
77 '<(skia_src_path)/gpu/GrBatchTest.h', | 77 '<(skia_src_path)/gpu/GrBatchTest.h', |
78 '<(skia_src_path)/gpu/GrBlend.cpp', | 78 '<(skia_src_path)/gpu/GrBlend.cpp', |
79 '<(skia_src_path)/gpu/GrBlurUtils.cpp', | 79 '<(skia_src_path)/gpu/GrBlurUtils.cpp', |
80 '<(skia_src_path)/gpu/GrBlurUtils.h', | 80 '<(skia_src_path)/gpu/GrBlurUtils.h', |
81 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', | 81 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', |
82 '<(skia_src_path)/gpu/GrBufferAllocPool.h', | 82 '<(skia_src_path)/gpu/GrBufferAllocPool.h', |
83 '<(skia_src_path)/gpu/GrCaps.cpp', | 83 '<(skia_src_path)/gpu/GrCaps.cpp', |
84 '<(skia_src_path)/gpu/GrClip.cpp', | 84 '<(skia_src_path)/gpu/GrClip.cpp', |
85 '<(skia_src_path)/gpu/GrClipMaskManager.h', | 85 '<(skia_src_path)/gpu/GrClipStackClip.cpp', |
86 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', | 86 '<(skia_src_path)/gpu/GrClipStackClip.h', |
87 '<(skia_src_path)/gpu/GrContext.cpp', | 87 '<(skia_src_path)/gpu/GrContext.cpp', |
88 '<(skia_src_path)/gpu/GrCoordTransform.cpp', | 88 '<(skia_src_path)/gpu/GrCoordTransform.cpp', |
89 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', | 89 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', |
90 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', | 90 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |
91 '<(skia_src_path)/gpu/GrDrawContext.cpp', | 91 '<(skia_src_path)/gpu/GrDrawContext.cpp', |
92 '<(skia_src_path)/gpu/GrDrawContextPriv.h', | 92 '<(skia_src_path)/gpu/GrDrawContextPriv.h', |
93 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', | 93 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', |
94 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', | 94 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', |
95 '<(skia_src_path)/gpu/GrDrawingManager.cpp', | 95 '<(skia_src_path)/gpu/GrDrawingManager.cpp', |
96 '<(skia_src_path)/gpu/GrDrawingManager.h', | 96 '<(skia_src_path)/gpu/GrDrawingManager.h', |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 525 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
526 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 526 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
527 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 527 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
528 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 528 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
529 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 529 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
530 ], | 530 ], |
531 'skgpu_null_gl_sources': [ | 531 'skgpu_null_gl_sources': [ |
532 ], | 532 ], |
533 }, | 533 }, |
534 } | 534 } |
OLD | NEW |