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

Side by Side Diff: sdk/lib/chrome/dartium/chrome_dartium.dart

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 | « sdk/lib/chrome/dart2js/chrome_dart2js.dart ('k') | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /// Native wrappers for the Chrome Packaged App APIs.
2 ///
3 /// These functions allow direct access to the Packaged App APIs, allowing
4 /// Chrome Packaged Apps to be written using Dart.
5 ///
6 /// For more information on these APIs, see the
7 /// [Chrome APIs Documentation](http://developer.chrome.com/extensions/api_index .html)
1 library chrome; 8 library chrome;
2 9
3 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 10 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 11 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 12 // BSD-style license that can be found in the LICENSE file.
6 13
7 // DO NOT EDIT 14 // DO NOT EDIT
8 // Auto-generated dart:chrome library. 15 // Auto-generated dart:chrome library.
9 16
OLDNEW
« no previous file with comments | « sdk/lib/chrome/dart2js/chrome_dart2js.dart ('k') | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698