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

Unified Diff: tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate

Issue 11958026: Stubbing out the initial library for Chrome application support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removing native support for dart:chrome Created 7 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: tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
diff --git a/tests/language/reexport_core_helper.dart b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
similarity index 66%
copy from tests/language/reexport_core_helper.dart
copy to tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
index 49798aa483b6602490991fcd368dda37d9566f20..0e2723ad2f01fdb32bb61655be8e7edbe09c3ec9 100644
--- a/tests/language/reexport_core_helper.dart
+++ b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
@@ -2,7 +2,9 @@
// 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 reexport_core_helper;
+// DO NOT EDIT
+// Auto-generated dart:chrome library.
-export 'dart:core';
+library chrome;
+part '$AUXILIARY_DIR/chrome/sample.dart';

Powered by Google App Engine
This is Rietveld 408576698