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

Side by Side Diff: chrome/app/theme/theme_resources_standard.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/theme_resources_large.grd ('k') | ui/base/strings/app_locale_settings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/theme_resources_standard.h" type="rc_header"> 4 <output filename="grit/theme_resources_standard.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/theme_resources_standard_map.cc" type="resource_map_s ource" /> 7 <output filename="grit/theme_resources_standard_map.cc" type="resource_map_s ource" />
8 <output filename="grit/theme_resources_standard_map.h" type="resource_map_he ader" /> 8 <output filename="grit/theme_resources_standard_map.h" type="resource_map_he ader" />
9 <output filename="theme_resources_standard.pak" type="data_package" /> 9 <output filename="theme_resources_standard.pak" type="data_package" />
10 <output filename="theme_resources_standard.rc" type="rc_all" /> 10 <output filename="theme_resources_standard.rc" type="rc_all" />
(...skipping 12 matching lines...) Expand all
23 <include name="IDR_BALLOON_WRENCH_P" file="notification_wrench_p.png" type ="BINDATA" /> 23 <include name="IDR_BALLOON_WRENCH_P" file="notification_wrench_p.png" type ="BINDATA" />
24 <include name="IDR_BLOCKED_COOKIES" file="blocked_cookies.png" type="BINDA TA" /> 24 <include name="IDR_BLOCKED_COOKIES" file="blocked_cookies.png" type="BINDA TA" />
25 <include name="IDR_BLOCKED_IMAGES" file="blocked_images.png" type="BINDATA " /> 25 <include name="IDR_BLOCKED_IMAGES" file="blocked_images.png" type="BINDATA " />
26 <include name="IDR_BLOCKED_JAVASCRIPT" file="blocked_script.png" type="BIN DATA" /> 26 <include name="IDR_BLOCKED_JAVASCRIPT" file="blocked_script.png" type="BIN DATA" />
27 <include name="IDR_BLOCKED_PLUGINS" file="blocked_plugins.png" type="BINDA TA" /> 27 <include name="IDR_BLOCKED_PLUGINS" file="blocked_plugins.png" type="BINDA TA" />
28 <include name="IDR_BLOCKED_POPUPS" file="blocked_popups.png" type="BINDATA " /> 28 <include name="IDR_BLOCKED_POPUPS" file="blocked_popups.png" type="BINDATA " />
29 <include name="IDR_BOOKMARKS_FAVICON" file="bookmarks_favicon.png" type="B INDATA" /> 29 <include name="IDR_BOOKMARKS_FAVICON" file="bookmarks_favicon.png" type="B INDATA" />
30 <include name="IDR_BROWSER_ACTION" file="browser_action.png" type="BINDATA " /> 30 <include name="IDR_BROWSER_ACTION" file="browser_action.png" type="BINDATA " />
31 <include name="IDR_BROWSER_ACTION_H" file="browser_action_h.png" type="BIN DATA" /> 31 <include name="IDR_BROWSER_ACTION_H" file="browser_action_h.png" type="BIN DATA" />
32 <include name="IDR_BROWSER_ACTION_P" file="browser_action_p.png" type="BIN DATA" /> 32 <include name="IDR_BROWSER_ACTION_P" file="browser_action_p.png" type="BIN DATA" />
33 <if expr="os.find('win') == -1"> 33 <if expr="not is_win">
34 <include name="IDR_BROWSER_ACTIONS_OVERFLOW" file="browser_actions_overf low.png" type="BINDATA" /> 34 <include name="IDR_BROWSER_ACTIONS_OVERFLOW" file="browser_actions_overf low.png" type="BINDATA" />
35 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_H" file="browser_actions_ove rflow_h.png" type="BINDATA" /> 35 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_H" file="browser_actions_ove rflow_h.png" type="BINDATA" />
36 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_P" file="browser_actions_ove rflow_p.png" type="BINDATA" /> 36 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_P" file="browser_actions_ove rflow_p.png" type="BINDATA" />
37 </if> 37 </if>
38 <if expr="os.find('win') != -1"> 38 <if expr="is_win">
39 <include name="IDR_BROWSER_ACTIONS_OVERFLOW" file="browser_actions_overf low_win.png" type="BINDATA" /> 39 <include name="IDR_BROWSER_ACTIONS_OVERFLOW" file="browser_actions_overf low_win.png" type="BINDATA" />
40 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_H" file="browser_actions_ove rflow_win_h.png" type="BINDATA" /> 40 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_H" file="browser_actions_ove rflow_win_h.png" type="BINDATA" />
41 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_P" file="browser_actions_ove rflow_win_p.png" type="BINDATA" /> 41 <include name="IDR_BROWSER_ACTIONS_OVERFLOW_P" file="browser_actions_ove rflow_win_p.png" type="BINDATA" />
42 </if> 42 </if>
43 <include name="IDR_BUBBLE_B" file="bubble_b.png" type="BINDATA" /> 43 <include name="IDR_BUBBLE_B" file="bubble_b.png" type="BINDATA" />
44 <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" /> 44 <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" />
45 <include name="IDR_BUBBLE_BR" file="bubble_br.png" type="BINDATA" /> 45 <include name="IDR_BUBBLE_BR" file="bubble_br.png" type="BINDATA" />
46 <include name="IDR_BUBBLE_B_ARROW" file="bubble_pointer_b.png" type="BINDA TA" /> 46 <include name="IDR_BUBBLE_B_ARROW" file="bubble_pointer_b.png" type="BINDA TA" />
47 <include name="IDR_BUBBLE_L" file="bubble_l.png" type="BINDATA" /> 47 <include name="IDR_BUBBLE_L" file="bubble_l.png" type="BINDATA" />
48 <include name="IDR_BUBBLE_L_ARROW" file="bubble_pointer_l.png" type="BINDA TA" /> 48 <include name="IDR_BUBBLE_L_ARROW" file="bubble_pointer_l.png" type="BINDA TA" />
49 <include name="IDR_BUBBLE_R" file="bubble_r.png" type="BINDATA" /> 49 <include name="IDR_BUBBLE_R" file="bubble_r.png" type="BINDATA" />
50 <include name="IDR_BUBBLE_R_ARROW" file="bubble_pointer_r.png" type="BINDA TA" /> 50 <include name="IDR_BUBBLE_R_ARROW" file="bubble_pointer_r.png" type="BINDA TA" />
51 <include name="IDR_BUBBLE_T" file="bubble_t.png" type="BINDATA" /> 51 <include name="IDR_BUBBLE_T" file="bubble_t.png" type="BINDATA" />
52 <include name="IDR_BUBBLE_TL" file="bubble_tl.png" type="BINDATA" /> 52 <include name="IDR_BUBBLE_TL" file="bubble_tl.png" type="BINDATA" />
53 <include name="IDR_BUBBLE_TR" file="bubble_tr.png" type="BINDATA" /> 53 <include name="IDR_BUBBLE_TR" file="bubble_tr.png" type="BINDATA" />
54 <include name="IDR_BUBBLE_T_ARROW" file="bubble_pointer_t.png" type="BINDA TA" /> 54 <include name="IDR_BUBBLE_T_ARROW" file="bubble_pointer_t.png" type="BINDA TA" />
55 <include name="IDR_CLOSE_BAR" file="close_bar.png" type="BINDATA" /> 55 <include name="IDR_CLOSE_BAR" file="close_bar.png" type="BINDATA" />
56 <include name="IDR_CLOSE_BAR_H" file="close_bar_h.png" type="BINDATA" /> 56 <include name="IDR_CLOSE_BAR_H" file="close_bar_h.png" type="BINDATA" />
57 <include name="IDR_CLOSE_BAR_MASK" file="close_bar_mask.png" type="BINDATA " /> 57 <include name="IDR_CLOSE_BAR_MASK" file="close_bar_mask.png" type="BINDATA " />
58 <include name="IDR_CLOSE_BAR_P" file="close_bar_p.png" type="BINDATA" /> 58 <include name="IDR_CLOSE_BAR_P" file="close_bar_p.png" type="BINDATA" />
59 <if expr="os.find('win') != -1"> 59 <if expr="is_win">
60 <include name="IDR_CONFLICT_FAVICON" file="about_conflicts_favicon.png" type="BINDATA" /> 60 <include name="IDR_CONFLICT_FAVICON" file="about_conflicts_favicon.png" type="BINDATA" />
61 </if> 61 </if>
62 <include name="IDR_CONTENT_TOP_CENTER" file="content_top_center.png" type= "BINDATA" /> 62 <include name="IDR_CONTENT_TOP_CENTER" file="content_top_center.png" type= "BINDATA" />
63 <include name="IDR_CONTENT_TOP_LEFT_CORNER" file="content_top_left_corner. png" type="BINDATA" /> 63 <include name="IDR_CONTENT_TOP_LEFT_CORNER" file="content_top_left_corner. png" type="BINDATA" />
64 <include name="IDR_CONTENT_TOP_LEFT_CORNER_MASK" file="content_top_left_co rner_mask.png" type="BINDATA" /> 64 <include name="IDR_CONTENT_TOP_LEFT_CORNER_MASK" file="content_top_left_co rner_mask.png" type="BINDATA" />
65 <include name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corne r.png" type="BINDATA" /> 65 <include name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corne r.png" type="BINDATA" />
66 <include name="IDR_CONTENT_TOP_RIGHT_CORNER_MASK" file="content_top_right_ corner_mask.png" type="BINDATA" /> 66 <include name="IDR_CONTENT_TOP_RIGHT_CORNER_MASK" file="content_top_right_ corner_mask.png" type="BINDATA" />
67 <include name="IDR_DOWNLOADS_FAVICON" file="downloads_favicon.png" type="B INDATA" /> 67 <include name="IDR_DOWNLOADS_FAVICON" file="downloads_favicon.png" type="B INDATA" />
68 <include name="IDR_FEEDBACK" file="feedback.png" type="BINDATA" /> 68 <include name="IDR_FEEDBACK" file="feedback.png" type="BINDATA" />
69 <include name="IDR_FEEDBACK_H" file="feedback_h.png" type="BINDATA" /> 69 <include name="IDR_FEEDBACK_H" file="feedback_h.png" type="BINDATA" />
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 </if> 121 </if>
122 <if expr="not pp_ifdef('chromeos')"> 122 <if expr="not pp_ifdef('chromeos')">
123 <include name="IDR_THEME_FRAME" file="theme_frame_default.png" type="BIN DATA" /> 123 <include name="IDR_THEME_FRAME" file="theme_frame_default.png" type="BIN DATA" />
124 </if> 124 </if>
125 <if expr="pp_ifdef('chromeos')"> 125 <if expr="pp_ifdef('chromeos')">
126 <include name="IDR_THEME_TAB_BACKGROUND" file="theme_tab_background2.png " type="BINDATA" /> 126 <include name="IDR_THEME_TAB_BACKGROUND" file="theme_tab_background2.png " type="BINDATA" />
127 </if> 127 </if>
128 <if expr="not pp_ifdef('chromeos')"> 128 <if expr="not pp_ifdef('chromeos')">
129 <include name="IDR_THEME_TAB_BACKGROUND" file="theme_tab_background.png" type="BINDATA" /> 129 <include name="IDR_THEME_TAB_BACKGROUND" file="theme_tab_background.png" type="BINDATA" />
130 </if> 130 </if>
131 <if expr="pp_ifdef('chromeos') or os == 'darwin'"> 131 <if expr="pp_ifdef('chromeos') or is_macosx">
132 <include name="IDR_THEME_TOOLBAR" file="theme_toolbar_default2.png" type ="BINDATA" /> 132 <include name="IDR_THEME_TOOLBAR" file="theme_toolbar_default2.png" type ="BINDATA" />
133 </if> 133 </if>
134 <if expr="not pp_ifdef('chromeos') and os != 'darwin'"> 134 <if expr="not pp_ifdef('chromeos') and not is_macosx">
135 <include name="IDR_THEME_TOOLBAR" file="theme_toolbar_default.png" type= "BINDATA" /> 135 <include name="IDR_THEME_TOOLBAR" file="theme_toolbar_default.png" type= "BINDATA" />
136 </if> 136 </if>
137 <if expr="os == 'darwin'"> 137 <if expr="is_macosx">
138 <include name="IDR_THEME_TOOLBAR_INACTIVE" file="theme_toolbar_default_i nactive2.png" type="BINDATA" /> 138 <include name="IDR_THEME_TOOLBAR_INACTIVE" file="theme_toolbar_default_i nactive2.png" type="BINDATA" />
139 </if> 139 </if>
140 <include name="IDR_THROBBER_WAITING" file="throbber_waiting.png" type="BIN DATA" /> 140 <include name="IDR_THROBBER_WAITING" file="throbber_waiting.png" type="BIN DATA" />
141 <include name="IDR_TOOLS" file="tools.png" type="BINDATA" /> 141 <include name="IDR_TOOLS" file="tools.png" type="BINDATA" />
142 <include name="IDR_TOOLS_H" file="tools_h.png" type="BINDATA" /> 142 <include name="IDR_TOOLS_H" file="tools_h.png" type="BINDATA" />
143 <include name="IDR_TOOLS_P" file="tools_p.png" type="BINDATA" /> 143 <include name="IDR_TOOLS_P" file="tools_p.png" type="BINDATA" />
144 </includes> 144 </includes>
145 </release> 145 </release>
146 </grit> 146 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources_large.grd ('k') | ui/base/strings/app_locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698