mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Dart: Renames dart:mojo_blah -> mojo:blah
This improves consistency with the convention that the dart: scheme is only for things from the Dart standard library. BUG= R=erg@chromium.org Review URL: https://codereview.chromium.org/951783004
This commit is contained in:
parent
6d64856134
commit
1a9b6b68d4
@ -4,10 +4,10 @@
|
||||
<script>
|
||||
import 'dart:async';
|
||||
import '/mojo/public/dart/application.dart';
|
||||
import 'dart:mojo_bindings';
|
||||
import 'dart:mojo_core';
|
||||
import 'dart:typed_data';
|
||||
import 'dart:sky.internals' as internals;
|
||||
import 'mojo:bindings';
|
||||
import 'mojo:core';
|
||||
|
||||
import 'package:mojo/services/network/public/interfaces/network_service.mojom.dart';
|
||||
import 'package:mojo/services/network/public/interfaces/url_loader.mojom.dart';
|
||||
|
Loading…
Reference in New Issue
Block a user