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

Side by Side Diff: gyp/utils.gypi

Issue 451723003: SkPatchGrid interface (after SkPatch/SkPicture rebase). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use fXferMode Created 6 years, 4 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 | « gyp/gmslides.gypi ('k') | src/utils/SkPatchGrid.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '<(skia_src_path)/utils/SkMD5.h', 71 '<(skia_src_path)/utils/SkMD5.h',
72 '<(skia_src_path)/utils/SkMeshUtils.cpp', 72 '<(skia_src_path)/utils/SkMeshUtils.cpp',
73 '<(skia_src_path)/utils/SkNinePatch.cpp', 73 '<(skia_src_path)/utils/SkNinePatch.cpp',
74 '<(skia_src_path)/utils/SkNWayCanvas.cpp', 74 '<(skia_src_path)/utils/SkNWayCanvas.cpp',
75 '<(skia_src_path)/utils/SkNullCanvas.cpp', 75 '<(skia_src_path)/utils/SkNullCanvas.cpp',
76 '<(skia_src_path)/utils/SkOSFile.cpp', 76 '<(skia_src_path)/utils/SkOSFile.cpp',
77 '<(skia_src_path)/utils/SkParse.cpp', 77 '<(skia_src_path)/utils/SkParse.cpp',
78 '<(skia_src_path)/utils/SkParseColor.cpp', 78 '<(skia_src_path)/utils/SkParseColor.cpp',
79 '<(skia_src_path)/utils/SkParsePath.cpp', 79 '<(skia_src_path)/utils/SkParsePath.cpp',
80 '<(skia_src_path)/utils/SkPictureUtils.cpp', 80 '<(skia_src_path)/utils/SkPictureUtils.cpp',
81 '<(skia_src_path)/utils/SkPatchGrid.cpp',
82 '<(skia_src_path)/utils/SkPatchGrid.h',
81 '<(skia_src_path)/utils/SkPatchUtils.cpp', 83 '<(skia_src_path)/utils/SkPatchUtils.cpp',
82 '<(skia_src_path)/utils/SkPatchUtils.h', 84 '<(skia_src_path)/utils/SkPatchUtils.h',
83 '<(skia_src_path)/utils/SkPathUtils.cpp', 85 '<(skia_src_path)/utils/SkPathUtils.cpp',
84 '<(skia_src_path)/utils/SkProxyCanvas.cpp', 86 '<(skia_src_path)/utils/SkProxyCanvas.cpp',
85 '<(skia_src_path)/utils/SkSHA1.cpp', 87 '<(skia_src_path)/utils/SkSHA1.cpp',
86 '<(skia_src_path)/utils/SkSHA1.h', 88 '<(skia_src_path)/utils/SkSHA1.h',
87 '<(skia_src_path)/utils/SkRTConf.cpp', 89 '<(skia_src_path)/utils/SkRTConf.cpp',
88 '<(skia_src_path)/utils/SkTextureCompressor.cpp', 90 '<(skia_src_path)/utils/SkTextureCompressor.cpp',
89 '<(skia_src_path)/utils/SkTextureCompressor.h', 91 '<(skia_src_path)/utils/SkTextureCompressor.h',
90 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp', 92 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 '<(skia_src_path)/utils/win/SkIStream.cpp', 127 '<(skia_src_path)/utils/win/SkIStream.cpp',
126 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 128 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
127 129
128 #testing 130 #testing
129 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 131 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
130 '<(skia_src_path)/fonts/SkGScalerContext.h', 132 '<(skia_src_path)/fonts/SkGScalerContext.h',
131 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 133 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
132 '<(skia_src_path)/fonts/SkTestScalerContext.h', 134 '<(skia_src_path)/fonts/SkTestScalerContext.h',
133 ], 135 ],
134 } 136 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | src/utils/SkPatchGrid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698