Chromium Code Reviews| 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 56dec809050182bcf114b05a695045042c32597d..ecf06585a1ca07b539b40e08c44ce4615b7533fb 100644 |
| --- a/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate |
| +++ b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate |
| @@ -8,11 +8,15 @@ |
| library chrome; |
| import 'dart:_foreign_helper' show JS; |
| +/* TODO(sashab): Add "show convertDartClosureToJS" once 'show' works. */ |
|
blois
2013/02/08 00:08:04
Is this file still being used?
sashab
2013/02/08 00:49:28
Doesn't it _have_ to be used? My impression was th
|
| +import 'dart:_js_helper'; |
| 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"; |
| + |
| +// Generated files below this line. |
| +part "$AUXILIARY_DIR/chrome/app_runtime.dart"; |
| +part "$AUXILIARY_DIR/chrome/app_window.dart"; |