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

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

Issue 12049030: Initial commit for Chrome.* APIs in Dart (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
« tools/dom/src/chrome/chrome.dart ('K') | « tools/dom/src/chrome/sample.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 0e2723ad2f01fdb32bb61655be8e7edbe09c3ec9..0c9c30ecc7553f8893ca1af592d528041206c4a2 100644
--- a/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
+++ b/tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
@@ -7,4 +7,11 @@
library chrome;
-part '$AUXILIARY_DIR/chrome/sample.dart';
+import 'dart:html_common';
+import 'dart:html';
+
+part "$AUXILIARY_DIR/chrome/_utils.dart";
+part "$AUXILIARY_DIR/chrome/chrome.dart";
+part "$AUXILIARY_DIR/chrome/app.runtime.dart";
+part "$AUXILIARY_DIR/chrome/app.window.dart";
+
« tools/dom/src/chrome/chrome.dart ('K') | « tools/dom/src/chrome/sample.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698