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

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: 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
Index: tests/standalone/package/test_folder/packages/folder_lib.dart
diff --git a/lib/html/templates/html/dartium/cpp_derived_sources.template b/tests/standalone/package/test_folder/packages/folder_lib.dart
similarity index 70%
copy from lib/html/templates/html/dartium/cpp_derived_sources.template
copy to tests/standalone/package/test_folder/packages/folder_lib.dart
index c2f6b9c1eb09ed4d884de37b55bceaeb6685fcd8..ed8467435a18c743a9433884cd6539e8288a6b6c 100644
--- a/lib/html/templates/html/dartium/cpp_derived_sources.template
+++ b/tests/standalone/package/test_folder/packages/folder_lib.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.
-// WARNING: Do not edit - generated code.
+library folder_lib;
-#define NO_IMPLICIT_ATOMICSTRING
+// This file is spawned from package_isolate_test.dart
-$!INCLUDES
+int count = 0;

Powered by Google App Engine
This is Rietveld 408576698