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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 '<(skia_src_path)/gpu/GrAtlas.cpp', | 71 '<(skia_src_path)/gpu/GrAtlas.cpp', |
72 '<(skia_src_path)/gpu/GrAtlas.h', | 72 '<(skia_src_path)/gpu/GrAtlas.h', |
73 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp', | 73 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp', |
74 '<(skia_src_path)/gpu/GrAtlasTextBlob.h', | 74 '<(skia_src_path)/gpu/GrAtlasTextBlob.h', |
75 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', | 75 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', |
76 '<(skia_src_path)/gpu/GrAtlasTextContext.h', | 76 '<(skia_src_path)/gpu/GrAtlasTextContext.h', |
77 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', | 77 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', |
78 '<(skia_src_path)/gpu/GrBatchAtlas.h', | 78 '<(skia_src_path)/gpu/GrBatchAtlas.h', |
79 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', | 79 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', |
80 '<(skia_src_path)/gpu/GrBatchFontCache.h', | 80 '<(skia_src_path)/gpu/GrBatchFontCache.h', |
81 '<(skia_src_path)/gpu/GrBatchTarget.cpp', | 81 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', |
82 '<(skia_src_path)/gpu/GrBatchTarget.h', | 82 '<(skia_src_path)/gpu/GrBatchFlushState.h', |
83 '<(skia_src_path)/gpu/GrBatchTest.cpp', | 83 '<(skia_src_path)/gpu/GrBatchTest.cpp', |
84 '<(skia_src_path)/gpu/GrBatchTest.h', | 84 '<(skia_src_path)/gpu/GrBatchTest.h', |
85 '<(skia_src_path)/gpu/GrBlurUtils.cpp', | 85 '<(skia_src_path)/gpu/GrBlurUtils.cpp', |
86 '<(skia_src_path)/gpu/GrBlurUtils.h', | 86 '<(skia_src_path)/gpu/GrBlurUtils.h', |
87 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', | 87 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', |
88 '<(skia_src_path)/gpu/GrBufferAllocPool.h', | 88 '<(skia_src_path)/gpu/GrBufferAllocPool.h', |
89 '<(skia_src_path)/gpu/GrBufferedDrawTarget.cpp', | 89 '<(skia_src_path)/gpu/GrBufferedDrawTarget.cpp', |
90 '<(skia_src_path)/gpu/GrBufferedDrawTarget.h', | 90 '<(skia_src_path)/gpu/GrBufferedDrawTarget.h', |
91 '<(skia_src_path)/gpu/GrCaps.cpp', | 91 '<(skia_src_path)/gpu/GrCaps.cpp', |
92 '<(skia_src_path)/gpu/GrClip.cpp', | 92 '<(skia_src_path)/gpu/GrClip.cpp', |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
452 ], | 452 ], |
453 'skgpu_null_gl_sources': [ | 453 'skgpu_null_gl_sources': [ |
454 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 454 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
455 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 455 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
456 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 456 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
457 ], | 457 ], |
458 }, | 458 }, |
459 } | 459 } |
OLD | NEW |