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

Unified Diff: runtime/lib/lib_sources.gypi

Issue 11365196: Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix two pending TODO's. 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/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',

Powered by Google App Engine
This is Rietveld 408576698