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

Side by Side Diff: gyp/gpu.gypi

Issue 212933002: Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Addressed code review issue Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/core/SkDevice.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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 88 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
89 '<(skia_src_path)/gpu/GrOvalRenderer.h', 89 '<(skia_src_path)/gpu/GrOvalRenderer.h',
90 '<(skia_src_path)/gpu/GrPaint.cpp', 90 '<(skia_src_path)/gpu/GrPaint.cpp',
91 '<(skia_src_path)/gpu/GrPath.cpp', 91 '<(skia_src_path)/gpu/GrPath.cpp',
92 '<(skia_src_path)/gpu/GrPath.h', 92 '<(skia_src_path)/gpu/GrPath.h',
93 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 93 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
94 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 94 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
95 '<(skia_src_path)/gpu/GrPathRenderer.h', 95 '<(skia_src_path)/gpu/GrPathRenderer.h',
96 '<(skia_src_path)/gpu/GrPathUtils.cpp', 96 '<(skia_src_path)/gpu/GrPathUtils.cpp',
97 '<(skia_src_path)/gpu/GrPathUtils.h', 97 '<(skia_src_path)/gpu/GrPathUtils.h',
98 '<(skia_src_path)/gpu/GrPictureUtils.h',
99 '<(skia_src_path)/gpu/GrPictureUtils.cpp',
98 '<(skia_src_path)/gpu/GrPlotMgr.h', 100 '<(skia_src_path)/gpu/GrPlotMgr.h',
99 '<(skia_src_path)/gpu/GrRectanizer.cpp', 101 '<(skia_src_path)/gpu/GrRectanizer.cpp',
100 '<(skia_src_path)/gpu/GrRectanizer.h', 102 '<(skia_src_path)/gpu/GrRectanizer.h',
101 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 103 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
102 '<(skia_src_path)/gpu/GrRedBlackTree.h', 104 '<(skia_src_path)/gpu/GrRedBlackTree.h',
103 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 105 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
104 '<(skia_src_path)/gpu/GrReducedClip.cpp', 106 '<(skia_src_path)/gpu/GrReducedClip.cpp',
105 '<(skia_src_path)/gpu/GrReducedClip.h', 107 '<(skia_src_path)/gpu/GrReducedClip.h',
106 '<(skia_src_path)/gpu/GrResource.cpp', 108 '<(skia_src_path)/gpu/GrResource.cpp',
107 '<(skia_src_path)/gpu/GrResourceCache.cpp', 109 '<(skia_src_path)/gpu/GrResourceCache.cpp',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 ], 288 ],
287 'skgpu_null_gl_sources': [ 289 'skgpu_null_gl_sources': [
288 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 290 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
289 291
290 # Sk files 292 # Sk files
291 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 293 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
292 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 294 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
293 ], 295 ],
294 }, 296 },
295 } 297 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698