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

Unified Diff: runtime/lib/math_sources.gypi

Issue 10831301: - Use the unified dart:math library in the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months 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 | « runtime/lib/math_patch.dart ('k') | runtime/vm/vm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/math_sources.gypi
===================================================================
--- runtime/lib/math_sources.gypi (revision 10616)
+++ runtime/lib/math_sources.gypi (working copy)
@@ -4,6 +4,6 @@
{
'sources': [
- 'empty_source.dart',
Mads Ager (google) 2012/08/14 07:13:30 Let's delete empty_source.dart from the repo?
Ivan Posva 2012/08/15 04:49:58 As far as I know there are still other gypi files
+ 'math_patch.dart',
],
-}
+}
« no previous file with comments | « runtime/lib/math_patch.dart ('k') | runtime/vm/vm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698