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

Unified Diff: chrome/renderer/resources/plugin_placeholders.css

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/resources/neterror.html ('k') | chrome/renderer/resources/renderer_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/plugin_placeholders.css
diff --git a/chrome/renderer/resources/plugin_placeholders.css b/chrome/renderer/resources/plugin_placeholders.css
index 84e66d767ebc96519b1095aebed57bb53ac9ea4d..0df42885f04b7ce8533a5265e3d8f4bdb85b2cfe 100644
--- a/chrome/renderer/resources/plugin_placeholders.css
+++ b/chrome/renderer/resources/plugin_placeholders.css
@@ -14,7 +14,7 @@ h1 {
font-size: 10pt;
font-weight: normal;
padding: 0pt 10pt;
-<if expr="not pp_ifdef('android') and not pp_ifdef('chromeos')">
+<if expr="not is_android and not pp_ifdef('chromeos')">
visibility: hidden;
</if>
}
@@ -41,16 +41,16 @@ p {
height: 100%;
width: 100%;
top: 50%;
-<if expr="not pp_ifdef('android')">
+<if expr="not is_android">
margin-top: -70px;
</if>
-<if expr="pp_ifdef('android')">
+<if expr="is_android">
margin-top: -14px;
</if>
}
#close {
-<if expr="not pp_ifdef('android')">
+<if expr="not is_android">
visibility: hidden;
</if>
cursor: pointer;
« no previous file with comments | « chrome/renderer/resources/neterror.html ('k') | chrome/renderer/resources/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698