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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 '<(skia_src_path)/gpu/GrCoordTransform.cpp', | 84 '<(skia_src_path)/gpu/GrCoordTransform.cpp', |
85 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', | 85 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', |
86 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', | 86 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |
87 '<(skia_src_path)/gpu/GrDrawContext.cpp', | 87 '<(skia_src_path)/gpu/GrDrawContext.cpp', |
88 '<(skia_src_path)/gpu/GrDrawTarget.cpp', | 88 '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
89 '<(skia_src_path)/gpu/GrDrawTarget.h', | 89 '<(skia_src_path)/gpu/GrDrawTarget.h', |
90 '<(skia_src_path)/gpu/GrFontScaler.cpp', | 90 '<(skia_src_path)/gpu/GrFontScaler.cpp', |
91 '<(skia_src_path)/gpu/GrFontScaler.h', | 91 '<(skia_src_path)/gpu/GrFontScaler.h', |
92 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', | 92 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', |
93 '<(skia_src_path)/gpu/GrGeometryBuffer.h', | 93 '<(skia_src_path)/gpu/GrGeometryBuffer.h', |
| 94 '<(skia_src_path)/gpu/GrGeometryProcessor.cpp', |
94 '<(skia_src_path)/gpu/GrGeometryProcessor.h', | 95 '<(skia_src_path)/gpu/GrGeometryProcessor.h', |
95 '<(skia_src_path)/gpu/GrGlyph.h', | 96 '<(skia_src_path)/gpu/GrGlyph.h', |
96 '<(skia_src_path)/gpu/GrGpu.cpp', | 97 '<(skia_src_path)/gpu/GrGpu.cpp', |
97 '<(skia_src_path)/gpu/GrGpu.h', | 98 '<(skia_src_path)/gpu/GrGpu.h', |
98 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', | 99 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', |
99 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', | 100 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', |
100 '<(skia_src_path)/gpu/GrGpuResource.cpp', | 101 '<(skia_src_path)/gpu/GrGpuResource.cpp', |
101 '<(skia_src_path)/gpu/GrGpuFactory.cpp', | 102 '<(skia_src_path)/gpu/GrGpuFactory.cpp', |
102 '<(skia_src_path)/gpu/GrGpuFactory.h', | 103 '<(skia_src_path)/gpu/GrGpuFactory.h', |
103 '<(skia_src_path)/gpu/GrIndexBuffer.h', | 104 '<(skia_src_path)/gpu/GrIndexBuffer.h', |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 447 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
447 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
448 ], | 449 ], |
449 'skgpu_null_gl_sources': [ | 450 'skgpu_null_gl_sources': [ |
450 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 451 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
451 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 452 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
452 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 453 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
453 ], | 454 ], |
454 }, | 455 }, |
455 } | 456 } |
OLD | NEW |