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
This commit is contained in:
Adam Barth 2015-03-23 13:22:38 -07:00
parent 7818b1c0bb
commit 37bd64b209

View File

@ -4,7 +4,7 @@
import 'dart:async';
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/types.mojom.dart' as files;