| 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.
|
|
|
|
|