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

Side by Side Diff: gyp/core.gypi

Issue 116183002: remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always f… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | include/config/SkUserConfig.h » ('j') | src/core/SkGeometry.cpp » ('J')
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/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '<(skia_src_path)/core/SkDither.cpp', 76 '<(skia_src_path)/core/SkDither.cpp',
77 '<(skia_src_path)/core/SkDraw.cpp', 77 '<(skia_src_path)/core/SkDraw.cpp',
78 '<(skia_src_path)/core/SkDrawLooper.cpp', 78 '<(skia_src_path)/core/SkDrawLooper.cpp',
79 '<(skia_src_path)/core/SkDrawProcs.h', 79 '<(skia_src_path)/core/SkDrawProcs.h',
80 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 80 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
81 '<(skia_src_path)/core/SkEdgeClipper.cpp', 81 '<(skia_src_path)/core/SkEdgeClipper.cpp',
82 '<(skia_src_path)/core/SkEdge.cpp', 82 '<(skia_src_path)/core/SkEdge.cpp',
83 '<(skia_src_path)/core/SkEdge.h', 83 '<(skia_src_path)/core/SkEdge.h',
84 '<(skia_src_path)/core/SkError.cpp', 84 '<(skia_src_path)/core/SkError.cpp',
85 '<(skia_src_path)/core/SkErrorInternals.h', 85 '<(skia_src_path)/core/SkErrorInternals.h',
86 '<(skia_src_path)/core/SkFP.h',
87 '<(skia_src_path)/core/SkFilterProc.cpp', 86 '<(skia_src_path)/core/SkFilterProc.cpp',
88 '<(skia_src_path)/core/SkFilterProc.h', 87 '<(skia_src_path)/core/SkFilterProc.h',
89 '<(skia_src_path)/core/SkFilterShader.cpp', 88 '<(skia_src_path)/core/SkFilterShader.cpp',
90 '<(skia_src_path)/core/SkFlattenable.cpp', 89 '<(skia_src_path)/core/SkFlattenable.cpp',
91 '<(skia_src_path)/core/SkFlattenableBuffers.cpp', 90 '<(skia_src_path)/core/SkFlattenableBuffers.cpp',
92 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 91 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
93 '<(skia_src_path)/core/SkFloat.cpp', 92 '<(skia_src_path)/core/SkFloat.cpp',
94 '<(skia_src_path)/core/SkFloat.h', 93 '<(skia_src_path)/core/SkFloat.h',
95 '<(skia_src_path)/core/SkFloatBits.cpp', 94 '<(skia_src_path)/core/SkFloatBits.cpp',
96 '<(skia_src_path)/core/SkFontHost.cpp', 95 '<(skia_src_path)/core/SkFontHost.cpp',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 360 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 361 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
363 '<(skia_src_path)/pathops/SkPathOpsRect.h', 362 '<(skia_src_path)/pathops/SkPathOpsRect.h',
364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 363 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 364 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
366 '<(skia_src_path)/pathops/SkPathWriter.h', 365 '<(skia_src_path)/pathops/SkPathWriter.h',
367 '<(skia_src_path)/pathops/SkQuarticRoot.h', 366 '<(skia_src_path)/pathops/SkQuarticRoot.h',
368 '<(skia_src_path)/pathops/SkReduceOrder.h', 367 '<(skia_src_path)/pathops/SkReduceOrder.h',
369 ], 368 ],
370 } 369 }
OLDNEW
« no previous file with comments | « no previous file | include/config/SkUserConfig.h » ('j') | src/core/SkGeometry.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698