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

Side by Side Diff: ui/resources/ui_resources.grd

Issue 564953002: Add support for dark theme in Mac Notification Center (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad merge. Created 6 years, 3 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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent"> 4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" /> 7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" />
8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" /> 8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" />
9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" /> 9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" />
10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" /> 10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" />
11 </outputs> 11 </outputs>
12 <release seq="1"> 12 <release seq="1">
13 <structures fallback_to_low_resolution="true"> 13 <structures fallback_to_low_resolution="true">
14 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST 14 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST
15 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE 15 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE
16 SAME CONDITIONALS. --> 16 SAME CONDITIONALS. -->
17 <if expr="enable_app_list"> 17 <if expr="enable_app_list">
18 <structure type="chrome_scaled_image" name="IDR_APP_LIST_APPS_ICON" file ="common/app_list_apps_icon.png" /> 18 <structure type="chrome_scaled_image" name="IDR_APP_LIST_APPS_ICON" file ="common/app_list_apps_icon.png" />
19 <structure type="chrome_scaled_image" name="IDR_APP_LIST_EXPERIMENTAL_IC ON" file="common/app_list_experimental_icon.png" /> 19 <structure type="chrome_scaled_image" name="IDR_APP_LIST_EXPERIMENTAL_IC ON" file="common/app_list_experimental_icon.png" />
20 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_B ACKGROUND" file="common/app_list_progress_bar_background.png" /> 20 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_B ACKGROUND" file="common/app_list_progress_bar_background.png" />
21 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_L EFT" file="common/app_list_progress_bar_left.png" /> 21 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_L EFT" file="common/app_list_progress_bar_left.png" />
22 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_C ENTER" file="common/app_list_progress_bar_center.png" /> 22 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_C ENTER" file="common/app_list_progress_bar_center.png" />
23 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_R IGHT" file="common/app_list_progress_bar_right.png" /> 23 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_R IGHT" file="common/app_list_progress_bar_right.png" />
24 <structure type="chrome_scaled_image" name="IDR_APP_LIST_NOTIFICATIONS_I CON" file="common/app_list_notifications_icon.png" /> 24 <structure type="chrome_scaled_image" name="IDR_APP_LIST_NOTIFICATIONS_I CON" file="common/app_list_notifications_icon.png" />
25 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" fi le="common/app_list_tools_hover.png" /> 25 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" fi le="common/app_list_tools_hover.png" />
26 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" f ile="common/app_list_tools_normal.png" /> 26 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" f ile="common/app_list_tools_normal.png" />
27 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" file="common/app_list_tools_pressed.png" /> 27 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" file="common/app_list_tools_pressed.png" />
28 <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NOR MAL" file="common/app_list_folder_back_normal.png" /> 28 <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NOR MAL" file="common/app_list_folder_back_normal.png" />
29 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SEARCH_ICON" fi le="common/app_list_search_icon.png" />
oshima 2014/09/13 00:42:48 is this intentional?
dewittj 2014/09/15 17:32:37 Nope, good catch.
30 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_ON" file="common/app_list_mic_on.png" /> 29 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_ON" file="common/app_list_mic_on.png" />
31 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_OFF" file="common/app_list_mic_off.png" /> 30 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_OFF" file="common/app_list_mic_off.png" />
32 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_RECO RDING" file="common/app_list_mic_recording.png" /> 31 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_RECO RDING" file="common/app_list_mic_recording.png" />
33 <if expr="is_win or desktop_linux"> 32 <if expr="is_win or desktop_linux">
34 <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATO R" file="common/app_list_user_indicator.png" /> 33 <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATO R" file="common/app_list_user_indicator.png" />
35 </if> 34 </if>
36 </if> 35 </if>
37 <if expr="toolkit_views"> 36 <if expr="toolkit_views">
38 <structure type="chrome_scaled_image" name="IDR_APP_TOP_CENTER" file="ap p_top_center.png" /> 37 <structure type="chrome_scaled_image" name="IDR_APP_TOP_CENTER" file="ap p_top_center.png" />
39 <structure type="chrome_scaled_image" name="IDR_APP_TOP_LEFT" file="app_ top_left.png" /> 38 <structure type="chrome_scaled_image" name="IDR_APP_TOP_LEFT" file="app_ top_left.png" />
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE" f ile="common/text_selection_handle_small.png" /> 512 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE" f ile="common/text_selection_handle_small.png" />
514 </if> 513 </if>
515 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="throbber.p ng" /> 514 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="throbber.p ng" />
516 <if expr="toolkit_views"> 515 <if expr="toolkit_views">
517 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" /> 516 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" />
518 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" /> 517 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" />
519 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" /> 518 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" />
520 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" /> 519 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" />
521 </if> 520 </if>
522 <if expr="is_macosx or is_ios"> 521 <if expr="is_macosx or is_ios">
522 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_ATTENTION" fil e="mac/notification_dark_tray_attention.png"/>
523 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_ATTENTION_PRES SED" file="mac/notification_tray_attention_pressed.png"/>
524 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_DO_NOT_DISTURB _ATTENTION" file="mac/notification_dark_tray_do_not_disturb_attention.png"/>
525 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_DO_NOT_DISTURB _ATTENTION_PRESSED" file="mac/notification_tray_do_not_disturb_attention_pressed .png"/>
526 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_DO_NOT_DISTURB _EMPTY" file="mac/notification_tray_do_not_disturb_empty.png"/>
527 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_DO_NOT_DISTURB _EMPTY_PRESSED" file="mac/notification_tray_do_not_disturb_empty_pressed.png"/>
528 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_EMPTY" file="m ac/notification_dark_tray_empty.png"/>
529 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_EMPTY_PRESSED" file="mac/notification_tray_empty_pressed.png"/>
523 <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION" file="ma c/notification_tray_attention.png"/> 530 <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION" file="ma c/notification_tray_attention.png"/>
524 <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION_PRESSED" file="mac/notification_tray_attention_pressed.png"/> 531 <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION_PRESSED" file="mac/notification_tray_attention_pressed.png"/>
525 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTE NTION" file="mac/notification_tray_do_not_disturb_attention.png"/> 532 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTE NTION" file="mac/notification_tray_do_not_disturb_attention.png"/>
526 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTE NTION_PRESSED" file="mac/notification_tray_do_not_disturb_attention_pressed.png" /> 533 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTE NTION_PRESSED" file="mac/notification_tray_do_not_disturb_attention_pressed.png" />
527 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPT Y" file="mac/notification_tray_do_not_disturb_empty.png"/> 534 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPT Y" file="mac/notification_tray_do_not_disturb_empty.png"/>
528 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPT Y_PRESSED" file="mac/notification_tray_do_not_disturb_empty_pressed.png"/> 535 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPT Y_PRESSED" file="mac/notification_tray_do_not_disturb_empty_pressed.png"/>
529 <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY" file="mac/no tification_tray_empty.png"/> 536 <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY" file="mac/no tification_tray_empty.png"/>
530 <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY_PRESSED" file ="mac/notification_tray_empty_pressed.png"/> 537 <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY_PRESSED" file ="mac/notification_tray_empty_pressed.png"/>
531 </if> 538 </if>
532 <if expr="toolkit_views"> 539 <if expr="toolkit_views">
(...skipping 29 matching lines...) Expand all
562 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" /> 569 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" />
563 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" /> 570 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" />
564 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" /> 571 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" />
565 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" /> 572 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" />
566 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> 573 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" />
567 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> 574 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" />
568 </if> 575 </if>
569 </structures> 576 </structures>
570 </release> 577 </release>
571 </grit> 578 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698