| 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..000793c12ede011310bcc197111b3d7e37381c9e 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";
|
| +
|
|
|