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

Side by Side Diff: gyp/gpu.gypi

Issue 1412243013: Clean up GrAtlas and rename it GrLayerAtlas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up Created 5 years, 1 month 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 | src/gpu/GrAtlas.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 51 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
52 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 52 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
53 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 53 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
54 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 54 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
55 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 55 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
56 '<(skia_include_path)/gpu/gl/GrGLTypes.h', 56 '<(skia_include_path)/gpu/gl/GrGLTypes.h',
57 57
58 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 58 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
59 '<(skia_src_path)/gpu/GrAllocator.h', 59 '<(skia_src_path)/gpu/GrAllocator.h',
60 '<(skia_src_path)/gpu/GrAtlas.cpp',
61 '<(skia_src_path)/gpu/GrAtlas.h',
62 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp', 60 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp',
63 '<(skia_src_path)/gpu/GrAtlasTextBlob.h', 61 '<(skia_src_path)/gpu/GrAtlasTextBlob.h',
64 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 62 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
65 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 63 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
66 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 64 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
67 '<(skia_src_path)/gpu/GrBatchAtlas.h', 65 '<(skia_src_path)/gpu/GrBatchAtlas.h',
68 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 66 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
69 '<(skia_src_path)/gpu/GrBatchFontCache.h', 67 '<(skia_src_path)/gpu/GrBatchFontCache.h',
70 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 68 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
71 '<(skia_src_path)/gpu/GrBatchFlushState.h', 69 '<(skia_src_path)/gpu/GrBatchFlushState.h',
(...skipping 25 matching lines...) Expand all
97 '<(skia_src_path)/gpu/GrGlyph.h', 95 '<(skia_src_path)/gpu/GrGlyph.h',
98 '<(skia_src_path)/gpu/GrGpu.cpp', 96 '<(skia_src_path)/gpu/GrGpu.cpp',
99 '<(skia_src_path)/gpu/GrGpu.h', 97 '<(skia_src_path)/gpu/GrGpu.h',
100 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 98 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
101 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 99 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
102 '<(skia_src_path)/gpu/GrGpuResource.cpp', 100 '<(skia_src_path)/gpu/GrGpuResource.cpp',
103 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 101 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
104 '<(skia_src_path)/gpu/GrGpuFactory.h', 102 '<(skia_src_path)/gpu/GrGpuFactory.h',
105 '<(skia_src_path)/gpu/GrIndexBuffer.h', 103 '<(skia_src_path)/gpu/GrIndexBuffer.h',
106 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 104 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
105 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
106 '<(skia_src_path)/gpu/GrLayerAtlas.h',
107 '<(skia_src_path)/gpu/GrLayerCache.cpp', 107 '<(skia_src_path)/gpu/GrLayerCache.cpp',
108 '<(skia_src_path)/gpu/GrLayerCache.h', 108 '<(skia_src_path)/gpu/GrLayerCache.h',
109 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 109 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
110 '<(skia_src_path)/gpu/GrLayerHoister.h', 110 '<(skia_src_path)/gpu/GrLayerHoister.h',
111 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 111 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
112 '<(skia_src_path)/gpu/GrMemoryPool.h', 112 '<(skia_src_path)/gpu/GrMemoryPool.h',
113 '<(skia_src_path)/gpu/GrNonAtomicRef.h', 113 '<(skia_src_path)/gpu/GrNonAtomicRef.h',
114 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 114 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
115 '<(skia_src_path)/gpu/GrOvalRenderer.h', 115 '<(skia_src_path)/gpu/GrOvalRenderer.h',
116 '<(skia_src_path)/gpu/GrPaint.cpp', 116 '<(skia_src_path)/gpu/GrPaint.cpp',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 453 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
454 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 454 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
455 ], 455 ],
456 'skgpu_null_gl_sources': [ 456 'skgpu_null_gl_sources': [
457 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 457 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
458 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 458 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
459 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 459 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
460 ], 460 ],
461 }, 461 },
462 } 462 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAtlas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698