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

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 78783007: [SiteChip] Image grids for background rendering of the site chip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/default_200_percent/common/chip_malware_top_right.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index b50eae0701e9af3327baef2c4de1039a8368d3b9..a2ebad0feb735c1c7ea88be05d91f3ef4265b0bd 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -860,6 +860,35 @@
<structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" file="settings_app_icon_32.png" />
<structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" file="settings_app_icon_48.png" />
</if>
+ <if expr="pp_ifdef('toolkit_views')">
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTTOM_LEFT" file="common/chip_brokenssl_bottom_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTTOM" file="common/chip_brokenssl_bottom.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTTOM_RIGHT" file="common/chip_brokenssl_bottom_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_CENTER" file="common/chip_brokenssl_center.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_RIGHT" file="common/chip_brokenssl_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_LEFT" file="common/chip_brokenssl_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_LEFT" file="common/chip_brokenssl_top_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_RIGHT" file="common/chip_brokenssl_top_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP" file="common/chip_brokenssl_top.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_LEFT" file="common/chip_extended_validation_bottom_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM" file="common/chip_extended_validation_bottom.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_RIGHT" file="common/chip_extended_validation_bottom_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_CENTER" file="common/chip_extended_validation_center.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_RIGHT" file="common/chip_extended_validation_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_LEFT" file="common/chip_extended_validation_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_LEFT" file="common/chip_extended_validation_top_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_RIGHT" file="common/chip_extended_validation_top_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP" file="common/chip_extended_validation_top.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM_LEFT" file="common/chip_malware_bottom_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM" file="common/chip_malware_bottom.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM_RIGHT" file="common/chip_malware_bottom_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER" file="common/chip_malware_center.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LEFT" file="common/chip_malware_top_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RIGHT" file="common/chip_malware_top_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" file="common/chip_malware_top.png" />
+ </if>
<structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="common/favicon_settings.png" />
<if expr="pp_ifdef('toolkit_views')">
<structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_TOP_LEFT" file="common/toolbar_button_hover_top_left.png" />
« no previous file with comments | « chrome/app/theme/default_200_percent/common/chip_malware_top_right.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698