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

Side by Side Diff: gyp/gpu.gypi

Issue 1117433002: Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more 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
« no previous file with comments | « no previous file | include/gpu/GrContext.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 85 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
86 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp', 86 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp',
87 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h', 87 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h',
88 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 88 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
89 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 89 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
90 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 90 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
91 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 91 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
92 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 92 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
93 '<(skia_src_path)/gpu/GrDrawTarget.h', 93 '<(skia_src_path)/gpu/GrDrawTarget.h',
94 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', 94 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
95 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.cpp',
96 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.h',
97 '<(skia_src_path)/gpu/GrFontAtlasSizes.h', 95 '<(skia_src_path)/gpu/GrFontAtlasSizes.h',
98 '<(skia_src_path)/gpu/GrFontScaler.cpp', 96 '<(skia_src_path)/gpu/GrFontScaler.cpp',
99 '<(skia_src_path)/gpu/GrFontScaler.h', 97 '<(skia_src_path)/gpu/GrFontScaler.h',
100 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 98 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
101 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 99 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
102 '<(skia_src_path)/gpu/GrGeometryProcessor.cpp', 100 '<(skia_src_path)/gpu/GrGeometryProcessor.cpp',
103 '<(skia_src_path)/gpu/GrGlyph.h', 101 '<(skia_src_path)/gpu/GrGlyph.h',
104 '<(skia_src_path)/gpu/GrGpu.cpp', 102 '<(skia_src_path)/gpu/GrGpu.cpp',
105 '<(skia_src_path)/gpu/GrGpu.h', 103 '<(skia_src_path)/gpu/GrGpu.h',
106 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 104 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 395 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
398 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 396 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
399 ], 397 ],
400 'skgpu_null_gl_sources': [ 398 'skgpu_null_gl_sources': [
401 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 399 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
402 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 400 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
403 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 401 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
404 ], 402 ],
405 }, 403 },
406 } 404 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698