Commit 37bd64b2 authored by Adam Barth's avatar Adam Barth

Update references to Mojo core and bindings

Build fix after recent Dart bindings refactoring.  Now that these libraries are
not included in the snapshot, we need to load them from the mojo package.

R=zra@google.com
TBR=zra@chromium.org

Review URL: https://codereview.chromium.org/1029683002
parent 7818b1c0
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
import 'dart:async'; import 'dart:async';
import 'dart:core'; import 'dart:core';
import 'dart:mojo.core'; import 'package:mojo/public/dart/core.dart' as core;
import 'package:mojo/services/files/public/interfaces/file.mojom.dart' as files; import 'package:mojo/services/files/public/interfaces/file.mojom.dart' as files;
import 'package:mojo/services/files/public/interfaces/types.mojom.dart' as files; import 'package:mojo/services/files/public/interfaces/types.mojom.dart' as files;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment