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

Unified Diff: tools/dartium/generate_app/generate_cached_patches.html

Issue 1898163002: Generate cached_patches.dart using new Dartium swtich (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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/dartium/generate_app/generate_cached_patches.dart ('k') | tools/dartium/generate_patches.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dartium/generate_app/generate_cached_patches.html
diff --git a/tools/dartium/generate_app/generate_cached_patches.html b/tools/dartium/generate_app/generate_cached_patches.html
index e6c24b6508b788e336131a84d9d9aafafc1a7777..cee01ac24558983f13a633a58dfc6991aaa59e49 100644
--- a/tools/dartium/generate_app/generate_cached_patches.html
+++ b/tools/dartium/generate_app/generate_cached_patches.html
@@ -5,14 +5,14 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- div {
+ <style>
+ div {
background: #ffffff;
text-align: center;
width: 50%;
margin: 10% 10% 25% 25%;
}
-
+
div#worked {
border: 5px solid green;
color: green;
@@ -23,7 +23,7 @@
color: red;
}
- .cached_file_done {
+ .cached_file_done {
font-family: arial;
font-size: 24pt;
}
@@ -33,12 +33,12 @@
font-size: 16pt;
vertical-align: text-bottom;
}
- </style>
+ </style>
<script async type="application/dart" src="generate_cached_patches.dart"></script>
<script async src="packages/browser/dart.js"></script>
</head>
- <body>
+ <body>
<div id=worked>
<span class=cached_file_done>Close Dartium</span><br/><br/>
<span class=cached_file_done>File: </span>
« no previous file with comments | « tools/dartium/generate_app/generate_cached_patches.dart ('k') | tools/dartium/generate_patches.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698