| Index: tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
|
| index 0e2723ad2f01fdb32bb61655be8e7edbe09c3ec9..0c9c30ecc7553f8893ca1af592d528041206c4a2 100644
|
| --- a/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
|
| @@ -7,4 +7,11 @@
|
|
|
| library chrome;
|
|
|
| -part '$AUXILIARY_DIR/chrome/sample.dart';
|
| +import 'dart:html_common';
|
| +import 'dart:html';
|
| +
|
| +part "$AUXILIARY_DIR/chrome/_utils.dart";
|
| +part "$AUXILIARY_DIR/chrome/chrome.dart";
|
| +part "$AUXILIARY_DIR/chrome/app.runtime.dart";
|
| +part "$AUXILIARY_DIR/chrome/app.window.dart";
|
| +
|
|
|