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

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

Issue 12315102: Fix copy_dart to correctly put library comments BEFORE the library directive. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/copy_dart.py ('k') | tools/dom/templates/html/dartium/chrome_dartium.darttemplate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 // 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
3 // 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
4 // BSD-style license that can be found in the LICENSE file. 4 // BSD-style license that can be found in the LICENSE file.
5 5
6 // DO NOT EDIT - unless you are editing documentation as per: 6 // DO NOT EDIT - unless you are editing documentation as per:
7 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation 7 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
8 // Auto-generated dart:chrome library. 8 // Auto-generated dart:chrome library.
9 9
10 /// Native wrappers for the Chrome Packaged App APIs. 10 /// Native wrappers for the Chrome Packaged App APIs.
11 /// 11 ///
12 /// These functions allow direct access to the Packaged App APIs, allowing 12 /// These functions allow direct access to the Packaged App APIs, allowing
13 /// Chrome Packaged Apps to be written using Dart. 13 /// Chrome Packaged Apps to be written using Dart.
14 /// 14 ///
15 /// For more information on these APIs, see the Chrome.* APIs Documentation: 15 /// For more information on these APIs, see the
16 /// http://developer.chrome.com/extensions/api_index.html 16 /// [Chrome APIs Documentation](http://developer.chrome.com/extensions/api_index .html)
17 library chrome; 17 library chrome;
18 18
19 import 'dart:_foreign_helper' show JS; 19 import 'dart:_foreign_helper' show JS;
20 /* TODO(sashab): Add "show convertDartClosureToJS" once 'show' works. */ 20 /* TODO(sashab): Add "show convertDartClosureToJS" once 'show' works. */
21 import 'dart:_js_helper'; 21 import 'dart:_js_helper';
22 import 'dart:html_common'; 22 import 'dart:html_common';
23 import 'dart:html'; 23 import 'dart:html';
24 24
25 part "$AUXILIARY_DIR/chrome/utils.dart"; 25 part "$AUXILIARY_DIR/chrome/utils.dart";
26 part "$AUXILIARY_DIR/chrome/chrome.dart"; 26 part "$AUXILIARY_DIR/chrome/chrome.dart";
27 27
28 // Generated files below this line. 28 // Generated files below this line.
29 part "$AUXILIARY_DIR/chrome/app_window.dart"; 29 part "$AUXILIARY_DIR/chrome/app_window.dart";
30 part "$AUXILIARY_DIR/chrome/app_runtime.dart"; 30 part "$AUXILIARY_DIR/chrome/app_runtime.dart";
OLDNEW
« no previous file with comments | « tools/copy_dart.py ('k') | tools/dom/templates/html/dartium/chrome_dartium.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698