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

Side by Side Diff: gyp/gpu.gypi

Issue 1698503002: Remove last bit of privacy violation for GrAtlasTextBlob (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase + 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 | src/gpu/GrBatchAtlas.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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 285 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
286 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 286 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
287 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 287 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
288 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 288 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
289 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', 289 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
290 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp', 290 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp',
291 '<(skia_src_path)/gpu/effects/GrYUVEffect.h', 291 '<(skia_src_path)/gpu/effects/GrYUVEffect.h',
292 292
293 # text 293 # text
294 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp', 294 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp',
295 '<(skia_src_path)/gpu/text/GrAtlasTextBlob_regenInBatch.cpp',
295 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h', 296 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h',
296 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp', 297 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp',
297 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h', 298 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h',
298 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', 299 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp',
299 '<(skia_src_path)/gpu/text/GrBatchFontCache.h', 300 '<(skia_src_path)/gpu/text/GrBatchFontCache.h',
300 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', 301 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp',
301 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', 302 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h',
302 '<(skia_src_path)/gpu/text/GrFontScaler.cpp', 303 '<(skia_src_path)/gpu/text/GrFontScaler.cpp',
303 '<(skia_src_path)/gpu/text/GrFontScaler.h', 304 '<(skia_src_path)/gpu/text/GrFontScaler.h',
304 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp', 305 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 493 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
493 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 494 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
494 ], 495 ],
495 'skgpu_null_gl_sources': [ 496 'skgpu_null_gl_sources': [
496 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 497 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
497 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 498 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
498 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 499 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
499 ], 500 ],
500 }, 501 },
501 } 502 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrBatchAtlas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698