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

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

Issue 171763004: Remove pp_ifdef from resource files in chrome/browser and chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="pluginsTitle"></title> 5 <title i18n-content="pluginsTitle"></title>
6 <link rel="stylesheet" href="plugins.css"> 6 <link rel="stylesheet" href="plugins.css">
7 <if expr="pp_ifdef('chromeos')"> 7 <if expr="chromeos">
8 <link rel="stylesheet" 8 <link rel="stylesheet"
9 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> 9 href="chrome://resources/css/chromeos/ui_account_tweaks.css">
10 </if> 10 </if>
11 </head> 11 </head>
12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
13 <div id="body-container" style="visibility:hidden"> 13 <div id="body-container" style="visibility:hidden">
14 14
15 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div> 15 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div>
16 16
17 <div id="pluginTemplate"> 17 <div id="pluginTemplate">
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 </tr> 198 </tr>
199 </table> 199 </table>
200 </div> 200 </div>
201 </div> 201 </div>
202 </div> 202 </div>
203 </div> 203 </div>
204 </div> 204 </div>
205 <script src="chrome://resources/js/util.js"></script> 205 <script src="chrome://resources/js/util.js"></script>
206 <script src="chrome://resources/js/cr.js"></script> 206 <script src="chrome://resources/js/cr.js"></script>
207 <script src="chrome://plugins/plugins.js"></script> 207 <script src="chrome://plugins/plugins.js"></script>
208 <if expr="pp_ifdef('chromeos')"> 208 <if expr="chromeos">
209 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> 209 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script>
210 </if> 210 </if>
211 211
212 <script src="chrome://resources/js/load_time_data.js"></script> 212 <script src="chrome://resources/js/load_time_data.js"></script>
213 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 213 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
214 <script src="chrome://plugins/strings.js"></script> 214 <script src="chrome://plugins/strings.js"></script>
215 <script src="chrome://resources/js/i18n_template2.js"></script> 215 <script src="chrome://resources/js/i18n_template2.js"></script>
216 </body> 216 </body>
217 </html> 217 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/sync_section.html ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698