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

Unified Diff: chrome/app/theme/theme_resources_large.grd

Issue 7313017: Convert remaining instances of the 'os' variable in grit conditions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/app/theme/theme_resources.grd ('k') | chrome/app/theme/theme_resources_standard.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources_large.grd
diff --git a/chrome/app/theme/theme_resources_large.grd b/chrome/app/theme/theme_resources_large.grd
index 53d8ed489b0245131911c7f1e50e7ec2a01266e4..1bf2fd674f2be5a6eb965d02e81753050b74c1cc 100644
--- a/chrome/app/theme/theme_resources_large.grd
+++ b/chrome/app/theme/theme_resources_large.grd
@@ -30,12 +30,12 @@
<include name="IDR_BROWSER_ACTION" file="large_browser_action.png" type="BINDATA" />
<include name="IDR_BROWSER_ACTION_H" file="large_browser_action_h.png" type="BINDATA" />
<include name="IDR_BROWSER_ACTION_P" file="large_browser_action_p.png" type="BINDATA" />
- <if expr="os.find('win') == -1">
+ <if expr="not is_win">
<include name="IDR_BROWSER_ACTIONS_OVERFLOW" file="large_browser_actions_overflow.png" type="BINDATA" />
<include name="IDR_BROWSER_ACTIONS_OVERFLOW_H" file="large_browser_actions_overflow_h.png" type="BINDATA" />
<include name="IDR_BROWSER_ACTIONS_OVERFLOW_P" file="large_browser_actions_overflow_p.png" type="BINDATA" />
</if>
- <if expr="os.find('win') != -1">
+ <if expr="is_win">
<include name="IDR_BROWSER_ACTIONS_OVERFLOW" file="browser_actions_overflow_win.png" type="BINDATA" />
<include name="IDR_BROWSER_ACTIONS_OVERFLOW_H" file="browser_actions_overflow_win_h.png" type="BINDATA" />
<include name="IDR_BROWSER_ACTIONS_OVERFLOW_P" file="browser_actions_overflow_win_p.png" type="BINDATA" />
@@ -56,7 +56,7 @@
<include name="IDR_CLOSE_BAR_H" file="large_close_bar_h.png" type="BINDATA" />
<include name="IDR_CLOSE_BAR_MASK" file="large_close_bar_mask.png" type="BINDATA" />
<include name="IDR_CLOSE_BAR_P" file="large_close_bar_p.png" type="BINDATA" />
- <if expr="os.find('win') != -1">
+ <if expr="is_win">
<include name="IDR_CONFLICT_FAVICON" file="large_about_conflicts_favicon.png" type="BINDATA" />
</if>
<include name="IDR_CONTENT_TOP_CENTER" file="large_content_top_center.png" type="BINDATA" />
@@ -128,13 +128,13 @@
<if expr="not pp_ifdef('chromeos')">
<include name="IDR_THEME_TAB_BACKGROUND" file="theme_tab_background.png" type="BINDATA" />
</if>
- <if expr="pp_ifdef('chromeos') or os == 'darwin'">
+ <if expr="pp_ifdef('chromeos') or is_macosx">
<include name="IDR_THEME_TOOLBAR" file="large_theme_toolbar_default2.png" type="BINDATA" />
</if>
- <if expr="not pp_ifdef('chromeos') and os != 'darwin'">
+ <if expr="not pp_ifdef('chromeos') and not is_macosx">
<include name="IDR_THEME_TOOLBAR" file="theme_toolbar_default.png" type="BINDATA" />
</if>
- <if expr="os == 'darwin'">
+ <if expr="is_macosx">
<include name="IDR_THEME_TOOLBAR_INACTIVE" file="large_theme_toolbar_default_inactive2.png" type="BINDATA" />
</if>
<include name="IDR_THROBBER_WAITING" file="large_throbber_waiting.png" type="BINDATA" />
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/app/theme/theme_resources_standard.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698