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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', | 301 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', |
302 '<(skia_src_path)/gpu/text/GrBatchFontCache.h', | 302 '<(skia_src_path)/gpu/text/GrBatchFontCache.h', |
303 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', | 303 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', |
304 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', | 304 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', |
305 '<(skia_src_path)/gpu/text/GrFontScaler.cpp', | 305 '<(skia_src_path)/gpu/text/GrFontScaler.cpp', |
306 '<(skia_src_path)/gpu/text/GrFontScaler.h', | 306 '<(skia_src_path)/gpu/text/GrFontScaler.h', |
307 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp', | 307 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp', |
308 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h', | 308 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h', |
309 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', | 309 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', |
310 '<(skia_src_path)/gpu/text/GrTextBlobCache.h', | 310 '<(skia_src_path)/gpu/text/GrTextBlobCache.h', |
311 '<(skia_src_path)/gpu/text/GrTextContext.cpp', | |
312 '<(skia_src_path)/gpu/text/GrTextContext.h', | |
313 '<(skia_src_path)/gpu/text/GrTextUtils.cpp', | 311 '<(skia_src_path)/gpu/text/GrTextUtils.cpp', |
314 '<(skia_src_path)/gpu/text/GrTextUtils.h', | 312 '<(skia_src_path)/gpu/text/GrTextUtils.h', |
315 | 313 |
316 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', | 314 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', |
317 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', | 315 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', |
318 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 316 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
319 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', | 317 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', |
320 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', | 318 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
321 '<(skia_src_path)/gpu/gl/GrGLCaps.h', | 319 '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
322 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', | 320 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 493 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
496 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 494 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
497 ], | 495 ], |
498 'skgpu_null_gl_sources': [ | 496 'skgpu_null_gl_sources': [ |
499 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 497 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
500 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 498 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
501 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 499 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
502 ], | 500 ], |
503 }, | 501 }, |
504 } | 502 } |
OLD | NEW |