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

Side by Side Diff: gyp/gpu.gypi

Issue 1548213002: make GrRect.h private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 12 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 | include/gpu/GrRect.h » ('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 11 matching lines...) Expand all
22 '<(skia_include_path)/gpu/GrCoordTransform.h', 22 '<(skia_include_path)/gpu/GrCoordTransform.h',
23 '<(skia_include_path)/gpu/GrDrawContext.h', 23 '<(skia_include_path)/gpu/GrDrawContext.h',
24 '<(skia_include_path)/gpu/GrFragmentProcessor.h', 24 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
25 '<(skia_include_path)/gpu/GrGpuResource.h', 25 '<(skia_include_path)/gpu/GrGpuResource.h',
26 '<(skia_include_path)/gpu/GrInvariantOutput.h', 26 '<(skia_include_path)/gpu/GrInvariantOutput.h',
27 '<(skia_include_path)/gpu/GrPaint.h', 27 '<(skia_include_path)/gpu/GrPaint.h',
28 '<(skia_include_path)/gpu/GrProcessor.h', 28 '<(skia_include_path)/gpu/GrProcessor.h',
29 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', 29 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
30 '<(skia_include_path)/gpu/GrProgramElement.h', 30 '<(skia_include_path)/gpu/GrProgramElement.h',
31 '<(skia_include_path)/gpu/GrGpuResourceRef.h', 31 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
32 '<(skia_include_path)/gpu/GrRect.h',
33 '<(skia_include_path)/gpu/GrRenderTarget.h', 32 '<(skia_include_path)/gpu/GrRenderTarget.h',
34 '<(skia_include_path)/gpu/GrResourceKey.h', 33 '<(skia_include_path)/gpu/GrResourceKey.h',
35 '<(skia_include_path)/gpu/GrShaderVar.h', 34 '<(skia_include_path)/gpu/GrShaderVar.h',
36 '<(skia_include_path)/gpu/GrSurface.h', 35 '<(skia_include_path)/gpu/GrSurface.h',
37 '<(skia_include_path)/gpu/GrTexture.h', 36 '<(skia_include_path)/gpu/GrTexture.h',
38 '<(skia_include_path)/gpu/GrTextureParams.h', 37 '<(skia_include_path)/gpu/GrTextureParams.h',
39 '<(skia_include_path)/gpu/GrTextureProvider.h', 38 '<(skia_include_path)/gpu/GrTextureProvider.h',
40 '<(skia_include_path)/gpu/GrTextureAccess.h', 39 '<(skia_include_path)/gpu/GrTextureAccess.h',
41 '<(skia_include_path)/gpu/GrTestUtils.h', 40 '<(skia_include_path)/gpu/GrTestUtils.h',
42 '<(skia_include_path)/gpu/GrTypes.h', 41 '<(skia_include_path)/gpu/GrTypes.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 '<(skia_src_path)/gpu/GrProgramDesc.h', 131 '<(skia_src_path)/gpu/GrProgramDesc.h',
133 '<(skia_src_path)/gpu/GrProgramElement.cpp', 132 '<(skia_src_path)/gpu/GrProgramElement.cpp',
134 '<(skia_src_path)/gpu/GrProcessor.cpp', 133 '<(skia_src_path)/gpu/GrProcessor.cpp',
135 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', 134 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
136 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 135 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
137 '<(skia_src_path)/gpu/GrProcOptInfo.h', 136 '<(skia_src_path)/gpu/GrProcOptInfo.h',
138 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 137 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
139 '<(skia_src_path)/gpu/GrQuad.h', 138 '<(skia_src_path)/gpu/GrQuad.h',
140 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 139 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
141 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 140 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
141 '<(skia_src_path)/gpu/GrRect.h',
142 '<(skia_src_path)/gpu/GrRectanizer.h', 142 '<(skia_src_path)/gpu/GrRectanizer.h',
143 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 143 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
144 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 144 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
145 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 145 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
146 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 146 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
147 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 147 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
148 '<(skia_src_path)/gpu/GrRenderTargetPriv.h', 148 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
149 '<(skia_src_path)/gpu/GrReducedClip.cpp', 149 '<(skia_src_path)/gpu/GrReducedClip.cpp',
150 '<(skia_src_path)/gpu/GrReducedClip.h', 150 '<(skia_src_path)/gpu/GrReducedClip.h',
151 '<(skia_src_path)/gpu/GrResourceCache.cpp', 151 '<(skia_src_path)/gpu/GrResourceCache.cpp',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 480 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
481 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 481 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
482 ], 482 ],
483 'skgpu_null_gl_sources': [ 483 'skgpu_null_gl_sources': [
484 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 484 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
485 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 485 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
486 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 486 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
487 ], 487 ],
488 }, 488 },
489 } 489 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698