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

Side by Side Diff: gyp/gpu.gypi

Issue 589103004: Add GrAASmallPathRenderer. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address nits Created 6 years, 2 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') | gyp/skia_for_android_framework_defines.gypi » ('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 30 matching lines...) Expand all
41 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 41 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
42 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 42 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
43 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 43 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
44 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 44 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
45 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 45 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
46 46
47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', 47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
48 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', 48 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
50 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 50 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
51 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
52 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
51 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 53 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
52 '<(skia_src_path)/gpu/GrAARectRenderer.h', 54 '<(skia_src_path)/gpu/GrAARectRenderer.h',
53 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 55 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
54 '<(skia_src_path)/gpu/GrAllocator.h', 56 '<(skia_src_path)/gpu/GrAllocator.h',
55 '<(skia_src_path)/gpu/GrAllocPool.h', 57 '<(skia_src_path)/gpu/GrAllocPool.h',
56 '<(skia_src_path)/gpu/GrAllocPool.cpp', 58 '<(skia_src_path)/gpu/GrAllocPool.cpp',
57 '<(skia_src_path)/gpu/GrAtlas.cpp', 59 '<(skia_src_path)/gpu/GrAtlas.cpp',
58 '<(skia_src_path)/gpu/GrAtlas.h', 60 '<(skia_src_path)/gpu/GrAtlas.h',
59 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 61 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
60 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 62 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 ], 353 ],
352 'skgpu_null_gl_sources': [ 354 'skgpu_null_gl_sources': [
353 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 355 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
354 356
355 # Sk files 357 # Sk files
356 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 358 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
357 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 359 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
358 ], 360 ],
359 }, 361 },
360 } 362 }
OLDNEW
« no previous file with comments | « expectations/gm/ignored-tests.txt ('k') | gyp/skia_for_android_framework_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698