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

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

Issue 14834011: Android: use grit target platform instead of define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed pp_ifdef(android) Created 7 years, 7 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
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | chrome/browser/resources/history/history.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <if expr="pp_ifdef('android')"> 5 <if expr="is_android">
6 <meta name="viewport" content="width=device-width, user-scalable=no"> 6 <meta name="viewport" content="width=device-width, user-scalable=no">
7 </if> 7 </if>
8 <link rel="stylesheet" href="flags.css"> 8 <link rel="stylesheet" href="flags.css">
9 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
11 <script src="chrome://flags/flags.js"></script> 11 <script src="chrome://flags/flags.js"></script>
12 <script src="chrome://flags/strings.js"></script> 12 <script src="chrome://flags/strings.js"></script>
13 </head> 13 </head>
14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
15 <div id="body-container" style="visibility:hidden"> 15 <div id="body-container" style="visibility:hidden">
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 <div i18n-content="flagsRestartNotice">NEEDS_RESTART</div> 166 <div i18n-content="flagsRestartNotice">NEEDS_RESTART</div>
167 <button class="experiment-restart-button" type="button" 167 <button class="experiment-restart-button" type="button"
168 i18n-content="flagsRestartButton">RESTART</button> 168 i18n-content="flagsRestartButton">RESTART</button>
169 </div> 169 </div>
170 </div> 170 </div>
171 </div> 171 </div>
172 <script src="chrome://resources/js/i18n_template2.js"></script> 172 <script src="chrome://resources/js/i18n_template2.js"></script>
173 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 173 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
174 </body> 174 </body>
175 </html> 175 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | chrome/browser/resources/history/history.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698