| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 137 '<(skia_src_path)/gpu/GrMurmur3HashKey.h', |
| 138 '<(skia_src_path)/gpu/GrNonAtomicRef.h', |
| 138 '<(skia_src_path)/gpu/GrOrderedSet.h', | 139 '<(skia_src_path)/gpu/GrOrderedSet.h', |
| 139 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', | 140 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
| 140 '<(skia_src_path)/gpu/GrOvalRenderer.h', | 141 '<(skia_src_path)/gpu/GrOvalRenderer.h', |
| 141 '<(skia_src_path)/gpu/GrPaint.cpp', | 142 '<(skia_src_path)/gpu/GrPaint.cpp', |
| 142 '<(skia_src_path)/gpu/GrPath.cpp', | 143 '<(skia_src_path)/gpu/GrPath.cpp', |
| 143 '<(skia_src_path)/gpu/GrPath.h', | 144 '<(skia_src_path)/gpu/GrPath.h', |
| 144 '<(skia_src_path)/gpu/GrPathProcessor.cpp', | 145 '<(skia_src_path)/gpu/GrPathProcessor.cpp', |
| 145 '<(skia_src_path)/gpu/GrPathProcessor.h', | 146 '<(skia_src_path)/gpu/GrPathProcessor.h', |
| 146 '<(skia_src_path)/gpu/GrPathRange.cpp', | 147 '<(skia_src_path)/gpu/GrPathRange.cpp', |
| 147 '<(skia_src_path)/gpu/GrPathRange.h', | 148 '<(skia_src_path)/gpu/GrPathRange.h', |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 435 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 435 ], | 436 ], |
| 436 'skgpu_null_gl_sources': [ | 437 'skgpu_null_gl_sources': [ |
| 437 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 438 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 438 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 439 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 439 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 440 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 440 ], | 441 ], |
| 441 }, | 442 }, |
| 442 } | 443 } |
| OLD | NEW |