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

Side by Side Diff: gyp/gpu.gypi

Issue 1011403004: BitmapTextBatch and BitmapTextBlob (Closed) Base URL: https://skia.googlesource.com/skia.git@dfpr_take_2
Patch Set: tweak Created 5 years, 9 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '<(skia_src_path)/gpu/GrAARectRenderer.h', 54 '<(skia_src_path)/gpu/GrAARectRenderer.h',
55 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 55 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
56 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 56 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
57 '<(skia_src_path)/gpu/GrAllocator.h', 57 '<(skia_src_path)/gpu/GrAllocator.h',
58 '<(skia_src_path)/gpu/GrAtlas.cpp', 58 '<(skia_src_path)/gpu/GrAtlas.cpp',
59 '<(skia_src_path)/gpu/GrAtlas.h', 59 '<(skia_src_path)/gpu/GrAtlas.h',
60 '<(skia_src_path)/gpu/GrBatch.cpp', 60 '<(skia_src_path)/gpu/GrBatch.cpp',
61 '<(skia_src_path)/gpu/GrBatch.h', 61 '<(skia_src_path)/gpu/GrBatch.h',
62 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 62 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
63 '<(skia_src_path)/gpu/GrBatchAtlas.h', 63 '<(skia_src_path)/gpu/GrBatchAtlas.h',
64 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
65 '<(skia_src_path)/gpu/GrBatchFontCache.h',
64 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 66 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
65 '<(skia_src_path)/gpu/GrBatchTarget.h', 67 '<(skia_src_path)/gpu/GrBatchTarget.h',
66 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 68 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
67 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 69 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
68 '<(skia_src_path)/gpu/GrBlend.cpp', 70 '<(skia_src_path)/gpu/GrBlend.cpp',
69 '<(skia_src_path)/gpu/GrBlend.h', 71 '<(skia_src_path)/gpu/GrBlend.h',
70 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 72 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
71 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 73 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
72 '<(skia_src_path)/gpu/GrClip.cpp', 74 '<(skia_src_path)/gpu/GrClip.cpp',
73 '<(skia_src_path)/gpu/GrClipMaskCache.h', 75 '<(skia_src_path)/gpu/GrClipMaskCache.h',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 390 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
389 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 391 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
390 ], 392 ],
391 'skgpu_null_gl_sources': [ 393 'skgpu_null_gl_sources': [
392 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 394 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
393 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 395 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
394 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 396 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
395 ], 397 ],
396 }, 398 },
397 } 399 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698