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

Side by Side Diff: gyp/utils.gypi

Issue 886813002: Remove SkProxyCanvas. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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/utils/SkProxyCanvas.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 # Include this gypi to include all 'utils' files 1 # Include this gypi to include all 'utils' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 # Classes for a threadpool. 10 # Classes for a threadpool.
(...skipping 18 matching lines...) Expand all
29 '<(skia_include_path)/utils/SkNinePatch.h', 29 '<(skia_include_path)/utils/SkNinePatch.h',
30 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', 30 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h',
31 '<(skia_include_path)/utils/SkNWayCanvas.h', 31 '<(skia_include_path)/utils/SkNWayCanvas.h',
32 '<(skia_include_path)/utils/SkNullCanvas.h', 32 '<(skia_include_path)/utils/SkNullCanvas.h',
33 '<(skia_include_path)/utils/SkParse.h', 33 '<(skia_include_path)/utils/SkParse.h',
34 '<(skia_include_path)/utils/SkParsePaint.h', 34 '<(skia_include_path)/utils/SkParsePaint.h',
35 '<(skia_include_path)/utils/SkParsePath.h', 35 '<(skia_include_path)/utils/SkParsePath.h',
36 '<(skia_include_path)/utils/SkPictureUtils.h', 36 '<(skia_include_path)/utils/SkPictureUtils.h',
37 '<(skia_include_path)/utils/SkRandom.h', 37 '<(skia_include_path)/utils/SkRandom.h',
38 '<(skia_include_path)/utils/SkRTConf.h', 38 '<(skia_include_path)/utils/SkRTConf.h',
39 '<(skia_include_path)/utils/SkProxyCanvas.h',
40 '<(skia_include_path)/utils/SkTextBox.h', 39 '<(skia_include_path)/utils/SkTextBox.h',
41 40
42 '<(skia_src_path)/utils/SkBase64.cpp', 41 '<(skia_src_path)/utils/SkBase64.cpp',
43 '<(skia_src_path)/utils/SkBase64.h', 42 '<(skia_src_path)/utils/SkBase64.h',
44 '<(skia_src_path)/utils/SkBitmapHasher.cpp', 43 '<(skia_src_path)/utils/SkBitmapHasher.cpp',
45 '<(skia_src_path)/utils/SkBitmapHasher.h', 44 '<(skia_src_path)/utils/SkBitmapHasher.h',
46 '<(skia_src_path)/utils/SkBitSet.cpp', 45 '<(skia_src_path)/utils/SkBitSet.cpp',
47 '<(skia_src_path)/utils/SkBitSet.h', 46 '<(skia_src_path)/utils/SkBitSet.h',
48 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', 47 '<(skia_src_path)/utils/SkBoundaryPatch.cpp',
49 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', 48 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp',
(...skipping 23 matching lines...) Expand all
73 '<(skia_src_path)/utils/SkOSFile.cpp', 72 '<(skia_src_path)/utils/SkOSFile.cpp',
74 '<(skia_src_path)/utils/SkParse.cpp', 73 '<(skia_src_path)/utils/SkParse.cpp',
75 '<(skia_src_path)/utils/SkParseColor.cpp', 74 '<(skia_src_path)/utils/SkParseColor.cpp',
76 '<(skia_src_path)/utils/SkParsePath.cpp', 75 '<(skia_src_path)/utils/SkParsePath.cpp',
77 '<(skia_src_path)/utils/SkPictureUtils.cpp', 76 '<(skia_src_path)/utils/SkPictureUtils.cpp',
78 '<(skia_src_path)/utils/SkPatchGrid.cpp', 77 '<(skia_src_path)/utils/SkPatchGrid.cpp',
79 '<(skia_src_path)/utils/SkPatchGrid.h', 78 '<(skia_src_path)/utils/SkPatchGrid.h',
80 '<(skia_src_path)/utils/SkPatchUtils.cpp', 79 '<(skia_src_path)/utils/SkPatchUtils.cpp',
81 '<(skia_src_path)/utils/SkPatchUtils.h', 80 '<(skia_src_path)/utils/SkPatchUtils.h',
82 '<(skia_src_path)/utils/SkPathUtils.cpp', 81 '<(skia_src_path)/utils/SkPathUtils.cpp',
83 '<(skia_src_path)/utils/SkProxyCanvas.cpp',
84 '<(skia_src_path)/utils/SkSHA1.cpp', 82 '<(skia_src_path)/utils/SkSHA1.cpp',
85 '<(skia_src_path)/utils/SkSHA1.h', 83 '<(skia_src_path)/utils/SkSHA1.h',
86 '<(skia_src_path)/utils/SkRTConf.cpp', 84 '<(skia_src_path)/utils/SkRTConf.cpp',
87 '<(skia_src_path)/utils/SkTextBox.cpp', 85 '<(skia_src_path)/utils/SkTextBox.cpp',
88 '<(skia_src_path)/utils/SkTextureCompressor.cpp', 86 '<(skia_src_path)/utils/SkTextureCompressor.cpp',
89 '<(skia_src_path)/utils/SkTextureCompressor.h', 87 '<(skia_src_path)/utils/SkTextureCompressor.h',
90 '<(skia_src_path)/utils/SkTextureCompressor_Utils.h', 88 '<(skia_src_path)/utils/SkTextureCompressor_Utils.h',
91 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp', 89 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp',
92 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h', 90 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h',
93 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h', 91 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '<(skia_src_path)/utils/win/SkWGL.h', 125 '<(skia_src_path)/utils/win/SkWGL.h',
128 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 126 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
129 127
130 #testing 128 #testing
131 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 129 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
132 '<(skia_src_path)/fonts/SkGScalerContext.h', 130 '<(skia_src_path)/fonts/SkGScalerContext.h',
133 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 131 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
134 '<(skia_src_path)/fonts/SkTestScalerContext.h', 132 '<(skia_src_path)/fonts/SkTestScalerContext.h',
135 ], 133 ],
136 } 134 }
OLDNEW
« no previous file with comments | « no previous file | include/utils/SkProxyCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698