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

Unified Diff: sdk/lib/chrome/dartium/chrome_dartium.dart

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: sdk/lib/chrome/dartium/chrome_dartium.dart
diff --git a/tests/language/reexport_core_helper.dart b/sdk/lib/chrome/dartium/chrome_dartium.dart
similarity index 75%
copy from tests/language/reexport_core_helper.dart
copy to sdk/lib/chrome/dartium/chrome_dartium.dart
index 49798aa483b6602490991fcd368dda37d9566f20..c2286553e46c7790c0c932cfb76c98b6266b81d3 100644
--- a/tests/language/reexport_core_helper.dart
+++ b/sdk/lib/chrome/dartium/chrome_dartium.dart
@@ -1,8 +1,9 @@
+library chrome;
+
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// 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;
-
-export 'dart:core';
+// DO NOT EDIT
+// Auto-generated dart:chrome library.

Powered by Google App Engine
This is Rietveld 408576698