| OLD | NEW |
| 1 # Include this gypi to include all 'gpu' files | 1 # Include this gypi to include all 'gpu' files |
| 2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
| 3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
| 4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
| 5 # | 5 # |
| 6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
| 7 # | 7 # |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 'skgpu_sources': [ | 10 'skgpu_sources': [ |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', | 145 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', |
| 146 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 146 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| 147 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 147 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
| 148 | 148 |
| 149 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 149 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
| 150 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', | 150 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', |
| 151 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', | 151 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
| 152 '<(skia_src_path)/gpu/gl/GrGLCaps.h', | 152 '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
| 153 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', | 153 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
| 154 '<(skia_src_path)/gpu/gl/GrGLContext.h', | 154 '<(skia_src_path)/gpu/gl/GrGLContext.h', |
| 155 '<(skia_src_path)/gpu/gl/GrGLCoordTransform.cpp', | |
| 156 '<(skia_src_path)/gpu/gl/GrGLCoordTransform.h', | |
| 157 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', | 155 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| 158 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', | 156 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 159 '<(skia_src_path)/gpu/gl/GrGLDefines.h', | 157 '<(skia_src_path)/gpu/gl/GrGLDefines.h', |
| 160 '<(skia_src_path)/gpu/gl/GrGLEffect.cpp', | |
| 161 '<(skia_src_path)/gpu/gl/GrGLEffect.h', | 158 '<(skia_src_path)/gpu/gl/GrGLEffect.h', |
| 159 '<(skia_src_path)/gpu/gl/GrGLEffectArray.cpp', |
| 160 '<(skia_src_path)/gpu/gl/GrGLEffectArray.h', |
| 162 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', | 161 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', |
| 163 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', | 162 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', |
| 164 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', | 163 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', |
| 165 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', | 164 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
| 166 '<(skia_src_path)/gpu/gl/GrGLIRect.h', | 165 '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
| 167 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', | 166 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', |
| 168 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', | 167 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', |
| 169 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', | 168 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
| 170 '<(skia_src_path)/gpu/gl/GrGLPath.h', | 169 '<(skia_src_path)/gpu/gl/GrGLPath.h', |
| 171 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', | 170 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 279 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 281 ], | 280 ], |
| 282 }, | 281 }, |
| 283 } | 282 } |
| 284 | 283 |
| 285 # Local Variables: | 284 # Local Variables: |
| 286 # tab-width:2 | 285 # tab-width:2 |
| 287 # indent-tabs-mode:nil | 286 # indent-tabs-mode:nil |
| 288 # End: | 287 # End: |
| 289 # vim: set expandtab tabstop=2 shiftwidth=2: | 288 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |