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

Side by Side Diff: chrome/browser/resources/about_version.html

Issue 11962031: Move a few non-common css files out of chrome\browser\resources\shared\css. This is in anticipation… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <!-- 3 <!--
4 about:version template page 4 about:version template page
5 --> 5 -->
6 6
7 <html id="t" i18n-values="dir:textdirection;"> 7 <html id="t" i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <if expr="pp_ifdef('android')"> 10 <if expr="pp_ifdef('android')">
11 <meta name="viewport" content="width=device-width"> 11 <meta name="viewport" content="width=device-width">
12 </if> 12 </if>
13 <link rel="stylesheet" href="shared/css/about_version.css"> 13 <link rel="stylesheet" href="chrome://version/about_version.css">
14 <if expr="pp_ifdef('android')"> 14 <if expr="pp_ifdef('android')">
15 <link rel="stylesheet" href="about_version_android.css"> 15 <link rel="stylesheet" href="about_version_android.css">
16 </if> 16 </if>
17 <script src="chrome://resources/js/cr.js"></script> 17 <script src="chrome://resources/js/cr.js"></script>
18 <script src="chrome://resources/js/load_time_data.js"></script> 18 <script src="chrome://resources/js/load_time_data.js"></script>
19 <script src="chrome://resources/js/parse_html_subset.js"></script> 19 <script src="chrome://resources/js/parse_html_subset.js"></script>
20 <script src="chrome://resources/js/util.js"></script> 20 <script src="chrome://resources/js/util.js"></script>
21 <script src="chrome://version/version.js"></script> 21 <script src="chrome://version/version.js"></script>
22 <script src="chrome://version/strings.js"></script> 22 <script src="chrome://version/strings.js"></script>
23 </head> 23 </head>
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <tr id="build-id-section"> 97 <tr id="build-id-section">
98 <td class="label" i18n-content="build_id_name"></td> 98 <td class="label" i18n-content="build_id_name"></td>
99 <td class="version" i18n-content="build_id"></td> 99 <td class="version" i18n-content="build_id"></td>
100 </tr> 100 </tr>
101 </if> 101 </if>
102 </table> 102 </table>
103 </div> 103 </div>
104 <script src="chrome://resources/js/i18n_template2.js"></script> 104 <script src="chrome://resources/js/i18n_template2.js"></script>
105 </body> 105 </body>
106 </html> 106 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_version.css ('k') | chrome/browser/resources/shared/css/about_memory.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698