OLD | NEW |
1 # Include this gypi to include all 'gr' and 'skgr' files | 1 # Include this gypi to include all 'gr' and 'skgr' 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 'gr_sources': [ | 10 'gr_sources': [ |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 '<(skia_src_path)/gpu/GrTextStrike.cpp', | 115 '<(skia_src_path)/gpu/GrTextStrike.cpp', |
116 '<(skia_src_path)/gpu/GrTextStrike.h', | 116 '<(skia_src_path)/gpu/GrTextStrike.h', |
117 '<(skia_src_path)/gpu/GrTextStrike_impl.h', | 117 '<(skia_src_path)/gpu/GrTextStrike_impl.h', |
118 '<(skia_src_path)/gpu/GrTexture.cpp', | 118 '<(skia_src_path)/gpu/GrTexture.cpp', |
119 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 119 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
120 '<(skia_src_path)/gpu/GrTHashCache.h', | 120 '<(skia_src_path)/gpu/GrTHashCache.h', |
121 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 121 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
122 '<(skia_src_path)/gpu/gr_unittests.cpp', | 122 '<(skia_src_path)/gpu/gr_unittests.cpp', |
123 | 123 |
124 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 124 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
125 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | |
126 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | |
127 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 125 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
128 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 126 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
129 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 127 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
130 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 128 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| 129 '<(skia_src_path)/gpu/effects/GrEllipseEdgeEffect.cpp', |
| 130 '<(skia_src_path)/gpu/effects/GrEllipseEdgeEffect.h', |
131 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 131 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
132 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 132 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
133 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 133 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
134 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 134 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
135 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.cpp', | 135 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.cpp', |
136 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', | 136 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', |
137 | 137 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| 138 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
| 139 |
138 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 140 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
139 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', | 141 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', |
140 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', | 142 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
141 '<(skia_src_path)/gpu/gl/GrGLCaps.h', | 143 '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
142 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', | 144 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
143 '<(skia_src_path)/gpu/gl/GrGLContext.h', | 145 '<(skia_src_path)/gpu/gl/GrGLContext.h', |
144 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', | 146 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
145 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', | 147 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', |
146 '<(skia_src_path)/gpu/gl/GrGLDefines.h', | 148 '<(skia_src_path)/gpu/gl/GrGLDefines.h', |
147 '<(skia_src_path)/gpu/gl/GrGLEffect.cpp', | 149 '<(skia_src_path)/gpu/gl/GrGLEffect.cpp', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 269 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
268 ], | 270 ], |
269 }, | 271 }, |
270 } | 272 } |
271 | 273 |
272 # Local Variables: | 274 # Local Variables: |
273 # tab-width:2 | 275 # tab-width:2 |
274 # indent-tabs-mode:nil | 276 # indent-tabs-mode:nil |
275 # End: | 277 # End: |
276 # vim: set expandtab tabstop=2 shiftwidth=2: | 278 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |