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

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

Issue 23654055: Move dart:chrome to dart:_chrome. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 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 6 // DO NOT EDIT
7 // Auto-generated dart:chrome library. 7 // Auto-generated dart:chrome library.
8 8
9 /// Native wrappers for the Chrome packaged app APIs. 9 /// Native wrappers for the Chrome packaged app APIs.
10 /// 10 ///
11 /// These functions allow direct access to the chrome.* APIs, allowing 11 /// These functions allow direct access to the chrome.* APIs, allowing
12 /// Chrome packaged apps to be written using Dart. 12 /// Chrome packaged apps to be written using Dart.
13 /// 13 ///
14 /// For more information on these APIs, see the 14 /// For more information on these APIs, see the
15 /// [chrome.* API documentation](http://developer.chrome.com/apps/api_index.html ). 15 /// [chrome.* API documentation](http://developer.chrome.com/apps/api_index.html ).
16 library chrome; 16 library chrome;
17 17
18 import 'dart:_foreign_helper' show JS; 18 import 'dart:_foreign_helper' show JS;
19 /* TODO(sashab): Add "show convertDartClosureToJS" once 'show' works. */ 19 /* TODO(sashab): Add "show convertDartClosureToJS" once 'show' works. */
20 import 'dart:_js_helper'; 20 import 'dart:_js_helper';
21 import 'dart:html_common'; 21 import 'dart:html_common';
22 import 'dart:html'; 22 import 'dart:html';
23 23
24 part "$AUXILIARY_DIR/chrome/utils.dart"; 24 part "$AUXILIARY_DIR/_chrome/utils.dart";
25 part "$AUXILIARY_DIR/chrome/chrome.dart"; 25 part "$AUXILIARY_DIR/_chrome/_chrome.dart";
26 26
27 // Generated files below this line. 27 // Generated files below this line.
28 part "$AUXILIARY_DIR/chrome/app_window.dart"; 28 part "$AUXILIARY_DIR/_chrome/app_window.dart";
29 part "$AUXILIARY_DIR/chrome/app_runtime.dart"; 29 part "$AUXILIARY_DIR/_chrome/app_runtime.dart";
30 part "$AUXILIARY_DIR/chrome/file_system.dart"; 30 part "$AUXILIARY_DIR/_chrome/file_system.dart";
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698