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

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

Issue 1129513002: Sad tab redesign for Windows, Linux and CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 </if> 428 </if>
429 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="common/infobar_restore_session.png" /> 429 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="common/infobar_restore_session.png" />
430 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="common/infobar_save_password.png" /> 430 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="common/infobar_save_password.png" />
431 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="commo n/infobar_theme.png" /> 431 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="commo n/infobar_theme.png" />
432 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="c ommon/infobar_translate.png" /> 432 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="c ommon/infobar_translate.png" />
433 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" /> 433 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" />
434 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" /> 434 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" />
435 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" /> 435 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" />
436 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="common/i nput_good.png" /> 436 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="common/i nput_good.png" />
437 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="common/keyword_search_magnifier.png" /> 437 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="common/keyword_search_magnifier.png" />
438 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="common/k illtab.png" />
msw 2015/05/14 23:50:19 Please git rm chrome/app/theme/default_100_percent
edwardjung 2015/05/18 12:02:35 Done.
439 <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" />
440 <if expr="enable_service_discovery"> 439 <if expr="enable_service_discovery">
441 <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" />
442 </if> 441 </if>
443 <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" />
444 <if expr="chromeos"> 443 <if expr="chromeos">
445 <!-- 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. -->
446 <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" />
447 <structure type="chrome_scaled_image" name="IDR_LOGIN_BACK_BUTTTON" file ="cros/login_back_button.png" /> 446 <structure type="chrome_scaled_image" name="IDR_LOGIN_BACK_BUTTTON" file ="cros/login_back_button.png" />
448 <structure type="chrome_scaled_image" name="IDR_LOGIN_BACK_BUTTTON_MASKE D" file="cros/login_back_button_masked.png" /> 447 <structure type="chrome_scaled_image" name="IDR_LOGIN_BACK_BUTTTON_MASKE D" file="cros/login_back_button_masked.png" />
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 <!-- People search images --> 1064 <!-- People search images -->
1066 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1065 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1067 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1066 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1068 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1067 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1069 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1068 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1070 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1069 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1071 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1070 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1072 </structures> 1071 </structures>
1073 </release> 1072 </release>
1074 </grit> 1073 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698