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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.cpp', | 127 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.cpp', |
128 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.h', | 128 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.h', |
129 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', | 129 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', |
130 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', | 130 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', |
131 '<(skia_src_path)/gpu/GrLayerCache.cpp', | 131 '<(skia_src_path)/gpu/GrLayerCache.cpp', |
132 '<(skia_src_path)/gpu/GrLayerCache.h', | 132 '<(skia_src_path)/gpu/GrLayerCache.h', |
133 '<(skia_src_path)/gpu/GrLayerHoister.cpp', | 133 '<(skia_src_path)/gpu/GrLayerHoister.cpp', |
134 '<(skia_src_path)/gpu/GrLayerHoister.h', | 134 '<(skia_src_path)/gpu/GrLayerHoister.h', |
135 '<(skia_src_path)/gpu/GrMemoryPool.cpp', | 135 '<(skia_src_path)/gpu/GrMemoryPool.cpp', |
136 '<(skia_src_path)/gpu/GrMemoryPool.h', | 136 '<(skia_src_path)/gpu/GrMemoryPool.h', |
137 '<(skia_src_path)/gpu/GrMurmur3HashKey.h', | |
138 '<(skia_src_path)/gpu/GrNonAtomicRef.h', | 137 '<(skia_src_path)/gpu/GrNonAtomicRef.h', |
139 '<(skia_src_path)/gpu/GrOrderedSet.h', | 138 '<(skia_src_path)/gpu/GrOrderedSet.h', |
140 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', | 139 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
141 '<(skia_src_path)/gpu/GrOvalRenderer.h', | 140 '<(skia_src_path)/gpu/GrOvalRenderer.h', |
142 '<(skia_src_path)/gpu/GrPaint.cpp', | 141 '<(skia_src_path)/gpu/GrPaint.cpp', |
143 '<(skia_src_path)/gpu/GrPath.cpp', | 142 '<(skia_src_path)/gpu/GrPath.cpp', |
144 '<(skia_src_path)/gpu/GrPath.h', | 143 '<(skia_src_path)/gpu/GrPath.h', |
145 '<(skia_src_path)/gpu/GrPathProcessor.cpp', | 144 '<(skia_src_path)/gpu/GrPathProcessor.cpp', |
146 '<(skia_src_path)/gpu/GrPathProcessor.h', | 145 '<(skia_src_path)/gpu/GrPathProcessor.h', |
147 '<(skia_src_path)/gpu/GrPathRange.cpp', | 146 '<(skia_src_path)/gpu/GrPathRange.cpp', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 433 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
435 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
436 ], | 435 ], |
437 'skgpu_null_gl_sources': [ | 436 'skgpu_null_gl_sources': [ |
438 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 437 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
439 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 438 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
440 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 439 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
441 ], | 440 ], |
442 }, | 441 }, |
443 } | 442 } |
OLD | NEW |