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

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

Issue 2682293002: Add desktop UI for the subresource filter content setting. (Closed)
Patch Set: . Created 3 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 23 matching lines...) Expand all
34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" /> 34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" />
35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" /> 35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" />
36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIC" file="common/ allowed_mic.png" /> 36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIC" file="common/ allowed_mic.png" />
37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" /> 37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" />
38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" /> 38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" />
39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" /> 39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" />
40 <if expr="enable_plugins"> 40 <if expr="enable_plugins">
41 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="c ommon/allowed_plugins.png" /> 41 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="c ommon/allowed_plugins.png" />
42 </if> 42 </if>
43 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" /> 43 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" />
44 <structure type="chrome_scaled_image" name="IDR_ALLOWED_SUBRESOURCE_FILTER " file="common/allowed_subresource_filter.png" />
44 <structure type="chrome_scaled_image" name="IDR_ALLOWED_USB" file="common/ allowed_usb.png" /> 45 <structure type="chrome_scaled_image" name="IDR_ALLOWED_USB" file="common/ allowed_usb.png" />
45 <if expr="enable_app_list and _google_chrome"> 46 <if expr="enable_app_list and _google_chrome">
46 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI CE_SEARCH" file="google_chrome/google_logo_voice_search.png" /> 47 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI CE_SEARCH" file="google_chrome/google_logo_voice_search.png" />
47 </if> 48 </if>
48 <if expr="enable_app_list"> 49 <if expr="enable_app_list">
49 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" /> 50 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" />
50 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" /> 51 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" />
51 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_ON" file="common/app_list_mic_hotword_on.png" /> 52 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_ON" file="common/app_list_mic_hotword_on.png" />
52 </if> 53 </if>
53 <if expr="toolkit_views and not is_macosx"> 54 <if expr="toolkit_views and not is_macosx">
(...skipping 30 matching lines...) Expand all
84 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" /> 85 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" />
85 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" /> 86 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" />
86 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIC" file="common/ blocked_mic.png" /> 87 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIC" file="common/ blocked_mic.png" />
87 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" /> 88 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" />
88 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" /> 89 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" />
89 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file ="common/blocked_notifications.png" /> 90 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file ="common/blocked_notifications.png" />
90 <if expr="enable_plugins"> 91 <if expr="enable_plugins">
91 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="c ommon/blocked_plugins.png" /> 92 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="c ommon/blocked_plugins.png" />
92 </if> 93 </if>
93 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm on/blocked_popups.png" /> 94 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm on/blocked_popups.png" />
95 <structure type="chrome_scaled_image" name="IDR_BLOCKED_SUBRESOURCE_FILTER " file="common/blocked_subresource_filter.png" />
94 <structure type="chrome_scaled_image" name="IDR_BLOCKED_USB" file="common/ blocked_usb.png" /> 96 <structure type="chrome_scaled_image" name="IDR_BLOCKED_USB" file="common/ blocked_usb.png" />
95 <if expr="chromeos"> 97 <if expr="chromeos">
96 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_KEYBOARD" file ="cros/bluetooth_pairing_keyboard.png" /> 98 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_KEYBOARD" file ="cros/bluetooth_pairing_keyboard.png" />
97 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_MOUSE" file="c ros/bluetooth_pairing_mouse.png" /> 99 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_MOUSE" file="c ros/bluetooth_pairing_mouse.png" />
98 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_PAIRING_TICK" file="cros/bluetooth_pairing_tick.png" /> 100 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_PAIRING_TICK" file="cros/bluetooth_pairing_tick.png" />
99 </if> 101 </if>
100 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c ommon/favicon_bookmarks.png" /> 102 <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="c ommon/favicon_bookmarks.png" />
101 <if expr="is_macosx or is_ios"> 103 <if expr="is_macosx or is_ios">
102 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="mac/bookmark_bar_folder.png" /> 104 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" fil e="mac/bookmark_bar_folder.png" />
103 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER_MANA GED" file="mac/bookmark_bar_folder_managed.png" /> 105 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER_MANA GED" file="mac/bookmark_bar_folder_managed.png" />
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 580 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
579 </if> 581 </if>
580 <if expr="is_macosx"> 582 <if expr="is_macosx">
581 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 583 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
582 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 584 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
583 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 585 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
584 </if> 586 </if>
585 </structures> 587 </structures>
586 </release> 588 </release>
587 </grit> 589 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698