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

Unified Diff: tests/standalone/package/test_folder/packages/folder_lib.dart

Issue 11195017: Allow package: imports inside isolates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addresses Siva's comments. Created 8 years, 2 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
« no previous file with comments | « tests/standalone/package/test_folder/folder_isolate.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/package/test_folder/packages/folder_lib.dart
diff --git a/lib/html/dartium/nativewrappers.dart b/tests/standalone/package/test_folder/packages/folder_lib.dart
similarity index 62%
copy from lib/html/dartium/nativewrappers.dart
copy to tests/standalone/package/test_folder/packages/folder_lib.dart
index 44ab39e1ac7567e620f8402b566e4b492836d41e..006fe7150965f4f8e8e78f32ff556b6485f4d8ca 100644
--- a/lib/html/dartium/nativewrappers.dart
+++ b/tests/standalone/package/test_folder/packages/folder_lib.dart
@@ -2,7 +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('nativewrappers');
+library folder_lib;
-class NativeFieldWrapperClass1 {
-}
+// This is a library that's available to folder_isolate.dart
+// but not package_isolate_test.dart
+int count = 0;
« no previous file with comments | « tests/standalone/package/test_folder/folder_isolate.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698