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

Unified Diff: tests/compiler/dart2js_extra/deferred_split_lib2.dart

Issue 1244513003: dart2js: fix dependency tracking for deferred loading when types are only used (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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: tests/compiler/dart2js_extra/deferred_split_lib2.dart
diff --git a/runtime/observatory/lib/cli.dart b/tests/compiler/dart2js_extra/deferred_split_lib2.dart
similarity index 66%
copy from runtime/observatory/lib/cli.dart
copy to tests/compiler/dart2js_extra/deferred_split_lib2.dart
index 607c58a919685c7fca635c1bf5acb02543720582..d690e311ecee452f767aa8ea630e510b8c780bbc 100644
--- a/runtime/observatory/lib/cli.dart
+++ b/tests/compiler/dart2js_extra/deferred_split_lib2.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library cli;
+// Deferred library loaded by deferred_split_test.dart
-import 'dart:async';
+import 'deferred_split_lib1.dart';
-part 'src/cli/command.dart';
+createA() => new A();
« no previous file with comments | « tests/compiler/dart2js_extra/deferred_split_lib1.dart ('k') | tests/compiler/dart2js_extra/deferred_split_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698