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

Unified Diff: chrome/browser/resources/history/history_mobile.css

Issue 22600003: Switch to using '-t ios' for grit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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
Index: chrome/browser/resources/history/history_mobile.css
diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css
index 41268f502241cdeb0bd06570911856735a5c9a4f..cda3779cf840514b467e68ad3ea30630891353f1 100644
--- a/chrome/browser/resources/history/history_mobile.css
+++ b/chrome/browser/resources/history/history_mobile.css
@@ -170,7 +170,7 @@ input {
margin: 0;
}
-<if expr="pp_ifdef('ios')">
+<if expr="is_ios">
/* Add extra spacing caused by the missing search bar on iOS. */
h3:first-of-type {
margin-top: 16px;
@@ -221,7 +221,7 @@ h3:first-of-type {
margin-top: 16px;
}
-<if expr="pp_ifdef('ios')">
+<if expr="is_ios">
/* iOS does not support the latest flexbox syntax, only the 2009 working draft
syntax (http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/). */
.entry-box,
« no previous file with comments | « chrome/browser/resources/history/history.html ('k') | chrome/browser/resources/translate_internals/prefs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698