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

Side by Side Diff: gyp/utils.gyp

Issue 287063009: Revert of remove unused (by clients) SkUnitMapper (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 7 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/skia_for_chromium_defines.gypi ('k') | include/core/SkFlattenable.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 'dependencies': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '../include/utils/SkNoSaveLayerCanvas.h', 49 '../include/utils/SkNoSaveLayerCanvas.h',
50 '../include/utils/SkNWayCanvas.h', 50 '../include/utils/SkNWayCanvas.h',
51 '../include/utils/SkNullCanvas.h', 51 '../include/utils/SkNullCanvas.h',
52 '../include/utils/SkParse.h', 52 '../include/utils/SkParse.h',
53 '../include/utils/SkParsePaint.h', 53 '../include/utils/SkParsePaint.h',
54 '../include/utils/SkParsePath.h', 54 '../include/utils/SkParsePath.h',
55 '../include/utils/SkPictureUtils.h', 55 '../include/utils/SkPictureUtils.h',
56 '../include/utils/SkRandom.h', 56 '../include/utils/SkRandom.h',
57 '../include/utils/SkRTConf.h', 57 '../include/utils/SkRTConf.h',
58 '../include/utils/SkProxyCanvas.h', 58 '../include/utils/SkProxyCanvas.h',
59 '../include/utils/SkUnitMappers.h',
59 '../include/utils/SkWGL.h', 60 '../include/utils/SkWGL.h',
60 61
61 '../src/utils/SkBase64.cpp', 62 '../src/utils/SkBase64.cpp',
62 '../src/utils/SkBase64.h', 63 '../src/utils/SkBase64.h',
63 '../src/utils/SkBitmapHasher.cpp', 64 '../src/utils/SkBitmapHasher.cpp',
64 '../src/utils/SkBitmapHasher.h', 65 '../src/utils/SkBitmapHasher.h',
65 '../src/utils/SkBitSet.cpp', 66 '../src/utils/SkBitSet.cpp',
66 '../src/utils/SkBitSet.h', 67 '../src/utils/SkBitSet.h',
67 '../src/utils/SkBoundaryPatch.cpp', 68 '../src/utils/SkBoundaryPatch.cpp',
68 '../src/utils/SkFrontBufferedStream.cpp', 69 '../src/utils/SkFrontBufferedStream.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 '../src/utils/SkThreadUtils.h', 103 '../src/utils/SkThreadUtils.h',
103 '../src/utils/SkThreadUtils_pthread.cpp', 104 '../src/utils/SkThreadUtils_pthread.cpp',
104 '../src/utils/SkThreadUtils_pthread.h', 105 '../src/utils/SkThreadUtils_pthread.h',
105 '../src/utils/SkThreadUtils_pthread_linux.cpp', 106 '../src/utils/SkThreadUtils_pthread_linux.cpp',
106 '../src/utils/SkThreadUtils_pthread_mach.cpp', 107 '../src/utils/SkThreadUtils_pthread_mach.cpp',
107 '../src/utils/SkThreadUtils_pthread_other.cpp', 108 '../src/utils/SkThreadUtils_pthread_other.cpp',
108 '../src/utils/SkThreadUtils_win.cpp', 109 '../src/utils/SkThreadUtils_win.cpp',
109 '../src/utils/SkThreadUtils_win.h', 110 '../src/utils/SkThreadUtils_win.h',
110 '../src/utils/SkTFitsIn.h', 111 '../src/utils/SkTFitsIn.h',
111 '../src/utils/SkTLogic.h', 112 '../src/utils/SkTLogic.h',
113 '../src/utils/SkUnitMappers.cpp',
112 114
113 #mac 115 #mac
114 '../include/utils/mac/SkCGUtils.h', 116 '../include/utils/mac/SkCGUtils.h',
115 '../src/utils/mac/SkCreateCGImageRef.cpp', 117 '../src/utils/mac/SkCreateCGImageRef.cpp',
116 118
117 #windows 119 #windows
118 '../include/utils/win/SkAutoCoInitialize.h', 120 '../include/utils/win/SkAutoCoInitialize.h',
119 '../include/utils/win/SkHRESULT.h', 121 '../include/utils/win/SkHRESULT.h',
120 '../include/utils/win/SkIStream.h', 122 '../include/utils/win/SkIStream.h',
121 '../include/utils/win/SkTScopedComPtr.h', 123 '../include/utils/win/SkTScopedComPtr.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 ], 231 ],
230 'direct_dependent_settings': { 232 'direct_dependent_settings': {
231 'include_dirs': [ 233 'include_dirs': [
232 '../include/utils', 234 '../include/utils',
233 '../src/utils', 235 '../src/utils',
234 ], 236 ],
235 }, 237 },
236 }, 238 },
237 ], 239 ],
238 } 240 }
OLDNEW
« no previous file with comments | « gyp/skia_for_chromium_defines.gypi ('k') | include/core/SkFlattenable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698