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

Side by Side Diff: gyp/gpu.gypi

Issue 1699073004: Delete GrTextContext (Closed) Base URL: https://skia.googlesource.com/skia.git@sever-the-cord
Patch Set: nits 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', 301 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp',
302 '<(skia_src_path)/gpu/text/GrBatchFontCache.h', 302 '<(skia_src_path)/gpu/text/GrBatchFontCache.h',
303 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', 303 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp',
304 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', 304 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h',
305 '<(skia_src_path)/gpu/text/GrFontScaler.cpp', 305 '<(skia_src_path)/gpu/text/GrFontScaler.cpp',
306 '<(skia_src_path)/gpu/text/GrFontScaler.h', 306 '<(skia_src_path)/gpu/text/GrFontScaler.h',
307 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp', 307 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp',
308 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h', 308 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h',
309 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', 309 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp',
310 '<(skia_src_path)/gpu/text/GrTextBlobCache.h', 310 '<(skia_src_path)/gpu/text/GrTextBlobCache.h',
311 '<(skia_src_path)/gpu/text/GrTextContext.cpp',
312 '<(skia_src_path)/gpu/text/GrTextContext.h',
313 '<(skia_src_path)/gpu/text/GrTextUtils.cpp', 311 '<(skia_src_path)/gpu/text/GrTextUtils.cpp',
314 '<(skia_src_path)/gpu/text/GrTextUtils.h', 312 '<(skia_src_path)/gpu/text/GrTextUtils.h',
315 313
316 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 314 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
317 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 315 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
318 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 316 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 317 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
320 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 318 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
321 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 319 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
322 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 320 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 493 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
496 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 494 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
497 ], 495 ],
498 'skgpu_null_gl_sources': [ 496 'skgpu_null_gl_sources': [
499 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 497 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
500 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 498 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
501 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 499 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
502 ], 500 ],
503 }, 501 },
504 } 502 }
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