Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1294)

Side by Side Diff: gyp/gpu.gypi

Issue 1261033002: Rename GrInOrderDrawBuffer to GrBufferedDrawTarget (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: renames Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | samplecode/SampleManyRects.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 83 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
84 '<(skia_src_path)/gpu/GrBatchFontCache.h', 84 '<(skia_src_path)/gpu/GrBatchFontCache.h',
85 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 85 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
86 '<(skia_src_path)/gpu/GrBatchTarget.h', 86 '<(skia_src_path)/gpu/GrBatchTarget.h',
87 '<(skia_src_path)/gpu/GrBatchTest.cpp', 87 '<(skia_src_path)/gpu/GrBatchTest.cpp',
88 '<(skia_src_path)/gpu/GrBatchTest.h', 88 '<(skia_src_path)/gpu/GrBatchTest.h',
89 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 89 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
90 '<(skia_src_path)/gpu/GrBlurUtils.h', 90 '<(skia_src_path)/gpu/GrBlurUtils.h',
91 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 91 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
92 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 92 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
93 '<(skia_src_path)/gpu/GrBufferedDrawTarget.cpp',
94 '<(skia_src_path)/gpu/GrBufferedDrawTarget.h',
93 '<(skia_src_path)/gpu/GrCaps.cpp', 95 '<(skia_src_path)/gpu/GrCaps.cpp',
94 '<(skia_src_path)/gpu/GrClip.cpp', 96 '<(skia_src_path)/gpu/GrClip.cpp',
95 '<(skia_src_path)/gpu/GrClipMaskCache.h', 97 '<(skia_src_path)/gpu/GrClipMaskCache.h',
96 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 98 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
97 '<(skia_src_path)/gpu/GrClipMaskManager.h', 99 '<(skia_src_path)/gpu/GrClipMaskManager.h',
98 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 100 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
99 '<(skia_src_path)/gpu/GrContext.cpp', 101 '<(skia_src_path)/gpu/GrContext.cpp',
100 '<(skia_src_path)/gpu/GrCommandBuilder.h', 102 '<(skia_src_path)/gpu/GrCommandBuilder.h',
101 '<(skia_src_path)/gpu/GrCommandBuilder.cpp', 103 '<(skia_src_path)/gpu/GrCommandBuilder.cpp',
102 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 104 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
(...skipping 18 matching lines...) Expand all
121 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 123 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
122 '<(skia_src_path)/gpu/GrGpuResource.cpp', 124 '<(skia_src_path)/gpu/GrGpuResource.cpp',
123 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 125 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
124 '<(skia_src_path)/gpu/GrGpuFactory.h', 126 '<(skia_src_path)/gpu/GrGpuFactory.h',
125 '<(skia_src_path)/gpu/GrImmediateDrawTarget.cpp', 127 '<(skia_src_path)/gpu/GrImmediateDrawTarget.cpp',
126 '<(skia_src_path)/gpu/GrImmediateDrawTarget.h', 128 '<(skia_src_path)/gpu/GrImmediateDrawTarget.h',
127 '<(skia_src_path)/gpu/GrIndexBuffer.h', 129 '<(skia_src_path)/gpu/GrIndexBuffer.h',
128 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 130 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
129 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.cpp', 131 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.cpp',
130 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.h', 132 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.h',
131 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
132 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
133 '<(skia_src_path)/gpu/GrLayerCache.cpp', 133 '<(skia_src_path)/gpu/GrLayerCache.cpp',
134 '<(skia_src_path)/gpu/GrLayerCache.h', 134 '<(skia_src_path)/gpu/GrLayerCache.h',
135 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 135 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
136 '<(skia_src_path)/gpu/GrLayerHoister.h', 136 '<(skia_src_path)/gpu/GrLayerHoister.h',
137 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 137 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
138 '<(skia_src_path)/gpu/GrMemoryPool.h', 138 '<(skia_src_path)/gpu/GrMemoryPool.h',
139 '<(skia_src_path)/gpu/GrNonAtomicRef.h', 139 '<(skia_src_path)/gpu/GrNonAtomicRef.h',
140 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 140 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
141 '<(skia_src_path)/gpu/GrOvalRenderer.h', 141 '<(skia_src_path)/gpu/GrOvalRenderer.h',
142 '<(skia_src_path)/gpu/GrPaint.cpp', 142 '<(skia_src_path)/gpu/GrPaint.cpp',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
435 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 435 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
436 ], 436 ],
437 'skgpu_null_gl_sources': [ 437 'skgpu_null_gl_sources': [
438 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 438 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
439 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 439 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
440 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 440 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
441 ], 441 ],
442 }, 442 },
443 } 443 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleManyRects.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698