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

Side by Side Diff: gyp/gpu.gypi

Issue 563283004: Use per-typeface sets of glyphs for nvpr text (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_glyphmemorypath
Patch Set: Fix builds Created 6 years, 3 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 | « expectations/gm/ignored-tests.txt ('k') | include/core/SkPaint.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 # Include this gypi to include all 'gpu' files 1 # Include this gypi to include all 'gpu' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'skgpu_sources': [ 10 'skgpu_sources': [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '<(skia_src_path)/gpu/GrMemoryPool.h', 96 '<(skia_src_path)/gpu/GrMemoryPool.h',
97 '<(skia_src_path)/gpu/GrMurmur3HashKey.h', 97 '<(skia_src_path)/gpu/GrMurmur3HashKey.h',
98 '<(skia_src_path)/gpu/GrOptDrawState.cpp', 98 '<(skia_src_path)/gpu/GrOptDrawState.cpp',
99 '<(skia_src_path)/gpu/GrOptDrawState.h', 99 '<(skia_src_path)/gpu/GrOptDrawState.h',
100 '<(skia_src_path)/gpu/GrOrderedSet.h', 100 '<(skia_src_path)/gpu/GrOrderedSet.h',
101 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 101 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
102 '<(skia_src_path)/gpu/GrOvalRenderer.h', 102 '<(skia_src_path)/gpu/GrOvalRenderer.h',
103 '<(skia_src_path)/gpu/GrPaint.cpp', 103 '<(skia_src_path)/gpu/GrPaint.cpp',
104 '<(skia_src_path)/gpu/GrPath.cpp', 104 '<(skia_src_path)/gpu/GrPath.cpp',
105 '<(skia_src_path)/gpu/GrPath.h', 105 '<(skia_src_path)/gpu/GrPath.h',
106 '<(skia_src_path)/gpu/GrPathRange.cpp',
106 '<(skia_src_path)/gpu/GrPathRange.h', 107 '<(skia_src_path)/gpu/GrPathRange.h',
107 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 108 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
108 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 109 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
109 '<(skia_src_path)/gpu/GrPathRenderer.h', 110 '<(skia_src_path)/gpu/GrPathRenderer.h',
111 '<(skia_src_path)/gpu/GrPathRendering.cpp',
110 '<(skia_src_path)/gpu/GrPathRendering.h', 112 '<(skia_src_path)/gpu/GrPathRendering.h',
111 '<(skia_src_path)/gpu/GrPathUtils.cpp', 113 '<(skia_src_path)/gpu/GrPathUtils.cpp',
112 '<(skia_src_path)/gpu/GrPathUtils.h', 114 '<(skia_src_path)/gpu/GrPathUtils.h',
113 '<(skia_src_path)/gpu/GrProgramElement.cpp', 115 '<(skia_src_path)/gpu/GrProgramElement.cpp',
114 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 116 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
115 '<(skia_src_path)/gpu/GrPictureUtils.h', 117 '<(skia_src_path)/gpu/GrPictureUtils.h',
116 '<(skia_src_path)/gpu/GrPictureUtils.cpp', 118 '<(skia_src_path)/gpu/GrPictureUtils.cpp',
117 '<(skia_src_path)/gpu/GrPlotMgr.h', 119 '<(skia_src_path)/gpu/GrPlotMgr.h',
118 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 120 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
119 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 121 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ], 350 ],
349 'skgpu_null_gl_sources': [ 351 'skgpu_null_gl_sources': [
350 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 352 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
351 353
352 # Sk files 354 # Sk files
353 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 355 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
354 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 356 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
355 ], 357 ],
356 }, 358 },
357 } 359 }
OLDNEW
« no previous file with comments | « expectations/gm/ignored-tests.txt ('k') | include/core/SkPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698