Chromium Code Reviews| Index: runtime/lib/lib_sources.gypi | 
| diff --git a/runtime/lib/lib_sources.gypi b/runtime/lib/lib_sources.gypi | 
| index a85f3d856f7f23b00d3632aee57205951a69254d..5dd5b7ff5a079d4788b8e4f74abfd127e622b356 100644 | 
| --- a/runtime/lib/lib_sources.gypi | 
| +++ b/runtime/lib/lib_sources.gypi | 
| @@ -28,8 +28,15 @@ | 
| 'integers_patch.dart', | 
| 'invocation_mirror_patch.dart', | 
| 'literal_factory.dart', | 
| + 'math.dart', | 
| 
 
Ivan Posva
2012/11/13 18:26:28
Why was this moved here? The functions in this fil
 
Anders Johnsen
2012/11/13 18:40:26
It lived in coreimpl before, so that's why it was
 
Mads Ager (google)
2012/11/14 10:32:31
The problem is not the move. The problem is that M
 
 | 
| + 'math.cc', | 
| + 'object.cc', | 
| 'object_patch.dart', | 
| 'print_patch.dart', | 
| + 'regexp.cc', | 
| + 'regexp_jsc.cc', | 
| + 'regexp_jsc.h', | 
| + 'regexp_patch.dart', | 
| 'stopwatch_patch.dart', | 
| 'stopwatch.cc', | 
| 'string.cc', |