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

Unified Diff: tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate

Issue 12316032: Added more Chrome.* libraries to dart:chrome (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added isMaximised override file 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/src/chrome/usb.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
diff --git a/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
index 6449f29d05db3a4cd81db178cfc7fbdafa62512a..6025d31d768bd776bf0ebbb8156ffbcfb406d5bf 100644
--- a/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
+++ b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
@@ -3,8 +3,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// DO NOT EDIT - unless you are editing documentation as per:
-// https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
+// DO NOT EDIT
// Auto-generated dart:chrome library.
/// Native wrappers for the Chrome Packaged App APIs.
@@ -26,5 +25,18 @@ part "$AUXILIARY_DIR/chrome/utils.dart";
part "$AUXILIARY_DIR/chrome/chrome.dart";
// Generated files below this line.
+part "$AUXILIARY_DIR/chrome/alarms.dart";
part "$AUXILIARY_DIR/chrome/app_window.dart";
part "$AUXILIARY_DIR/chrome/app_runtime.dart";
+part "$AUXILIARY_DIR/chrome/bluetooth.dart";
+part "$AUXILIARY_DIR/chrome/context_menus.dart";
+part "$AUXILIARY_DIR/chrome/file_system.dart";
+part "$AUXILIARY_DIR/chrome/media_galleries.dart";
+part "$AUXILIARY_DIR/chrome/media_galleries_private.dart";
+part "$AUXILIARY_DIR/chrome/push_messaging.dart";
+part "$AUXILIARY_DIR/chrome/serial.dart";
+part "$AUXILIARY_DIR/chrome/socket.dart";
+part "$AUXILIARY_DIR/chrome/sync_file_system.dart";
+part "$AUXILIARY_DIR/chrome/system_indicator.dart";
+part "$AUXILIARY_DIR/chrome/system_info_display.dart";
+part "$AUXILIARY_DIR/chrome/usb.dart";
« no previous file with comments | « tools/dom/src/chrome/usb.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698