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

Side by Side Diff: gyp/utils.gyp

Issue 120553003: NoSaveLayerCanvas now its own file (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 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 | « no previous file | src/utils/SkNoSaveLayerCanvas.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 29 matching lines...) Expand all
40 '../include/utils/SkCubicInterval.h', 40 '../include/utils/SkCubicInterval.h',
41 '../include/utils/SkCullPoints.h', 41 '../include/utils/SkCullPoints.h',
42 '../include/utils/SkDebugUtils.h', 42 '../include/utils/SkDebugUtils.h',
43 '../include/utils/SkDeferredCanvas.h', 43 '../include/utils/SkDeferredCanvas.h',
44 '../include/utils/SkDumpCanvas.h', 44 '../include/utils/SkDumpCanvas.h',
45 '../include/utils/SkInterpolator.h', 45 '../include/utils/SkInterpolator.h',
46 '../include/utils/SkLayer.h', 46 '../include/utils/SkLayer.h',
47 '../include/utils/SkMatrix44.h', 47 '../include/utils/SkMatrix44.h',
48 '../include/utils/SkMeshUtils.h', 48 '../include/utils/SkMeshUtils.h',
49 '../include/utils/SkNinePatch.h', 49 '../include/utils/SkNinePatch.h',
50 '../include/utils/SkNoSaveLayerCanvas.h',
bungeman-skia 2014/01/07 18:58:09 This file is in 'src', not 'include'?
50 '../include/utils/SkNWayCanvas.h', 51 '../include/utils/SkNWayCanvas.h',
51 '../include/utils/SkNullCanvas.h', 52 '../include/utils/SkNullCanvas.h',
52 '../include/utils/SkParse.h', 53 '../include/utils/SkParse.h',
53 '../include/utils/SkParsePaint.h', 54 '../include/utils/SkParsePaint.h',
54 '../include/utils/SkParsePath.h', 55 '../include/utils/SkParsePath.h',
55 '../include/utils/SkPictureUtils.h', 56 '../include/utils/SkPictureUtils.h',
56 '../include/utils/SkRandom.h', 57 '../include/utils/SkRandom.h',
57 '../include/utils/SkRTConf.h', 58 '../include/utils/SkRTConf.h',
58 '../include/utils/SkProxyCanvas.h', 59 '../include/utils/SkProxyCanvas.h',
59 '../include/utils/SkUnitMappers.h', 60 '../include/utils/SkUnitMappers.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 }], 222 }],
222 ], 223 ],
223 'direct_dependent_settings': { 224 'direct_dependent_settings': {
224 'include_dirs': [ 225 'include_dirs': [
225 '../include/utils', 226 '../include/utils',
226 ], 227 ],
227 }, 228 },
228 }, 229 },
229 ], 230 ],
230 } 231 }
OLDNEW
« no previous file with comments | « no previous file | src/utils/SkNoSaveLayerCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698