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

Unified Diff: pkg/fletch/lib/_sdkext

Issue 1413863004: Rename the _fletch_system and service and dart: libraries (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Fixes after self-review Created 5 years, 2 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/typed_data/typed_data_patch.dart ('k') | pkg/fletchc/lib/src/fletch_backend.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletch/lib/_sdkext
diff --git a/pkg/fletch/lib/_sdkext b/pkg/fletch/lib/_sdkext
index 3d03beff74e88764988d637cefdd21de4156229a..5dc68d89d82a447c70e875150b2c2376f6005a98 100644
--- a/pkg/fletch/lib/_sdkext
+++ b/pkg/fletch/lib/_sdkext
@@ -3,6 +3,5 @@
"dart:fletch.io": "../../../lib/io/io.dart",
"dart:fletch.ffi": "../../../lib/ffi/ffi.dart",
"dart:fletch.os": "../../../lib/os/os.dart",
- "dart:system": "../../../lib/system/system.dart",
- "dart:service": "../../../lib/service/service.dart"
+ "dart:fletch.service": "../../../lib/service/service.dart"
}
« no previous file with comments | « lib/typed_data/typed_data_patch.dart ('k') | pkg/fletchc/lib/src/fletch_backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698