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

Unified Diff: sky/engine/bindings-dart/snapshot.dart

Issue 894613002: Dart: 2++ = 3 (Closed) Base URL: https://github.com/eseidel/skydart.git@master
Patch Set: sync Created 5 years, 11 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
Index: sky/engine/bindings-dart/snapshot.dart
diff --git a/mojo/dart/embedder/test/test_snapshot.dart b/sky/engine/bindings-dart/snapshot.dart
similarity index 66%
copy from mojo/dart/embedder/test/test_snapshot.dart
copy to sky/engine/bindings-dart/snapshot.dart
index b643b289d89754770091d6539f16c2d1401f5260..32c6b92da0e29193901ad59db8f780c8722f9f41 100644
--- a/mojo/dart/embedder/test/test_snapshot.dart
+++ b/sky/engine/bindings-dart/snapshot.dart
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -9,7 +9,4 @@ import 'dart:convert';
import 'dart:isolate';
import 'dart:math';
import 'dart:mirrors';
-import 'dart:mojo_bindings';
-import 'dart:mojo_builtin';
-import 'dart:mojo_core';
import 'dart:typed_data';

Powered by Google App Engine
This is Rietveld 408576698