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

Side by Side Diff: gyp/gpu.gypi

Issue 1701013002: Create GrPathRenderingDrawContext (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 4 years, 10 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 | « no previous file | include/gpu/GrDrawContext.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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 75 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
76 '<(skia_src_path)/gpu/GrCaps.cpp', 76 '<(skia_src_path)/gpu/GrCaps.cpp',
77 '<(skia_src_path)/gpu/GrClip.cpp', 77 '<(skia_src_path)/gpu/GrClip.cpp',
78 '<(skia_src_path)/gpu/GrClipMaskManager.h', 78 '<(skia_src_path)/gpu/GrClipMaskManager.h',
79 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 79 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
80 '<(skia_src_path)/gpu/GrContext.cpp', 80 '<(skia_src_path)/gpu/GrContext.cpp',
81 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 81 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
82 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 82 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
83 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 83 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
84 '<(skia_src_path)/gpu/GrDrawContext.cpp', 84 '<(skia_src_path)/gpu/GrDrawContext.cpp',
85 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp',
86 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h',
85 '<(skia_src_path)/gpu/GrDrawingManager.cpp', 87 '<(skia_src_path)/gpu/GrDrawingManager.cpp',
86 '<(skia_src_path)/gpu/GrDrawingManager.h', 88 '<(skia_src_path)/gpu/GrDrawingManager.h',
87 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 89 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
88 '<(skia_src_path)/gpu/GrDrawTarget.h', 90 '<(skia_src_path)/gpu/GrDrawTarget.h',
89 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', 91 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
90 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 92 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
91 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 93 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
92 '<(skia_src_path)/gpu/GrGlyph.h', 94 '<(skia_src_path)/gpu/GrGlyph.h',
93 '<(skia_src_path)/gpu/GrGpu.cpp', 95 '<(skia_src_path)/gpu/GrGpu.cpp',
94 '<(skia_src_path)/gpu/GrGpu.h', 96 '<(skia_src_path)/gpu/GrGpu.h',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 495 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
494 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 496 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
495 ], 497 ],
496 'skgpu_null_gl_sources': [ 498 'skgpu_null_gl_sources': [
497 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 499 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
498 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 500 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
499 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 501 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
500 ], 502 ],
501 }, 503 },
502 } 504 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrDrawContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698