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

Side by Side Diff: experimental/webtry/templates/template.cpp

Issue 472303006: Revert "Move SkReadBuffer.h and SkReader32.h out of include." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // To regenerate this list of includes run the following command from skia/inclu de: 1 // To regenerate this list of includes run the following command from skia/inclu de:
2 // 2 //
3 // find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort 3 // find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort
4 // 4 //
5 #include "Sk1DPathEffect.h" 5 #include "Sk1DPathEffect.h"
6 #include "Sk2DPathEffect.h" 6 #include "Sk2DPathEffect.h"
7 #include "SkAdvancedTypefaceMetrics.h" 7 #include "SkAdvancedTypefaceMetrics.h"
8 #include "SkAlphaThresholdFilter.h" 8 #include "SkAlphaThresholdFilter.h"
9 #include "SkAnnotation.h" 9 #include "SkAnnotation.h"
10 #include "SkArithmeticMode.h" 10 #include "SkArithmeticMode.h"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 #include "SkDraw.h" 48 #include "SkDraw.h"
49 #include "SkDrawLooper.h" 49 #include "SkDrawLooper.h"
50 #include "SkDropShadowImageFilter.h" 50 #include "SkDropShadowImageFilter.h"
51 #include "SkDynamicAnnotations.h" 51 #include "SkDynamicAnnotations.h"
52 #include "SkEmbossMaskFilter.h" 52 #include "SkEmbossMaskFilter.h"
53 #include "SkEmptyShader.h" 53 #include "SkEmptyShader.h"
54 #include "SkEndian.h" 54 #include "SkEndian.h"
55 #include "SkError.h" 55 #include "SkError.h"
56 #include "SkFixed.h" 56 #include "SkFixed.h"
57 #include "SkFlate.h" 57 #include "SkFlate.h"
58 #include "SkFlattenableBuffers.h"
58 #include "SkFlattenable.h" 59 #include "SkFlattenable.h"
59 #include "SkFlattenableSerialization.h" 60 #include "SkFlattenableSerialization.h"
60 #include "SkFloatBits.h" 61 #include "SkFloatBits.h"
61 #include "SkFloatingPoint.h" 62 #include "SkFloatingPoint.h"
62 #include "SkFont.h" 63 #include "SkFont.h"
63 #include "SkFontHost.h" 64 #include "SkFontHost.h"
64 #include "SkFontLCDConfig.h" 65 #include "SkFontLCDConfig.h"
65 #include "SkGeometry.h" 66 #include "SkGeometry.h"
66 #include "SkGradientShader.h" 67 #include "SkGradientShader.h"
67 #include "SkGraphics.h" 68 #include "SkGraphics.h"
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 #include "SkVertState.h" 151 #include "SkVertState.h"
151 #include "SkWeakRefCnt.h" 152 #include "SkWeakRefCnt.h"
152 #include "SkWriteBuffer.h" 153 #include "SkWriteBuffer.h"
153 #include "SkWriter32.h" 154 #include "SkWriter32.h"
154 #include "SkXfermode.h" 155 #include "SkXfermode.h"
155 #include "SkXfermodeImageFilter.h" 156 #include "SkXfermodeImageFilter.h"
156 157
157 SkBitmap source; 158 SkBitmap source;
158 159
159 {{.Code}} 160 {{.Code}}
OLDNEW
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698