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

Unified 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, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkHalf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index a4d5c2c60aaa4031ec4bb6084d05efd4c22f8f67..2c6d7b1833bd2f2cb01199b5047529bf142fa83c 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -101,6 +101,8 @@
'<(skia_src_path)/core/SkGlyphCache.h',
'<(skia_src_path)/core/SkGlyphCache_Globals.h',
'<(skia_src_path)/core/SkGraphics.cpp',
+ '<(skia_src_path)/core/SkHalf.cpp',
+ '<(skia_src_path)/core/SkHalf.h',
'<(skia_src_path)/core/SkInstCnt.cpp',
'<(skia_src_path)/core/SkImageFilter.cpp',
'<(skia_src_path)/core/SkImageInfo.cpp',
« 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