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

Side by Side Diff: gyp/core.gypi

Issue 134163010: Refactor read and write buffers. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: original write flags were fine Created 6 years, 10 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
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 77 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
78 '<(skia_src_path)/core/SkEdgeClipper.cpp', 78 '<(skia_src_path)/core/SkEdgeClipper.cpp',
79 '<(skia_src_path)/core/SkEdge.cpp', 79 '<(skia_src_path)/core/SkEdge.cpp',
80 '<(skia_src_path)/core/SkEdge.h', 80 '<(skia_src_path)/core/SkEdge.h',
81 '<(skia_src_path)/core/SkError.cpp', 81 '<(skia_src_path)/core/SkError.cpp',
82 '<(skia_src_path)/core/SkErrorInternals.h', 82 '<(skia_src_path)/core/SkErrorInternals.h',
83 '<(skia_src_path)/core/SkFilterProc.cpp', 83 '<(skia_src_path)/core/SkFilterProc.cpp',
84 '<(skia_src_path)/core/SkFilterProc.h', 84 '<(skia_src_path)/core/SkFilterProc.h',
85 '<(skia_src_path)/core/SkFilterShader.cpp', 85 '<(skia_src_path)/core/SkFilterShader.cpp',
86 '<(skia_src_path)/core/SkFlattenable.cpp', 86 '<(skia_src_path)/core/SkFlattenable.cpp',
87 '<(skia_src_path)/core/SkFlattenableBuffers.cpp',
88 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 87 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
89 '<(skia_src_path)/core/SkFloat.cpp', 88 '<(skia_src_path)/core/SkFloat.cpp',
90 '<(skia_src_path)/core/SkFloat.h', 89 '<(skia_src_path)/core/SkFloat.h',
91 '<(skia_src_path)/core/SkFloatBits.cpp', 90 '<(skia_src_path)/core/SkFloatBits.cpp',
92 '<(skia_src_path)/core/SkFontHost.cpp', 91 '<(skia_src_path)/core/SkFontHost.cpp',
93 '<(skia_src_path)/core/SkFontDescriptor.cpp', 92 '<(skia_src_path)/core/SkFontDescriptor.cpp',
94 '<(skia_src_path)/core/SkFontDescriptor.h', 93 '<(skia_src_path)/core/SkFontDescriptor.h',
95 '<(skia_src_path)/core/SkFontStream.cpp', 94 '<(skia_src_path)/core/SkFontStream.cpp',
96 '<(skia_src_path)/core/SkFontStream.h', 95 '<(skia_src_path)/core/SkFontStream.h',
97 '<(skia_src_path)/core/SkGeometry.cpp', 96 '<(skia_src_path)/core/SkGeometry.cpp',
98 '<(skia_src_path)/core/SkGlyphCache.cpp', 97 '<(skia_src_path)/core/SkGlyphCache.cpp',
99 '<(skia_src_path)/core/SkGlyphCache.h', 98 '<(skia_src_path)/core/SkGlyphCache.h',
100 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 99 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
101 '<(skia_src_path)/core/SkGraphics.cpp', 100 '<(skia_src_path)/core/SkGraphics.cpp',
102 '<(skia_src_path)/core/SkInstCnt.cpp', 101 '<(skia_src_path)/core/SkInstCnt.cpp',
103 '<(skia_src_path)/core/SkImageFilter.cpp', 102 '<(skia_src_path)/core/SkImageFilter.cpp',
104 '<(skia_src_path)/core/SkImageFilterUtils.cpp', 103 '<(skia_src_path)/core/SkImageFilterUtils.cpp',
105 '<(skia_src_path)/core/SkImageInfo.cpp', 104 '<(skia_src_path)/core/SkImageInfo.cpp',
106 '<(skia_src_path)/core/SkLineClipper.cpp', 105 '<(skia_src_path)/core/SkLineClipper.cpp',
107 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 106 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
108 '<(skia_src_path)/core/SkMask.cpp', 107 '<(skia_src_path)/core/SkMask.cpp',
109 '<(skia_src_path)/core/SkMaskFilter.cpp', 108 '<(skia_src_path)/core/SkMaskFilter.cpp',
110 '<(skia_src_path)/core/SkMaskGamma.cpp', 109 '<(skia_src_path)/core/SkMaskGamma.cpp',
111 '<(skia_src_path)/core/SkMaskGamma.h', 110 '<(skia_src_path)/core/SkMaskGamma.h',
112 '<(skia_src_path)/core/SkMath.cpp', 111 '<(skia_src_path)/core/SkMath.cpp',
113 '<(skia_src_path)/core/SkMatrix.cpp', 112 '<(skia_src_path)/core/SkMatrix.cpp',
114 '<(skia_src_path)/core/SkMessageBus.h', 113 '<(skia_src_path)/core/SkMessageBus.h',
115 '<(skia_src_path)/core/SkMetaData.cpp', 114 '<(skia_src_path)/core/SkMetaData.cpp',
116 '<(skia_src_path)/core/SkMipMap.cpp', 115 '<(skia_src_path)/core/SkMipMap.cpp',
117 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', 116 '<(skia_src_path)/core/SkReadBuffer.cpp',
118 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', 117 '<(skia_src_path)/core/SkWriteBuffer.cpp',
119 '<(skia_src_path)/core/SkPackBits.cpp', 118 '<(skia_src_path)/core/SkPackBits.cpp',
120 '<(skia_src_path)/core/SkPaint.cpp', 119 '<(skia_src_path)/core/SkPaint.cpp',
121 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp', 120 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp',
122 '<(skia_src_path)/core/SkPaintPriv.cpp', 121 '<(skia_src_path)/core/SkPaintPriv.cpp',
123 '<(skia_src_path)/core/SkPaintPriv.h', 122 '<(skia_src_path)/core/SkPaintPriv.h',
124 '<(skia_src_path)/core/SkPath.cpp', 123 '<(skia_src_path)/core/SkPath.cpp',
125 '<(skia_src_path)/core/SkPathEffect.cpp', 124 '<(skia_src_path)/core/SkPathEffect.cpp',
126 '<(skia_src_path)/core/SkPathHeap.cpp', 125 '<(skia_src_path)/core/SkPathHeap.cpp',
127 '<(skia_src_path)/core/SkPathHeap.h', 126 '<(skia_src_path)/core/SkPathHeap.h',
128 '<(skia_src_path)/core/SkPathMeasure.cpp', 127 '<(skia_src_path)/core/SkPathMeasure.cpp',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 354 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
356 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 355 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
357 '<(skia_src_path)/pathops/SkPathOpsRect.h', 356 '<(skia_src_path)/pathops/SkPathOpsRect.h',
358 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 357 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
359 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 358 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
360 '<(skia_src_path)/pathops/SkPathWriter.h', 359 '<(skia_src_path)/pathops/SkPathWriter.h',
361 '<(skia_src_path)/pathops/SkQuarticRoot.h', 360 '<(skia_src_path)/pathops/SkQuarticRoot.h',
362 '<(skia_src_path)/pathops/SkReduceOrder.h', 361 '<(skia_src_path)/pathops/SkReduceOrder.h',
363 ], 362 ],
364 } 363 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698