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

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: fixed more trybot errors. Created 7 years, 5 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
« no previous file with comments | « gyp/tests.gyp ('k') | include/utils/SkPathUtils.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 # Gyp for utils. 1 # Gyp for utils.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'utils', 5 'target_name': 'utils',
6 'product_name': 'skia_utils', 6 'product_name': 'skia_utils',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'include_dirs': [ 9 'include_dirs': [
10 '../include/config', 10 '../include/config',
11 '../include/core', 11 '../include/core',
12 '../include/effects', 12 '../include/effects',
13 '../include/images', 13 '../include/images',
14 '../include/lazy', 14 '../include/lazy',
15 '../include/pathops',
15 '../include/pipe', 16 '../include/pipe',
16 '../include/utils', 17 '../include/utils',
17 '../include/utils/mac', 18 '../include/utils/mac',
18 '../include/utils/unix', 19 '../include/utils/unix',
19 '../include/utils/win', 20 '../include/utils/win',
20 '../include/xml', 21 '../include/xml',
21 '../src/core', 22 '../src/core',
22 '../src/utils', 23 '../src/utils',
23 ], 24 ],
24 'sources': [ 25 'sources': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '../src/utils/SkMD5.h', 76 '../src/utils/SkMD5.h',
76 '../src/utils/SkMeshUtils.cpp', 77 '../src/utils/SkMeshUtils.cpp',
77 '../src/utils/SkNinePatch.cpp', 78 '../src/utils/SkNinePatch.cpp',
78 '../src/utils/SkNWayCanvas.cpp', 79 '../src/utils/SkNWayCanvas.cpp',
79 '../src/utils/SkNullCanvas.cpp', 80 '../src/utils/SkNullCanvas.cpp',
80 '../src/utils/SkOSFile.cpp', 81 '../src/utils/SkOSFile.cpp',
81 '../src/utils/SkParse.cpp', 82 '../src/utils/SkParse.cpp',
82 '../src/utils/SkParseColor.cpp', 83 '../src/utils/SkParseColor.cpp',
83 '../src/utils/SkParsePath.cpp', 84 '../src/utils/SkParsePath.cpp',
84 '../src/utils/SkPictureUtils.cpp', 85 '../src/utils/SkPictureUtils.cpp',
86 '../src/utils/SkPathUtils.cpp',
85 '../src/utils/SkProxyCanvas.cpp', 87 '../src/utils/SkProxyCanvas.cpp',
86 '../src/utils/SkSHA1.cpp', 88 '../src/utils/SkSHA1.cpp',
87 '../src/utils/SkSHA1.h', 89 '../src/utils/SkSHA1.h',
88 '../src/utils/SkRTConf.cpp', 90 '../src/utils/SkRTConf.cpp',
89 '../src/utils/SkThreadUtils.h', 91 '../src/utils/SkThreadUtils.h',
90 '../src/utils/SkThreadUtils_pthread.cpp', 92 '../src/utils/SkThreadUtils_pthread.cpp',
91 '../src/utils/SkThreadUtils_pthread.h', 93 '../src/utils/SkThreadUtils_pthread.h',
92 '../src/utils/SkThreadUtils_pthread_linux.cpp', 94 '../src/utils/SkThreadUtils_pthread_linux.cpp',
93 '../src/utils/SkThreadUtils_pthread_mach.cpp', 95 '../src/utils/SkThreadUtils_pthread_mach.cpp',
94 '../src/utils/SkThreadUtils_pthread_other.cpp', 96 '../src/utils/SkThreadUtils_pthread_other.cpp',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 }, 213 },
212 }, 214 },
213 ], 215 ],
214 } 216 }
215 217
216 # Local Variables: 218 # Local Variables:
217 # tab-width:2 219 # tab-width:2
218 # indent-tabs-mode:nil 220 # indent-tabs-mode:nil
219 # End: 221 # End:
220 # vim: set expandtab tabstop=2 shiftwidth=2: 222 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/tests.gyp ('k') | include/utils/SkPathUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698