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

Side by Side Diff: gyp/core.gypi

Issue 1562193002: add SkShader::newWithColorFilter (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweak formatting Created 4 years, 11 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 | « gm/colorfilterimagefilter.cpp ('k') | include/core/SkShader.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 'core' files 5 # Include this gypi to include all 'core' 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', 63 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
64 '<(skia_src_path)/core/SkBuffer.cpp', 64 '<(skia_src_path)/core/SkBuffer.cpp',
65 '<(skia_src_path)/core/SkCachedData.cpp', 65 '<(skia_src_path)/core/SkCachedData.cpp',
66 '<(skia_src_path)/core/SkCanvas.cpp', 66 '<(skia_src_path)/core/SkCanvas.cpp',
67 '<(skia_src_path)/core/SkCanvasPriv.h', 67 '<(skia_src_path)/core/SkCanvasPriv.h',
68 '<(skia_src_path)/core/SkChecksum.cpp', 68 '<(skia_src_path)/core/SkChecksum.cpp',
69 '<(skia_src_path)/core/SkChunkAlloc.cpp', 69 '<(skia_src_path)/core/SkChunkAlloc.cpp',
70 '<(skia_src_path)/core/SkClipStack.cpp', 70 '<(skia_src_path)/core/SkClipStack.cpp',
71 '<(skia_src_path)/core/SkColor.cpp', 71 '<(skia_src_path)/core/SkColor.cpp',
72 '<(skia_src_path)/core/SkColorFilter.cpp', 72 '<(skia_src_path)/core/SkColorFilter.cpp',
73 '<(skia_src_path)/core/SkColorFilterShader.cpp',
73 '<(skia_src_path)/core/SkColorShader.h', 74 '<(skia_src_path)/core/SkColorShader.h',
74 '<(skia_src_path)/core/SkColorTable.cpp', 75 '<(skia_src_path)/core/SkColorTable.cpp',
75 '<(skia_src_path)/core/SkComposeShader.cpp', 76 '<(skia_src_path)/core/SkComposeShader.cpp',
76 '<(skia_src_path)/core/SkConfig8888.cpp', 77 '<(skia_src_path)/core/SkConfig8888.cpp',
77 '<(skia_src_path)/core/SkConfig8888.h', 78 '<(skia_src_path)/core/SkConfig8888.h',
78 '<(skia_src_path)/core/SkConvolver.cpp', 79 '<(skia_src_path)/core/SkConvolver.cpp',
79 '<(skia_src_path)/core/SkConvolver.h', 80 '<(skia_src_path)/core/SkConvolver.h',
80 '<(skia_src_path)/core/SkCoreBlitters.h', 81 '<(skia_src_path)/core/SkCoreBlitters.h',
81 '<(skia_src_path)/core/SkCubicClipper.cpp', 82 '<(skia_src_path)/core/SkCubicClipper.cpp',
82 '<(skia_src_path)/core/SkCubicClipper.h', 83 '<(skia_src_path)/core/SkCubicClipper.h',
(...skipping 22 matching lines...) Expand all
105 '<(skia_src_path)/core/SkEdgeClipper.h', 106 '<(skia_src_path)/core/SkEdgeClipper.h',
106 '<(skia_src_path)/core/SkEmptyShader.h', 107 '<(skia_src_path)/core/SkEmptyShader.h',
107 '<(skia_src_path)/core/SkEndian.h', 108 '<(skia_src_path)/core/SkEndian.h',
108 '<(skia_src_path)/core/SkEdge.cpp', 109 '<(skia_src_path)/core/SkEdge.cpp',
109 '<(skia_src_path)/core/SkEdge.h', 110 '<(skia_src_path)/core/SkEdge.h',
110 '<(skia_src_path)/core/SkError.cpp', 111 '<(skia_src_path)/core/SkError.cpp',
111 '<(skia_src_path)/core/SkErrorInternals.h', 112 '<(skia_src_path)/core/SkErrorInternals.h',
112 '<(skia_src_path)/core/SkFDot6.h', 113 '<(skia_src_path)/core/SkFDot6.h',
113 '<(skia_src_path)/core/SkFilterProc.cpp', 114 '<(skia_src_path)/core/SkFilterProc.cpp',
114 '<(skia_src_path)/core/SkFilterProc.h', 115 '<(skia_src_path)/core/SkFilterProc.h',
115 '<(skia_src_path)/core/SkFilterShader.cpp',
116 '<(skia_src_path)/core/SkFindAndPlaceGlyph.h', 116 '<(skia_src_path)/core/SkFindAndPlaceGlyph.h',
117 '<(skia_src_path)/core/SkFlattenable.cpp', 117 '<(skia_src_path)/core/SkFlattenable.cpp',
118 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 118 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
119 '<(skia_src_path)/core/SkFloatBits.cpp', 119 '<(skia_src_path)/core/SkFloatBits.cpp',
120 '<(skia_src_path)/core/SkFont.cpp', 120 '<(skia_src_path)/core/SkFont.cpp',
121 '<(skia_src_path)/core/SkFontHost.cpp', 121 '<(skia_src_path)/core/SkFontHost.cpp',
122 '<(skia_src_path)/core/SkFontMgr.cpp', 122 '<(skia_src_path)/core/SkFontMgr.cpp',
123 '<(skia_src_path)/core/SkFontStyle.cpp', 123 '<(skia_src_path)/core/SkFontStyle.cpp',
124 '<(skia_src_path)/core/SkFontDescriptor.cpp', 124 '<(skia_src_path)/core/SkFontDescriptor.cpp',
125 '<(skia_src_path)/core/SkFontDescriptor.h', 125 '<(skia_src_path)/core/SkFontDescriptor.h',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 '<(skia_src_path)/pathops/SkPathOpsLine.h', 469 '<(skia_src_path)/pathops/SkPathOpsLine.h',
470 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 470 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
471 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 471 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
472 '<(skia_src_path)/pathops/SkPathOpsRect.h', 472 '<(skia_src_path)/pathops/SkPathOpsRect.h',
473 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 473 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
474 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 474 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
475 '<(skia_src_path)/pathops/SkPathWriter.h', 475 '<(skia_src_path)/pathops/SkPathWriter.h',
476 '<(skia_src_path)/pathops/SkReduceOrder.h', 476 '<(skia_src_path)/pathops/SkReduceOrder.h',
477 ], 477 ],
478 } 478 }
OLDNEW
« no previous file with comments | « gm/colorfilterimagefilter.cpp ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698