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

Unified Diff: lib/compiler/implementation/lib/patch/math.dartp

Issue 10837219: Port the remaining of dart:coreimpl to the unified corelib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes. 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 | « lib/compiler/implementation/lib/patch/coreimpl.dartp ('k') | lib/compiler/implementation/library_map.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/patch/math.dartp
diff --git a/lib/compiler/implementation/lib/math.dartp b/lib/compiler/implementation/lib/patch/math.dartp
similarity index 99%
rename from lib/compiler/implementation/lib/math.dartp
rename to lib/compiler/implementation/lib/patch/math.dartp
index 66000c89dca3cf0f75c2dac9bf937e0b88296dec..a80aac7e4e770e7241c0aca2c13f27ced89ac73b 100644
--- a/lib/compiler/implementation/lib/math.dartp
+++ b/lib/compiler/implementation/lib/patch/math.dartp
@@ -5,7 +5,7 @@
// Patch file for dart:math library.
// Imports checkNum etc. used below.
-#import("js_helper.dart");
+#import("../js_helper.dart");
// TODO(lrn): Consider not using the JS function directly, but instead calling
// helper functions in the "js_helper" library. Then we can stop enabling JS
« no previous file with comments | « lib/compiler/implementation/lib/patch/coreimpl.dartp ('k') | lib/compiler/implementation/library_map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698