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

Unified Diff: ui/webui/resources/css/chrome_shared.css

Issue 161313002: Remove pp_ifdef from grd files in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also removed pp_ifdef in xtb and css files 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/chrome_shared.css
diff --git a/ui/webui/resources/css/chrome_shared.css b/ui/webui/resources/css/chrome_shared.css
index 3f1ebbd05bc882c163e6705b136da6ebb61d22df..c5dc338bf8dba4d6aa6d2e4abbf49e4877e6a69d 100644
--- a/ui/webui/resources/css/chrome_shared.css
+++ b/ui/webui/resources/css/chrome_shared.css
@@ -6,7 +6,7 @@
* chrome:// pages. */
@import url("widgets.css");
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
@import url("chromeos/ui_account_tweaks.css");
</if>
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698