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

Unified Diff: extension/background.html

Issue 11092092: Support compiling templates in the browser. Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « example/explainer/build_examples.dart ('k') | extension/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extension/background.html
diff --git a/extension/background.html b/extension/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..f1267be583fea3958d65c5d296967fca6ddf499a
--- /dev/null
+++ b/extension/background.html
@@ -0,0 +1,16 @@
+<html>
+ <head>
+ <script type="application/dart" src="bin/dwc_browser.dart">
+ </script>
+ <script type="text/javascript" src="dart.js">
+ </script>
+ <!--
+ TODO(jacobr): this is a hack to make Dart-JS interop work given chrome
+ extension security restrictions for inline JS
+ -->
+ <script src="dart_proxy.js"></script>
+ <script src="background.js"></script>
+ </head>
+ <body>
+ </body>
+</html>
« no previous file with comments | « example/explainer/build_examples.dart ('k') | extension/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698