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

Side by Side Diff: packages/polymer/lib/src/build/generated/messages.html

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 This file is autogenerated with polymer/tool/create_message_details_page.dart 3 This file is autogenerated with polymer/tool/create_message_details_page.dart
4 --> 4 -->
5 <html> 5 <html>
6 <style> 6 <style>
7 @font-face { 7 @font-face {
8 font-family: 'Montserrat'; 8 font-family: 'Montserrat';
9 font-style: normal; 9 font-style: normal;
10 font-weight: 400; 10 font-weight: 400;
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 633
634 <div id="web_components_4"><h3>Error while inlining an import <a href="#web_comp onents_4">#4</a></h3> 634 <div id="web_components_4"><h3>Error while inlining an import <a href="#web_comp onents_4">#4</a></h3>
635 <p>An error occurred while inlining an import in the web_components build. This is 635 <p>An error occurred while inlining an import in the web_components build. This is
636 often the result of a broken HTML import.</p> 636 often the result of a broken HTML import.</p>
637 <p>One possible cause is using an @HtmlImport containing a relative path from 637 <p>One possible cause is using an @HtmlImport containing a relative path from
638 within an inline script tag, see http://goo.gl/ZgrhaV. The workaround currently 638 within an inline script tag, see http://goo.gl/ZgrhaV. The workaround currently
639 is to use a <code>package:</code> url instead, move the code to a dart file, or simply 639 is to use a <code>package:</code> url instead, move the code to a dart file, or simply
640 adding a real html import (since you are already in an html file).</p> 640 adding a real html import (since you are already in an html file).</p>
641 </div><hr /></body> 641 </div><hr /></body>
642 </html> 642 </html>
OLDNEW
« no previous file with comments | « packages/polymer/lib/src/build/constants.dart ('k') | packages/polymer/lib/src/build/html_finalizer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698