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

Side by Side 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, 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dart:fletch": "../../../lib/fletch/fletch.dart", 2 "dart:fletch": "../../../lib/fletch/fletch.dart",
3 "dart:fletch.io": "../../../lib/io/io.dart", 3 "dart:fletch.io": "../../../lib/io/io.dart",
4 "dart:fletch.ffi": "../../../lib/ffi/ffi.dart", 4 "dart:fletch.ffi": "../../../lib/ffi/ffi.dart",
5 "dart:fletch.os": "../../../lib/os/os.dart", 5 "dart:fletch.os": "../../../lib/os/os.dart",
6 "dart:system": "../../../lib/system/system.dart", 6 "dart:fletch.service": "../../../lib/service/service.dart"
7 "dart:service": "../../../lib/service/service.dart"
8 } 7 }
OLDNEW
« 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