Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate

Issue 12209045: Initial commit of generated dart:chrome app_window and app_runtime (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added chromegenerator.py, which (if run from its local directory), generates app_window and app_run… Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698