| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 '<(skia_src_path)/gpu/GrPendingProgramElement.h', | 130 '<(skia_src_path)/gpu/GrPendingProgramElement.h', |
| 131 '<(skia_src_path)/gpu/GrPipeline.cpp', | 131 '<(skia_src_path)/gpu/GrPipeline.cpp', |
| 132 '<(skia_src_path)/gpu/GrPipeline.h', | 132 '<(skia_src_path)/gpu/GrPipeline.h', |
| 133 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', | 133 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', |
| 134 '<(skia_src_path)/gpu/GrPipelineBuilder.h', | 134 '<(skia_src_path)/gpu/GrPipelineBuilder.h', |
| 135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', | 135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', |
| 136 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', | 136 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', |
| 137 '<(skia_src_path)/gpu/GrProgramDesc.h', | 137 '<(skia_src_path)/gpu/GrProgramDesc.h', |
| 138 '<(skia_src_path)/gpu/GrProgramElement.cpp', | 138 '<(skia_src_path)/gpu/GrProgramElement.cpp', |
| 139 '<(skia_src_path)/gpu/GrProcessor.cpp', | 139 '<(skia_src_path)/gpu/GrProcessor.cpp', |
| 140 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', | |
| 141 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', | 140 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', |
| 142 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', | 141 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', |
| 143 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', | 142 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', |
| 144 '<(skia_src_path)/gpu/GrProcOptInfo.h', | 143 '<(skia_src_path)/gpu/GrProcOptInfo.h', |
| 145 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', | 144 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', |
| 146 '<(skia_src_path)/gpu/GrQuad.h', | 145 '<(skia_src_path)/gpu/GrQuad.h', |
| 147 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', | 146 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', |
| 148 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', | 147 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', |
| 149 '<(skia_src_path)/gpu/GrRectanizer.h', | 148 '<(skia_src_path)/gpu/GrRectanizer.h', |
| 150 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', | 149 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 452 ], | 451 ], |
| 453 'skgpu_null_gl_sources': [ | 452 'skgpu_null_gl_sources': [ |
| 454 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 455 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 456 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 457 ], | 456 ], |
| 458 }, | 457 }, |
| 459 } | 458 } |
| OLD | NEW |