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

Unified Diff: pkg/fletchc/lib/src/fletch_compiler_implementation.dart

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 | « pkg/fletchc/lib/src/fletch_backend.dart ('k') | samples/buildbot/dart/buildbot_service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/src/fletch_compiler_implementation.dart
diff --git a/pkg/fletchc/lib/src/fletch_compiler_implementation.dart b/pkg/fletchc/lib/src/fletch_compiler_implementation.dart
index e433297aa82de5651e9dfdbca12568b474de664f..326385bb9c1c538e1bd23a6840778aeade8de453 100644
--- a/pkg/fletchc/lib/src/fletch_compiler_implementation.dart
+++ b/pkg/fletchc/lib/src/fletch_compiler_implementation.dart
@@ -75,7 +75,7 @@ const FLETCH_PATCHES = const <String, String>{
const FLETCH_PLATFORM = 3;
const Map<String, LibraryInfo> FLETCH_LIBRARIES = const {
- "_fletch_system": const LibraryInfo(
+ "fletch._system": const LibraryInfo(
"system/system.dart",
categories: "",
documented: false,
@@ -99,13 +99,7 @@ const Map<String, LibraryInfo> FLETCH_LIBRARIES = const {
documented: false,
platforms: FLETCH_PLATFORM),
- "system": const LibraryInfo(
- "io/system.dart",
- categories: "",
- documented: false,
- platforms: FLETCH_PLATFORM),
-
- "service": const LibraryInfo(
+ "fletch.service": const LibraryInfo(
"service/service.dart",
categories: "Client,Server,Embedded",
documented: false,
« no previous file with comments | « pkg/fletchc/lib/src/fletch_backend.dart ('k') | samples/buildbot/dart/buildbot_service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698