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

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

Issue 2171713002: Safe browsing subresource filter bubble UI skeleton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 4 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 <if expr="enable_service_discovery"> 398 <if expr="enable_service_discovery">
399 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" /> 399 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" />
400 </if> 400 </if>
401 <if expr="chromeos"> 401 <if expr="chromeos">
402 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. --> 402 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. -->
403 <structure type="chrome_scaled_image" name="IDR_LAUNCHER_BACKGROUND" fil e="cros/launcher_background.png" /> 403 <structure type="chrome_scaled_image" name="IDR_LAUNCHER_BACKGROUND" fil e="cros/launcher_background.png" />
404 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="cros/login_password_capslock.png" /> 404 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="cros/login_password_capslock.png" />
405 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" /> 405 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" />
406 <structure type="chrome_scaled_image" name="IDR_LEGACY_SUPERVISED_USER_I CON" file="cros/limited_user.png" /> 406 <structure type="chrome_scaled_image" name="IDR_LEGACY_SUPERVISED_USER_I CON" file="cros/limited_user.png" />
407 </if> 407 </if>
408 <structure type="chrome_scaled_image" name="IDR_SUBRESOURCE_FILTER_ACTIVE" file="common/subresource_filter_active.png" />
Evan Stade 2016/07/29 16:19:55 you shouldn't need to add the pngs, as MD is on by
melandory 2016/07/29 16:25:41 Done.
408 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM" file="common/supervised_user_theme/label_bg_bottom.png" /> 409 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM" file="common/supervised_user_theme/label_bg_bottom.png" />
409 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_LEFT" file="common/supervised_user_theme/label_bg_bottom_left.png" /> 410 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_LEFT" file="common/supervised_user_theme/label_bg_bottom_left.png" />
410 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_RIGHT" file="common/supervised_user_theme/label_bg_bottom_right.png" /> 411 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_RIGHT" file="common/supervised_user_theme/label_bg_bottom_right.png" />
411 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_CENT ER" file="common/supervised_user_theme/label_bg_center.png" /> 412 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_CENT ER" file="common/supervised_user_theme/label_bg_center.png" />
412 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_LEFT " file="common/supervised_user_theme/label_bg_left.png" /> 413 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_LEFT " file="common/supervised_user_theme/label_bg_left.png" />
413 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_RIGH T" file="common/supervised_user_theme/label_bg_right.png" /> 414 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_RIGH T" file="common/supervised_user_theme/label_bg_right.png" />
414 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_TOP" file="common/supervised_user_theme/label_bg_top.png" /> 415 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_TOP" file="common/supervised_user_theme/label_bg_top.png" />
415 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_TOP_ LEFT" file="common/supervised_user_theme/label_bg_top_left.png" /> 416 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_TOP_ LEFT" file="common/supervised_user_theme/label_bg_top_left.png" />
416 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_TOP_ RIGHT" file="common/supervised_user_theme/label_bg_top_right.png" /> 417 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_TOP_ RIGHT" file="common/supervised_user_theme/label_bg_top_right.png" />
417 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_THEME_FRAM E" file="common/supervised_user_theme/theme_frame_supervised.png" /> 418 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_THEME_FRAM E" file="common/supervised_user_theme/theme_frame_supervised.png" />
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 928 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
928 </if> 929 </if>
929 <if expr="is_macosx"> 930 <if expr="is_macosx">
930 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 931 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
931 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 932 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
932 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 933 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
933 </if> 934 </if>
934 </structures> 935 </structures>
935 </release> 936 </release>
936 </grit> 937 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698