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

Side by Side Diff: gyp/utils.gyp

Issue 18503009: Fix SkTFits in to work properly with signed/unsigned mixtures. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Address comments by adding comments and assertions. 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/core/SkTemplates.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',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '../src/utils/SkSHA1.h', 89 '../src/utils/SkSHA1.h',
90 '../src/utils/SkRTConf.cpp', 90 '../src/utils/SkRTConf.cpp',
91 '../src/utils/SkThreadUtils.h', 91 '../src/utils/SkThreadUtils.h',
92 '../src/utils/SkThreadUtils_pthread.cpp', 92 '../src/utils/SkThreadUtils_pthread.cpp',
93 '../src/utils/SkThreadUtils_pthread.h', 93 '../src/utils/SkThreadUtils_pthread.h',
94 '../src/utils/SkThreadUtils_pthread_linux.cpp', 94 '../src/utils/SkThreadUtils_pthread_linux.cpp',
95 '../src/utils/SkThreadUtils_pthread_mach.cpp', 95 '../src/utils/SkThreadUtils_pthread_mach.cpp',
96 '../src/utils/SkThreadUtils_pthread_other.cpp', 96 '../src/utils/SkThreadUtils_pthread_other.cpp',
97 '../src/utils/SkThreadUtils_win.cpp', 97 '../src/utils/SkThreadUtils_win.cpp',
98 '../src/utils/SkThreadUtils_win.h', 98 '../src/utils/SkThreadUtils_win.h',
99 '../src/utils/SkTFitsIn.h',
100 '../src/utils/SkTLogic.h',
99 '../src/utils/SkUnitMappers.cpp', 101 '../src/utils/SkUnitMappers.cpp',
100 102
101 #mac 103 #mac
102 '../include/utils/mac/SkCGUtils.h', 104 '../include/utils/mac/SkCGUtils.h',
103 '../src/utils/mac/SkCreateCGImageRef.cpp', 105 '../src/utils/mac/SkCreateCGImageRef.cpp',
104 106
105 #windows 107 #windows
106 '../include/utils/win/SkAutoCoInitialize.h', 108 '../include/utils/win/SkAutoCoInitialize.h',
107 '../include/utils/win/SkHRESULT.h', 109 '../include/utils/win/SkHRESULT.h',
108 '../include/utils/win/SkIStream.h', 110 '../include/utils/win/SkIStream.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 }, 215 },
214 }, 216 },
215 ], 217 ],
216 } 218 }
217 219
218 # Local Variables: 220 # Local Variables:
219 # tab-width:2 221 # tab-width:2
220 # indent-tabs-mode:nil 222 # indent-tabs-mode:nil
221 # End: 223 # End:
222 # vim: set expandtab tabstop=2 shiftwidth=2: 224 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/tests.gyp ('k') | include/core/SkTemplates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698