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

Unified Diff: runtime/platform/platform_sources.gypi

Issue 11411188: Fix floating point issues on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved round() back to c99_support_win. Cleaned up the code, added comments. Created 8 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
Index: runtime/platform/platform_sources.gypi
diff --git a/runtime/platform/platform_sources.gypi b/runtime/platform/platform_sources.gypi
index 2e2ddc7d6fb2fa2de5e11e37cf33488fc30c24a1..eadf674a1863d3b08d7a90a3dc9cc6fe78876398 100644
--- a/runtime/platform/platform_sources.gypi
+++ b/runtime/platform/platform_sources.gypi
@@ -8,6 +8,7 @@
'assert.cc',
'hashmap.cc',
'json.cc',
+ 'floating_point_win.cc',
Mads Ager (google) 2012/11/28 09:26:26 Don't you need c99_support_win.cc here? If we move
aam-me 2012/11/28 12:14:36 Yes, you're right.
'thread_android.cc',
'thread_linux.cc',
'thread_macos.cc',

Powered by Google App Engine
This is Rietveld 408576698