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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 '<(skia_src_path)/gpu/GrBlend.cpp', | 79 '<(skia_src_path)/gpu/GrBlend.cpp', |
80 '<(skia_src_path)/gpu/GrBlend.h', | 80 '<(skia_src_path)/gpu/GrBlend.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/GrClip.cpp', | 83 '<(skia_src_path)/gpu/GrClip.cpp', |
84 '<(skia_src_path)/gpu/GrClipMaskCache.h', | 84 '<(skia_src_path)/gpu/GrClipMaskCache.h', |
85 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', | 85 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', |
86 '<(skia_src_path)/gpu/GrClipMaskManager.h', | 86 '<(skia_src_path)/gpu/GrClipMaskManager.h', |
87 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', | 87 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', |
88 '<(skia_src_path)/gpu/GrContext.cpp', | 88 '<(skia_src_path)/gpu/GrContext.cpp', |
| 89 '<(skia_src_path)/gpu/GrCommandBuilder.h', |
| 90 '<(skia_src_path)/gpu/GrCommandBuilder.cpp', |
89 '<(skia_src_path)/gpu/GrCoordTransform.cpp', | 91 '<(skia_src_path)/gpu/GrCoordTransform.cpp', |
90 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp', | 92 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp', |
91 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h', | 93 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h', |
92 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', | 94 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', |
93 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', | 95 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |
94 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', | 96 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', |
95 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', | 97 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', |
96 '<(skia_src_path)/gpu/GrDrawTarget.cpp', | 98 '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
97 '<(skia_src_path)/gpu/GrDrawTarget.h', | 99 '<(skia_src_path)/gpu/GrDrawTarget.h', |
98 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', | 100 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 405 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
404 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 406 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
405 ], | 407 ], |
406 'skgpu_null_gl_sources': [ | 408 'skgpu_null_gl_sources': [ |
407 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 409 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
408 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 410 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
409 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 411 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
410 ], | 412 ], |
411 }, | 413 }, |
412 } | 414 } |
OLD | NEW |