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

Side by Side Diff: gyp/core.gypi

Issue 760753003: Add float-to-half (binary16) conversion functions. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix unsigned issue on Ubuntu. Created 6 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
« no previous file with comments | « no previous file | src/core/SkHalf.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)/c/sk_surface.cpp', 10 '<(skia_src_path)/c/sk_surface.cpp',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 '<(skia_src_path)/core/SkFontHost.cpp', 94 '<(skia_src_path)/core/SkFontHost.cpp',
95 '<(skia_src_path)/core/SkFontDescriptor.cpp', 95 '<(skia_src_path)/core/SkFontDescriptor.cpp',
96 '<(skia_src_path)/core/SkFontDescriptor.h', 96 '<(skia_src_path)/core/SkFontDescriptor.h',
97 '<(skia_src_path)/core/SkFontStream.cpp', 97 '<(skia_src_path)/core/SkFontStream.cpp',
98 '<(skia_src_path)/core/SkFontStream.h', 98 '<(skia_src_path)/core/SkFontStream.h',
99 '<(skia_src_path)/core/SkGeometry.cpp', 99 '<(skia_src_path)/core/SkGeometry.cpp',
100 '<(skia_src_path)/core/SkGlyphCache.cpp', 100 '<(skia_src_path)/core/SkGlyphCache.cpp',
101 '<(skia_src_path)/core/SkGlyphCache.h', 101 '<(skia_src_path)/core/SkGlyphCache.h',
102 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 102 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
103 '<(skia_src_path)/core/SkGraphics.cpp', 103 '<(skia_src_path)/core/SkGraphics.cpp',
104 '<(skia_src_path)/core/SkHalf.cpp',
105 '<(skia_src_path)/core/SkHalf.h',
104 '<(skia_src_path)/core/SkInstCnt.cpp', 106 '<(skia_src_path)/core/SkInstCnt.cpp',
105 '<(skia_src_path)/core/SkImageFilter.cpp', 107 '<(skia_src_path)/core/SkImageFilter.cpp',
106 '<(skia_src_path)/core/SkImageInfo.cpp', 108 '<(skia_src_path)/core/SkImageInfo.cpp',
107 '<(skia_src_path)/core/SkImageGenerator.cpp', 109 '<(skia_src_path)/core/SkImageGenerator.cpp',
108 '<(skia_src_path)/core/SkLayerInfo.h', 110 '<(skia_src_path)/core/SkLayerInfo.h',
109 '<(skia_src_path)/core/SkLayerInfo.cpp', 111 '<(skia_src_path)/core/SkLayerInfo.cpp',
110 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', 112 '<(skia_src_path)/core/SkLocalMatrixShader.cpp',
111 '<(skia_src_path)/core/SkLineClipper.cpp', 113 '<(skia_src_path)/core/SkLineClipper.cpp',
112 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 114 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
113 '<(skia_src_path)/core/SkMask.cpp', 115 '<(skia_src_path)/core/SkMask.cpp',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 374 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
373 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 375 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
374 '<(skia_src_path)/pathops/SkPathOpsRect.h', 376 '<(skia_src_path)/pathops/SkPathOpsRect.h',
375 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 377 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
376 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 378 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
377 '<(skia_src_path)/pathops/SkPathWriter.h', 379 '<(skia_src_path)/pathops/SkPathWriter.h',
378 '<(skia_src_path)/pathops/SkQuarticRoot.h', 380 '<(skia_src_path)/pathops/SkQuarticRoot.h',
379 '<(skia_src_path)/pathops/SkReduceOrder.h', 381 '<(skia_src_path)/pathops/SkReduceOrder.h',
380 ], 382 ],
381 } 383 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkHalf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698