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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 '<(skia_src_path)/gpu/GrBufferAllocPool.h', | 86 '<(skia_src_path)/gpu/GrBufferAllocPool.h', |
87 '<(skia_src_path)/gpu/GrCaps.cpp', | 87 '<(skia_src_path)/gpu/GrCaps.cpp', |
88 '<(skia_src_path)/gpu/GrClipStackClip.h', | 88 '<(skia_src_path)/gpu/GrClipStackClip.h', |
89 '<(skia_src_path)/gpu/GrClipStackClip.cpp', | 89 '<(skia_src_path)/gpu/GrClipStackClip.cpp', |
90 '<(skia_src_path)/gpu/GrColorSpaceXform.cpp', | 90 '<(skia_src_path)/gpu/GrColorSpaceXform.cpp', |
91 '<(skia_src_path)/gpu/GrContext.cpp', | 91 '<(skia_src_path)/gpu/GrContext.cpp', |
92 '<(skia_src_path)/gpu/GrContextPriv.h', | 92 '<(skia_src_path)/gpu/GrContextPriv.h', |
93 '<(skia_src_path)/gpu/GrCoordTransform.cpp', | 93 '<(skia_src_path)/gpu/GrCoordTransform.cpp', |
94 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', | 94 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', |
95 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', | 95 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |
96 '<(skia_src_path)/gpu/GrDistanceFieldGenFromVector.cpp', | |
97 '<(skia_src_path)/gpu/GrDistanceFieldGenFromVector.h', | |
98 '<(skia_src_path)/gpu/GrDrawContext.cpp', | 96 '<(skia_src_path)/gpu/GrDrawContext.cpp', |
99 '<(skia_src_path)/gpu/GrDrawContextPriv.h', | 97 '<(skia_src_path)/gpu/GrDrawContextPriv.h', |
100 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', | 98 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', |
101 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', | 99 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', |
102 '<(skia_src_path)/gpu/GrDrawingManager.cpp', | 100 '<(skia_src_path)/gpu/GrDrawingManager.cpp', |
103 '<(skia_src_path)/gpu/GrDrawingManager.h', | 101 '<(skia_src_path)/gpu/GrDrawingManager.h', |
104 '<(skia_src_path)/gpu/GrDrawTarget.cpp', | 102 '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
105 '<(skia_src_path)/gpu/GrDrawTarget.h', | 103 '<(skia_src_path)/gpu/GrDrawTarget.h', |
106 '<(skia_src_path)/gpu/GrFixedClip.cpp', | 104 '<(skia_src_path)/gpu/GrFixedClip.cpp', |
107 '<(skia_src_path)/gpu/GrFixedClip.h', | 105 '<(skia_src_path)/gpu/GrFixedClip.h', |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 532 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
535 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 533 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
536 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 534 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
537 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 535 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
538 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 536 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
539 ], | 537 ], |
540 'skgpu_null_gl_sources': [ | 538 'skgpu_null_gl_sources': [ |
541 ], | 539 ], |
542 }, | 540 }, |
543 } | 541 } |
OLD | NEW |