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

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: Ensuring latest copy is uploaded 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
« no previous file with comments | « tools/dom/src/chrome/custom_dart/app_window.current.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 2 // 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 3 // 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. 4 // BSD-style license that can be found in the LICENSE file.
4 5
5 // DO NOT EDIT 6 // DO NOT EDIT
6 // Auto-generated dart:chrome library. 7 // Auto-generated dart:chrome library.
7 8
9 /// Native wrappers for the Chrome Packaged App APIs.
10 ///
11 /// These functions allow direct access to the Packaged App APIs, allowing
12 /// Chrome Packaged Apps to be written using Dart.
13 ///
14 /// For more information on these APIs, see the Chrome.* APIs Documentation:
15 /// http://developer.chrome.com/extensions/api_index.html
8 library chrome; 16 library chrome;
9 17
10 import 'dart:_foreign_helper' show JS; 18 import 'dart:_foreign_helper' show JS;
19 /* TODO(sashab): Add "show convertDartClosureToJS" once 'show' works. */
20 import 'dart:_js_helper';
11 import 'dart:html_common'; 21 import 'dart:html_common';
12 import 'dart:html'; 22 import 'dart:html';
13 23
14 part "$AUXILIARY_DIR/chrome/utils.dart"; 24 part "$AUXILIARY_DIR/chrome/utils.dart";
15 part "$AUXILIARY_DIR/chrome/chrome.dart"; 25 part "$AUXILIARY_DIR/chrome/chrome.dart";
16 part "$AUXILIARY_DIR/chrome/app.runtime.dart";
17 part "$AUXILIARY_DIR/chrome/app.window.dart";
18 26
27 // Generated files below this line.
28 part "$AUXILIARY_DIR/chrome/app_window.dart";
29 part "$AUXILIARY_DIR/chrome/app_runtime.dart";
OLDNEW
« no previous file with comments | « tools/dom/src/chrome/custom_dart/app_window.current.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698