Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 // DO NOT EDIT | 5 // DO NOT EDIT |
| 6 // Auto-generated dart:chrome library. | 6 // Auto-generated dart:chrome library. |
|
blois
2013/02/08 00:08:04
Would be great to add a dartdoc comment in here, j
sashab
2013/02/08 00:49:28
Done.
| |
| 7 | 7 |
| 8 library chrome; | 8 library chrome; |
| 9 | 9 |
| 10 import 'dart:_foreign_helper' show JS; | 10 import 'dart:_foreign_helper' show JS; |
| 11 /* 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
| |
| 12 import 'dart:_js_helper'; | |
| 11 import 'dart:html_common'; | 13 import 'dart:html_common'; |
| 12 import 'dart:html'; | 14 import 'dart:html'; |
| 13 | 15 |
| 14 part "$AUXILIARY_DIR/chrome/utils.dart"; | 16 part "$AUXILIARY_DIR/chrome/utils.dart"; |
| 15 part "$AUXILIARY_DIR/chrome/chrome.dart"; | 17 part "$AUXILIARY_DIR/chrome/chrome.dart"; |
| 16 part "$AUXILIARY_DIR/chrome/app.runtime.dart"; | |
| 17 part "$AUXILIARY_DIR/chrome/app.window.dart"; | |
| 18 | 18 |
| 19 // Generated files below this line. | |
| 20 part "$AUXILIARY_DIR/chrome/app_runtime.dart"; | |
| 21 part "$AUXILIARY_DIR/chrome/app_window.dart"; | |
| 22 | |
| OLD | NEW |