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

Side by Side Diff: gyp/utils.gypi

Issue 1032173002: Add a paint filter utility canvas (SkPaintFilterCanvas) (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: rebased Created 5 years, 8 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/utils/SkPaintFilterCanvas.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 'utils' files 5 # Include this gypi to include all 'utils' 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 16 matching lines...) Expand all
27 '<(skia_include_path)/utils/SkDumpCanvas.h', 27 '<(skia_include_path)/utils/SkDumpCanvas.h',
28 '<(skia_include_path)/utils/SkEventTracer.h', 28 '<(skia_include_path)/utils/SkEventTracer.h',
29 '<(skia_include_path)/utils/SkInterpolator.h', 29 '<(skia_include_path)/utils/SkInterpolator.h',
30 '<(skia_include_path)/utils/SkLayer.h', 30 '<(skia_include_path)/utils/SkLayer.h',
31 '<(skia_include_path)/utils/SkMatrix44.h', 31 '<(skia_include_path)/utils/SkMatrix44.h',
32 '<(skia_include_path)/utils/SkMeshUtils.h', 32 '<(skia_include_path)/utils/SkMeshUtils.h',
33 '<(skia_include_path)/utils/SkNinePatch.h', 33 '<(skia_include_path)/utils/SkNinePatch.h',
34 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', 34 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h',
35 '<(skia_include_path)/utils/SkNWayCanvas.h', 35 '<(skia_include_path)/utils/SkNWayCanvas.h',
36 '<(skia_include_path)/utils/SkNullCanvas.h', 36 '<(skia_include_path)/utils/SkNullCanvas.h',
37 '<(skia_include_path)/utils/SkPaintFilterCanvas.h',
37 '<(skia_include_path)/utils/SkParse.h', 38 '<(skia_include_path)/utils/SkParse.h',
38 '<(skia_include_path)/utils/SkParsePaint.h', 39 '<(skia_include_path)/utils/SkParsePaint.h',
39 '<(skia_include_path)/utils/SkParsePath.h', 40 '<(skia_include_path)/utils/SkParsePath.h',
40 '<(skia_include_path)/utils/SkPictureUtils.h', 41 '<(skia_include_path)/utils/SkPictureUtils.h',
41 '<(skia_include_path)/utils/SkRandom.h', 42 '<(skia_include_path)/utils/SkRandom.h',
42 '<(skia_include_path)/utils/SkRTConf.h', 43 '<(skia_include_path)/utils/SkRTConf.h',
43 '<(skia_include_path)/utils/SkTextBox.h', 44 '<(skia_include_path)/utils/SkTextBox.h',
44 45
45 '<(skia_src_path)/utils/SkBase64.cpp', 46 '<(skia_src_path)/utils/SkBase64.cpp',
46 '<(skia_src_path)/utils/SkBase64.h', 47 '<(skia_src_path)/utils/SkBase64.h',
(...skipping 20 matching lines...) Expand all
67 '<(skia_src_path)/utils/SkMatrix22.cpp', 68 '<(skia_src_path)/utils/SkMatrix22.cpp',
68 '<(skia_src_path)/utils/SkMatrix22.h', 69 '<(skia_src_path)/utils/SkMatrix22.h',
69 '<(skia_src_path)/utils/SkMatrix44.cpp', 70 '<(skia_src_path)/utils/SkMatrix44.cpp',
70 '<(skia_src_path)/utils/SkMD5.cpp', 71 '<(skia_src_path)/utils/SkMD5.cpp',
71 '<(skia_src_path)/utils/SkMD5.h', 72 '<(skia_src_path)/utils/SkMD5.h',
72 '<(skia_src_path)/utils/SkMeshUtils.cpp', 73 '<(skia_src_path)/utils/SkMeshUtils.cpp',
73 '<(skia_src_path)/utils/SkNinePatch.cpp', 74 '<(skia_src_path)/utils/SkNinePatch.cpp',
74 '<(skia_src_path)/utils/SkNWayCanvas.cpp', 75 '<(skia_src_path)/utils/SkNWayCanvas.cpp',
75 '<(skia_src_path)/utils/SkNullCanvas.cpp', 76 '<(skia_src_path)/utils/SkNullCanvas.cpp',
76 '<(skia_src_path)/utils/SkOSFile.cpp', 77 '<(skia_src_path)/utils/SkOSFile.cpp',
78 '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp',
77 '<(skia_src_path)/utils/SkParse.cpp', 79 '<(skia_src_path)/utils/SkParse.cpp',
78 '<(skia_src_path)/utils/SkParseColor.cpp', 80 '<(skia_src_path)/utils/SkParseColor.cpp',
79 '<(skia_src_path)/utils/SkParsePath.cpp', 81 '<(skia_src_path)/utils/SkParsePath.cpp',
80 '<(skia_src_path)/utils/SkPictureUtils.cpp', 82 '<(skia_src_path)/utils/SkPictureUtils.cpp',
81 '<(skia_src_path)/utils/SkPatchGrid.cpp', 83 '<(skia_src_path)/utils/SkPatchGrid.cpp',
82 '<(skia_src_path)/utils/SkPatchGrid.h', 84 '<(skia_src_path)/utils/SkPatchGrid.h',
83 '<(skia_src_path)/utils/SkPatchUtils.cpp', 85 '<(skia_src_path)/utils/SkPatchUtils.cpp',
84 '<(skia_src_path)/utils/SkPatchUtils.h', 86 '<(skia_src_path)/utils/SkPatchUtils.h',
85 '<(skia_src_path)/utils/SkPathUtils.cpp', 87 '<(skia_src_path)/utils/SkPathUtils.cpp',
86 '<(skia_src_path)/utils/SkSHA1.cpp', 88 '<(skia_src_path)/utils/SkSHA1.cpp',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '<(skia_src_path)/utils/win/SkWGL.h', 131 '<(skia_src_path)/utils/win/SkWGL.h',
130 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 132 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
131 133
132 #testing 134 #testing
133 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 135 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
134 '<(skia_src_path)/fonts/SkGScalerContext.h', 136 '<(skia_src_path)/fonts/SkGScalerContext.h',
135 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 137 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
136 '<(skia_src_path)/fonts/SkTestScalerContext.h', 138 '<(skia_src_path)/fonts/SkTestScalerContext.h',
137 ], 139 ],
138 } 140 }
OLDNEW
« no previous file with comments | « no previous file | include/utils/SkPaintFilterCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698