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

Side by Side Diff: gyp/utils.gyp

Issue 16829003: Adding my Bitmap2Path sample for 1on1 meeting. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Added SkRegion mode to PathUtils and Test. Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'utils', 4 'target_name': 'utils',
5 'product_name': 'skia_utils', 5 'product_name': 'skia_utils',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'include_dirs': [ 8 'include_dirs': [
9 '../include/config', 9 '../include/config',
10 '../include/core', 10 '../include/core',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 '../src/utils/SkMD5.h', 73 '../src/utils/SkMD5.h',
74 '../src/utils/SkMeshUtils.cpp', 74 '../src/utils/SkMeshUtils.cpp',
75 '../src/utils/SkNinePatch.cpp', 75 '../src/utils/SkNinePatch.cpp',
76 '../src/utils/SkNWayCanvas.cpp', 76 '../src/utils/SkNWayCanvas.cpp',
77 '../src/utils/SkNullCanvas.cpp', 77 '../src/utils/SkNullCanvas.cpp',
78 '../src/utils/SkOSFile.cpp', 78 '../src/utils/SkOSFile.cpp',
79 '../src/utils/SkParse.cpp', 79 '../src/utils/SkParse.cpp',
80 '../src/utils/SkParseColor.cpp', 80 '../src/utils/SkParseColor.cpp',
81 '../src/utils/SkParsePath.cpp', 81 '../src/utils/SkParsePath.cpp',
82 '../src/utils/SkPictureUtils.cpp', 82 '../src/utils/SkPictureUtils.cpp',
83 '../src/utils/SkPathUtils.cpp',
83 '../src/utils/SkProxyCanvas.cpp', 84 '../src/utils/SkProxyCanvas.cpp',
84 '../src/utils/SkSHA1.cpp', 85 '../src/utils/SkSHA1.cpp',
85 '../src/utils/SkSHA1.h', 86 '../src/utils/SkSHA1.h',
86 '../src/utils/SkRTConf.cpp', 87 '../src/utils/SkRTConf.cpp',
87 '../src/utils/SkThreadUtils.h', 88 '../src/utils/SkThreadUtils.h',
88 '../src/utils/SkThreadUtils_pthread.cpp', 89 '../src/utils/SkThreadUtils_pthread.cpp',
89 '../src/utils/SkThreadUtils_pthread.h', 90 '../src/utils/SkThreadUtils_pthread.h',
90 '../src/utils/SkThreadUtils_pthread_linux.cpp', 91 '../src/utils/SkThreadUtils_pthread_linux.cpp',
91 '../src/utils/SkThreadUtils_pthread_mach.cpp', 92 '../src/utils/SkThreadUtils_pthread_mach.cpp',
92 '../src/utils/SkThreadUtils_pthread_other.cpp', 93 '../src/utils/SkThreadUtils_pthread_other.cpp',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }, 210 },
210 }, 211 },
211 ], 212 ],
212 } 213 }
213 214
214 # Local Variables: 215 # Local Variables:
215 # tab-width:2 216 # tab-width:2
216 # indent-tabs-mode:nil 217 # indent-tabs-mode:nil
217 # End: 218 # End:
218 # vim: set expandtab tabstop=2 shiftwidth=2: 219 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/tests.gyp ('k') | include/utils/SkPathUtils.h » ('j') | include/utils/SkPathUtils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698