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

Unified Diff: chrome/browser/resources/about_memory_linux.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/browser/browser_resources.grd ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_memory_linux.css
diff --git a/chrome/browser/resources/about_memory_linux.css b/chrome/browser/resources/about_memory_linux.css
index 7d7a223a2b747772769e67f1c7792945a852c1a8..db1ca1cf487b73e9546e62d15aa718bfb7dfebce 100644
--- a/chrome/browser/resources/about_memory_linux.css
+++ b/chrome/browser/resources/about_memory_linux.css
@@ -18,7 +18,7 @@ table.list#memoryDetails tr.firstRow th:nth-child(2) {
border-right: 1px solid rgb(181, 198, 222);
}
-<if expr="pp_ifdef('android')">
+<if expr="is_android">
body {
min-width: 35em;
}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698