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

Side by Side Diff: gyp/core.gypi

Issue 453133003: Remove Matrix/Clip State collapse code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Removed blank lines 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 | src/core/SkMatrixClipStateMgr.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 # 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/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '<(skia_src_path)/core/SkImageGenerator.cpp', 105 '<(skia_src_path)/core/SkImageGenerator.cpp',
106 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', 106 '<(skia_src_path)/core/SkLocalMatrixShader.cpp',
107 '<(skia_src_path)/core/SkLineClipper.cpp', 107 '<(skia_src_path)/core/SkLineClipper.cpp',
108 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 108 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
109 '<(skia_src_path)/core/SkMask.cpp', 109 '<(skia_src_path)/core/SkMask.cpp',
110 '<(skia_src_path)/core/SkMaskFilter.cpp', 110 '<(skia_src_path)/core/SkMaskFilter.cpp',
111 '<(skia_src_path)/core/SkMaskGamma.cpp', 111 '<(skia_src_path)/core/SkMaskGamma.cpp',
112 '<(skia_src_path)/core/SkMaskGamma.h', 112 '<(skia_src_path)/core/SkMaskGamma.h',
113 '<(skia_src_path)/core/SkMath.cpp', 113 '<(skia_src_path)/core/SkMath.cpp',
114 '<(skia_src_path)/core/SkMatrix.cpp', 114 '<(skia_src_path)/core/SkMatrix.cpp',
115 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp',
116 '<(skia_src_path)/core/SkMatrixClipStateMgr.h',
117 '<(skia_src_path)/core/SkMessageBus.h', 115 '<(skia_src_path)/core/SkMessageBus.h',
118 '<(skia_src_path)/core/SkMetaData.cpp', 116 '<(skia_src_path)/core/SkMetaData.cpp',
119 '<(skia_src_path)/core/SkMipMap.cpp', 117 '<(skia_src_path)/core/SkMipMap.cpp',
120 '<(skia_src_path)/core/SkPackBits.cpp', 118 '<(skia_src_path)/core/SkPackBits.cpp',
121 '<(skia_src_path)/core/SkPaint.cpp', 119 '<(skia_src_path)/core/SkPaint.cpp',
122 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp', 120 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp',
123 '<(skia_src_path)/core/SkPaintPriv.cpp', 121 '<(skia_src_path)/core/SkPaintPriv.cpp',
124 '<(skia_src_path)/core/SkPaintPriv.h', 122 '<(skia_src_path)/core/SkPaintPriv.h',
125 '<(skia_src_path)/core/SkPatch.cpp', 123 '<(skia_src_path)/core/SkPatch.cpp',
126 '<(skia_src_path)/core/SkPath.cpp', 124 '<(skia_src_path)/core/SkPath.cpp',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 375 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
378 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 376 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
379 '<(skia_src_path)/pathops/SkPathOpsRect.h', 377 '<(skia_src_path)/pathops/SkPathOpsRect.h',
380 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
381 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 379 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
382 '<(skia_src_path)/pathops/SkPathWriter.h', 380 '<(skia_src_path)/pathops/SkPathWriter.h',
383 '<(skia_src_path)/pathops/SkQuarticRoot.h', 381 '<(skia_src_path)/pathops/SkQuarticRoot.h',
384 '<(skia_src_path)/pathops/SkReduceOrder.h', 382 '<(skia_src_path)/pathops/SkReduceOrder.h',
385 ], 383 ],
386 } 384 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkMatrixClipStateMgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698