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

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

Issue 1029053002: Back button for the WebView-based sign-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. Created 5 years, 9 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
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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="common/keyword_search_magnifier.png" /> 436 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="common/keyword_search_magnifier.png" />
437 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="common/k illtab.png" /> 437 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="common/k illtab.png" />
438 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" /> 438 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" />
439 <if expr="enable_service_discovery"> 439 <if expr="enable_service_discovery">
440 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" /> 440 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" />
441 </if> 441 </if>
442 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" /> 442 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" />
443 <if expr="chromeos"> 443 <if expr="chromeos">
444 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. --> 444 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. -->
445 <structure type="chrome_scaled_image" name="IDR_LAUNCHER_BACKGROUND" fil e="cros/launcher_background.png" /> 445 <structure type="chrome_scaled_image" name="IDR_LAUNCHER_BACKGROUND" fil e="cros/launcher_background.png" />
446 <structure type="chrome_scaled_image" name="IDR_LOGIN_BACK_BUTTTON" file ="cros/login_back_button.png" />
447 <structure type="chrome_scaled_image" name="IDR_LOGIN_BACK_BUTTTON_MASKE D" file="cros/login_back_button_masked.png" />
446 <structure type="chrome_scaled_image" name="IDR_LOGIN_CLOSE_BUTTTON" fil e="cros/login_close_button.png" /> 448 <structure type="chrome_scaled_image" name="IDR_LOGIN_CLOSE_BUTTTON" fil e="cros/login_close_button.png" />
447 <structure type="chrome_scaled_image" name="IDR_LOGIN_CLOSE_BUTTTON_MASK ED" file="cros/login_close_button_masked.png" /> 449 <structure type="chrome_scaled_image" name="IDR_LOGIN_CLOSE_BUTTTON_MASK ED" file="cros/login_close_button_masked.png" />
448 <structure type="chrome_scaled_image" name="IDR_LOGIN_CLOSE_BUTTTON_ON_W HITE" file="cros/login_close_button_on_white.png" /> 450 <structure type="chrome_scaled_image" name="IDR_LOGIN_CLOSE_BUTTTON_ON_W HITE" file="cros/login_close_button_on_white.png" />
449 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="cros/login_password_capslock.png" /> 451 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="cros/login_password_capslock.png" />
450 </if> 452 </if>
451 <if expr="chromeos"> 453 <if expr="chromeos">
452 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" /> 454 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" />
453 </if> 455 </if>
454 <structure type="chrome_scaled_image" name="IDR_LEGACY_SUPERVISED_USER_ICO N" file="common/limited_user.png" /> 456 <structure type="chrome_scaled_image" name="IDR_LEGACY_SUPERVISED_USER_ICO N" file="common/limited_user.png" />
455 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM" file="common/supervised_user_theme/label_bg_bottom.png" /> 457 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM" file="common/supervised_user_theme/label_bg_bottom.png" />
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 <!-- People search images --> 1059 <!-- People search images -->
1058 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1060 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1059 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1061 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1060 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1062 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1061 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1063 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1062 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1064 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1063 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1065 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1064 </structures> 1066 </structures>
1065 </release> 1067 </release>
1066 </grit> 1068 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698