| 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';
|
|
|