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

Side by Side Diff: gyp/gpu.gypi

Issue 1151283004: Split drawing functionality out of GrContext and into new GrDrawContext (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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 # 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 '<(skia_src_path)/gpu/GrContext.cpp', 90 '<(skia_src_path)/gpu/GrContext.cpp',
91 '<(skia_src_path)/gpu/GrCommandBuilder.h', 91 '<(skia_src_path)/gpu/GrCommandBuilder.h',
92 '<(skia_src_path)/gpu/GrCommandBuilder.cpp', 92 '<(skia_src_path)/gpu/GrCommandBuilder.cpp',
93 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 93 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
94 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp', 94 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp',
95 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h', 95 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h',
96 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 96 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
97 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 97 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
98 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 98 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
99 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 99 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
100 '<(skia_src_path)/gpu/GrDrawContext.cpp',
101 '<(skia_src_path)/gpu/GrDrawContext.h',
100 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 102 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
101 '<(skia_src_path)/gpu/GrDrawTarget.h', 103 '<(skia_src_path)/gpu/GrDrawTarget.h',
102 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', 104 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
103 '<(skia_src_path)/gpu/GrFontAtlasSizes.h', 105 '<(skia_src_path)/gpu/GrFontAtlasSizes.h',
104 '<(skia_src_path)/gpu/GrFontScaler.cpp', 106 '<(skia_src_path)/gpu/GrFontScaler.cpp',
105 '<(skia_src_path)/gpu/GrFontScaler.h', 107 '<(skia_src_path)/gpu/GrFontScaler.h',
106 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 108 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
107 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 109 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
108 '<(skia_src_path)/gpu/GrGlyph.h', 110 '<(skia_src_path)/gpu/GrGlyph.h',
109 '<(skia_src_path)/gpu/GrGpu.cpp', 111 '<(skia_src_path)/gpu/GrGpu.cpp',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 417 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
416 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 418 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
417 ], 419 ],
418 'skgpu_null_gl_sources': [ 420 'skgpu_null_gl_sources': [
419 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 421 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
420 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 422 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
421 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 423 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
422 ], 424 ],
423 }, 425 },
424 } 426 }
OLDNEW
« no previous file with comments | « gm/texdata.cpp ('k') | include/gpu/GrContext.h » ('j') | src/effects/SkBlurMaskFilter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698