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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp', | 184 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp', |
185 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h', | 185 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h', |
186 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', | 186 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', |
187 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', | 187 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
188 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', | 188 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
189 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', | 189 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', |
190 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', | 190 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', |
191 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', | 191 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', |
192 '<(skia_src_path)/gpu/gl/GrGpuGL.h', | 192 '<(skia_src_path)/gpu/gl/GrGpuGL.h', |
193 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', | 193 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', |
| 194 |
| 195 '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 196 '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
194 ], | 197 ], |
195 'gr_native_gl_sources': [ | 198 'gr_native_gl_sources': [ |
196 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', | 199 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', |
197 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', | 200 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', |
198 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 201 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
199 '<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp', | 202 '<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp', |
200 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 203 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
201 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 204 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
202 ], | 205 ], |
203 'gr_mesa_gl_sources': [ | 206 'gr_mesa_gl_sources': [ |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 279 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
277 ], | 280 ], |
278 }, | 281 }, |
279 } | 282 } |
280 | 283 |
281 # Local Variables: | 284 # Local Variables: |
282 # tab-width:2 | 285 # tab-width:2 |
283 # indent-tabs-mode:nil | 286 # indent-tabs-mode:nil |
284 # End: | 287 # End: |
285 # vim: set expandtab tabstop=2 shiftwidth=2: | 288 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |