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

Side by Side Diff: trunk/src/chrome/app/theme/theme_resources.grd

Issue 276773004: Revert 269892 "linux_aura: Compile ash into chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/build/common.gypi ('k') | trunk/src/chrome/browser/extensions/window_open_apitest.cc » ('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 <!-- This grd file contains images that are pre-scaled for device scale 2 <!-- This grd file contains images that are pre-scaled for device scale
3 factors. The image returned by |base::ResourceBundle::GetImageNamed| 3 factors. The image returned by |base::ResourceBundle::GetImageNamed|
4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The
5 |fallback_to_low_resolution| attribute controls behavior when 5 |fallback_to_low_resolution| attribute controls behavior when
6 an image file is missing for target scale factor. If true, chrome 6 an image file is missing for target scale factor. If true, chrome
7 will automatically scale the 1x image to the target scale factor. 7 will automatically scale the 1x image to the target scale factor.
8 If false, build will fail due to missing resources. This is 8 If false, build will fail due to missing resources. This is
9 currently set to true for all resources, but the default will 9 currently set to true for all resources, but the default will
10 become false in near future. 10 become false in near future.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 <if expr="is_win"> 157 <if expr="is_win">
158 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" /> 158 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" />
159 </if> 159 </if>
160 <!-- Ash doesn't draw rounded content area, so needs a special top 160 <!-- Ash doesn't draw rounded content area, so needs a special top
161 image. --> 161 image. -->
162 <if expr="not use_ash"> 162 <if expr="not use_ash">
163 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="content_top_center.png" /> 163 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="content_top_center.png" />
164 </if> 164 </if>
165 <if expr="use_ash"> 165 <if expr="use_ash">
166 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/ash/content_top_center.png" /> 166 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/ash/content_top_center.png" />
167 <if expr="not chromeos"> 167 <if expr="is_win">
168 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_DES KTOP" file="content_top_center.png" /> 168 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_WIN " file="content_top_center.png" />
169 </if> 169 </if>
170 </if> 170 </if>
171 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" /> 171 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" />
172 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" /> 172 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" />
173 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" /> 173 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" />
174 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" /> 174 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" />
175 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" /> 175 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" />
176 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" /> 176 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" />
177 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_OWNER" file="common/controlled_setting_owner.png" /> 177 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_OWNER" file="common/controlled_setting_owner.png" />
178 <if expr="chromeos"> 178 <if expr="chromeos">
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_SELECTED" file ="common/omnibox_tts_selected.png" /> 654 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_TTS_SELECTED" file ="common/omnibox_tts_selected.png" />
655 <if expr="not toolkit_views and not is_macosx and not is_ios"> 655 <if expr="not toolkit_views and not is_macosx and not is_ios">
656 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common/o tr_icon.png" /> 656 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common/o tr_icon.png" />
657 </if> 657 </if>
658 <if expr="toolkit_views"> 658 <if expr="toolkit_views">
659 <if expr="not use_ash"> 659 <if expr="not use_ash">
660 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /otr_icon.png" /> 660 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /otr_icon.png" />
661 </if> 661 </if>
662 <if expr="use_ash"> 662 <if expr="use_ash">
663 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /ash/otr_icon.png" /> 663 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /ash/otr_icon.png" />
664 <if expr="not chromeos"> 664 <if expr="is_win">
665 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_DESKTOP" fi le="common/otr_icon.png" /> 665 <structure type="chrome_scaled_image" name="IDR_OTR_ICON_WIN" file=" common/otr_icon.png" />
666 </if> 666 </if>
667 </if> 667 </if>
668 </if> 668 </if>
669 <if expr="(is_macosx or is_ios) and not toolkit_views"> 669 <if expr="(is_macosx or is_ios) and not toolkit_views">
670 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_ icon.png" /> 670 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_ icon.png" />
671 </if> 671 </if>
672 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" file= "common/overlay_drop_shadow.png" /> 672 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" file= "common/overlay_drop_shadow.png" />
673 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="pagein fo_bad.png" /> 673 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="pagein fo_bad.png" />
674 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_GOOD" file="pagei nfo_good.png" /> 674 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_GOOD" file="pagei nfo_good.png" />
675 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_INFO" file="pagei nfo_info.png" /> 675 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_INFO" file="pagei nfo_info.png" />
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="theme_frame_inactive.png" /> 1181 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="theme_frame_inactive.png" />
1182 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="theme_frame_incognito.png" /> 1182 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="theme_frame_incognito.png" />
1183 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="theme_frame_incognito_inactive.png" /> 1183 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="theme_frame_incognito_inactive.png" />
1184 </if> 1184 </if>
1185 <if expr="use_ash"> 1185 <if expr="use_ash">
1186 <!-- Ash has a gray frame, Windows uses blue. --> 1186 <!-- Ash has a gray frame, Windows uses blue. -->
1187 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="commo n/ash/theme_frame_active.png" /> 1187 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="commo n/ash/theme_frame_active.png" />
1188 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="common/ash/theme_frame_inactive.png" /> 1188 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="common/ash/theme_frame_inactive.png" />
1189 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="common/ash/theme_frame_incognito_active.png" /> 1189 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="common/ash/theme_frame_incognito_active.png" />
1190 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="common/ash/theme_frame_incognito_inactive.png" /> 1190 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="common/ash/theme_frame_incognito_inactive.png" />
1191 <if expr="not chromeos"> 1191 <if expr="is_win">
1192 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_DESKTOP" f ile="theme_frame.png" /> 1192 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_WIN" file= "theme_frame.png" />
1193 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_D ESKTOP" file="theme_frame_inactive.png" /> 1193 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE_W IN" file="theme_frame_inactive.png" />
1194 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ DESKTOP" file="theme_frame_incognito.png" /> 1194 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ WIN" file="theme_frame_incognito.png" />
1195 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ INACTIVE_DESKTOP" file="theme_frame_incognito_inactive.png" /> 1195 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_ INACTIVE_WIN" file="theme_frame_incognito_inactive.png" />
1196 </if> 1196 </if>
1197 </if> 1197 </if>
1198 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file= "notused.png" /> 1198 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY" file= "notused.png" />
1199 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI VE" file="notused.png" /> 1199 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_OVERLAY_INACTI VE" file="notused.png" />
1200 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil e="notused.png" /> 1200 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_ATTRIBUTION" fil e="notused.png" />
1201 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file ="common/ntp_background.png" /> 1201 <structure type="chrome_scaled_image" name="IDR_THEME_NTP_BACKGROUND" file ="common/ntp_background.png" />
1202 <if expr="not use_ash and not is_macosx and not is_ios"> 1202 <if expr="not use_ash and not is_macosx and not is_ios">
1203 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="theme_tab_background.png" /> 1203 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="theme_tab_background.png" />
1204 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="theme_tab_background_incognito.png" /> 1204 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="theme_tab_background_incognito.png" />
1205 </if> 1205 </if>
1206 <if expr="use_ash"> 1206 <if expr="use_ash">
1207 <!-- Ash has gray tab backgrounds, Windows uses blue. --> 1207 <!-- Ash has gray tab backgrounds, Windows uses blue. -->
1208 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="common/ash/theme_default_inactive.png" /> 1208 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="common/ash/theme_default_inactive.png" />
1209 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="common/ash/theme_default_inactive.png" /> 1209 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INC OGNITO" file="common/ash/theme_default_inactive.png" />
1210 <if expr="not chromeos"> 1210 <if expr="is_win">
1211 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_D ESKTOP" file="theme_tab_background.png" /> 1211 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_W IN" file="theme_tab_background.png" />
1212 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_I NCOGNITO_DESKTOP" file="theme_tab_background_incognito.png" /> 1212 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_I NCOGNITO_WIN" file="theme_tab_background_incognito.png" />
1213 </if> 1213 </if>
1214 </if> 1214 </if>
1215 <if expr="is_macosx or is_ios"> 1215 <if expr="is_macosx or is_ios">
1216 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="mac/theme_default_inactive.png" /> 1216 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND" fi le="mac/theme_default_inactive.png" />
1217 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INA CTIVE" file="mac/theme_default_inactive_background.png" /> 1217 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_INA CTIVE" file="mac/theme_default_inactive_background.png" />
1218 </if> 1218 </if>
1219 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_V" fi le="theme_tab_background_glass.png" /> 1219 <structure type="chrome_scaled_image" name="IDR_THEME_TAB_BACKGROUND_V" fi le="theme_tab_background_glass.png" />
1220 <if expr="not use_ash and not is_macosx and not is_ios"> 1220 <if expr="not use_ash and not is_macosx and not is_ios">
1221 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="the me_toolbar_default.png" /> 1221 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="the me_toolbar_default.png" />
1222 </if> 1222 </if>
1223 <if expr="use_ash"> 1223 <if expr="use_ash">
1224 <!-- Ash has a dark gray toolbar background, Windows has light gray. --> 1224 <!-- Ash has a dark gray toolbar background, Windows has light gray. -->
1225 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="com mon/ash/theme_default_active.png" /> 1225 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="com mon/ash/theme_default_active.png" />
1226 <if expr="not chromeos"> 1226 <if expr="is_win">
1227 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_DESKTOP" file="theme_toolbar_default.png" /> 1227 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_WIN" fil e="theme_toolbar_default.png" />
1228 </if> 1228 </if>
1229 </if> 1229 </if>
1230 <if expr="is_macosx or is_ios"> 1230 <if expr="is_macosx or is_ios">
1231 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac /theme_default_active.png" /> 1231 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac /theme_default_active.png" />
1232 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE" file="mac/theme_default_active_background.png" /> 1232 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE" file="mac/theme_default_active_background.png" />
1233 </if> 1233 </if>
1234 <!-- Instant Extended API toolbar background is common for all platforms. --> 1234 <!-- Instant Extended API toolbar background is common for all platforms. -->
1235 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" /> 1235 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" />
1236 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro bber_light.png" /> 1236 <structure type="chrome_scaled_image" name="IDR_THROBBER_LIGHT" file="thro bber_light.png" />
1237 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th robber_waiting.png" /> 1237 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="th robber_waiting.png" />
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1311 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1312 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1312 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1313 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1313 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1314 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1314 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1315 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1315 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1316 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1316 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1317 1317
1318 </structures> 1318 </structures>
1319 </release> 1319 </release>
1320 </grit> 1320 </grit>
OLDNEW
« no previous file with comments | « trunk/src/build/common.gypi ('k') | trunk/src/chrome/browser/extensions/window_open_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698