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

Side by Side Diff: gyp/core.gypi

Issue 113873008: remove unused SkFixed and SkFract functions (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
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '<(skia_src_path)/core/SkChunkAlloc.cpp', 52 '<(skia_src_path)/core/SkChunkAlloc.cpp',
53 '<(skia_src_path)/core/SkClipStack.cpp', 53 '<(skia_src_path)/core/SkClipStack.cpp',
54 '<(skia_src_path)/core/SkColor.cpp', 54 '<(skia_src_path)/core/SkColor.cpp',
55 '<(skia_src_path)/core/SkColorFilter.cpp', 55 '<(skia_src_path)/core/SkColorFilter.cpp',
56 '<(skia_src_path)/core/SkColorTable.cpp', 56 '<(skia_src_path)/core/SkColorTable.cpp',
57 '<(skia_src_path)/core/SkComposeShader.cpp', 57 '<(skia_src_path)/core/SkComposeShader.cpp',
58 '<(skia_src_path)/core/SkConfig8888.cpp', 58 '<(skia_src_path)/core/SkConfig8888.cpp',
59 '<(skia_src_path)/core/SkConfig8888.h', 59 '<(skia_src_path)/core/SkConfig8888.h',
60 '<(skia_src_path)/core/SkConvolver.cpp', 60 '<(skia_src_path)/core/SkConvolver.cpp',
61 '<(skia_src_path)/core/SkConvolver.h', 61 '<(skia_src_path)/core/SkConvolver.h',
62 '<(skia_src_path)/core/SkCordic.cpp',
63 '<(skia_src_path)/core/SkCordic.h',
64 '<(skia_src_path)/core/SkCoreBlitters.h', 62 '<(skia_src_path)/core/SkCoreBlitters.h',
65 '<(skia_src_path)/core/SkCubicClipper.cpp', 63 '<(skia_src_path)/core/SkCubicClipper.cpp',
66 '<(skia_src_path)/core/SkCubicClipper.h', 64 '<(skia_src_path)/core/SkCubicClipper.h',
67 '<(skia_src_path)/core/SkData.cpp', 65 '<(skia_src_path)/core/SkData.cpp',
68 '<(skia_src_path)/core/SkDataTable.cpp', 66 '<(skia_src_path)/core/SkDataTable.cpp',
69 '<(skia_src_path)/core/SkDebug.cpp', 67 '<(skia_src_path)/core/SkDebug.cpp',
70 '<(skia_src_path)/core/SkDeque.cpp', 68 '<(skia_src_path)/core/SkDeque.cpp',
71 '<(skia_src_path)/core/SkDevice.cpp', 69 '<(skia_src_path)/core/SkDevice.cpp',
72 '<(skia_src_path)/core/SkDeviceLooper.cpp', 70 '<(skia_src_path)/core/SkDeviceLooper.cpp',
73 '<(skia_src_path)/core/SkDeviceProfile.cpp', 71 '<(skia_src_path)/core/SkDeviceProfile.cpp',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 357 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
360 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 358 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
361 '<(skia_src_path)/pathops/SkPathOpsRect.h', 359 '<(skia_src_path)/pathops/SkPathOpsRect.h',
362 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 360 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
363 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 361 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
364 '<(skia_src_path)/pathops/SkPathWriter.h', 362 '<(skia_src_path)/pathops/SkPathWriter.h',
365 '<(skia_src_path)/pathops/SkQuarticRoot.h', 363 '<(skia_src_path)/pathops/SkQuarticRoot.h',
366 '<(skia_src_path)/pathops/SkReduceOrder.h', 364 '<(skia_src_path)/pathops/SkReduceOrder.h',
367 ], 365 ],
368 } 366 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698