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

Unified Diff: pkg/kernel/lib/target/flutter.dart

Issue 2539773002: Remove dart:mojo.internal library in FlutterTarget (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/target/flutter.dart
diff --git a/pkg/kernel/lib/target/flutter.dart b/pkg/kernel/lib/target/flutter.dart
index ea9e7047f210e4951e840cad62d8b0fe5784734f..5673a22a570145ed89a58c602e3bdc8bacc9c529 100644
--- a/pkg/kernel/lib/target/flutter.dart
+++ b/pkg/kernel/lib/target/flutter.dart
@@ -17,7 +17,7 @@ class FlutterTarget extends Target {
FlutterTarget(this.flags);
bool get strongMode => flags.strongMode;
-
+
bool get strongModeSdk => false;
String get name => 'flutter';
@@ -47,7 +47,6 @@ class FlutterTarget extends Target {
// Required for flutter.
'dart:ui',
'dart:jni',
- 'dart:mojo.internal',
'dart:vmservice_sky',
];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698