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

Side by Side Diff: ui/app_list/resources/app_list_resources.grd

Issue 2127713005: Purge AppListMenu, and the app list profile switcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160707-Apps-RemoveSettings
Patch Set: Created 4 years, 5 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/app_list_resources.h" type="rc_header" context="defau lt_100_percent"> 4 <output filename="grit/app_list_resources.h" type="rc_header" context="defau lt_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/app_list_resources_map.cc" type="resource_map_source" context="default_100_percent" /> 7 <output filename="grit/app_list_resources_map.cc" type="resource_map_source" context="default_100_percent" />
8 <output filename="grit/app_list_resources_map.h" type="resource_map_header" context="default_100_percent" /> 8 <output filename="grit/app_list_resources_map.h" type="resource_map_header" context="default_100_percent" />
9 <output filename="app_list_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" /> 9 <output filename="app_list_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" />
10 <output filename="app_list_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" /> 10 <output filename="app_list_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" />
11 <output filename="app_list_resources_300_percent.pak" type="data_package" co ntext="default_300_percent" /> 11 <output filename="app_list_resources_300_percent.pak" type="data_package" co ntext="default_300_percent" />
12 </outputs> 12 </outputs>
13 <release seq="1"> 13 <release seq="1">
14 <structures fallback_to_low_resolution="true"> 14 <structures fallback_to_low_resolution="true">
15 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST 15 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST
16 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE 16 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE
17 SAME CONDITIONALS. --> 17 SAME CONDITIONALS. -->
18 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_BAC KGROUND" file="common/app_list_progress_bar_background.png" /> 18 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_BAC KGROUND" file="common/app_list_progress_bar_background.png" />
19 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_LEF T" file="common/app_list_progress_bar_left.png" /> 19 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_LEF T" file="common/app_list_progress_bar_left.png" />
20 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_CEN TER" file="common/app_list_progress_bar_center.png" /> 20 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_CEN TER" file="common/app_list_progress_bar_center.png" />
21 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_RIG HT" file="common/app_list_progress_bar_right.png" /> 21 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_RIG HT" file="common/app_list_progress_bar_right.png" />
22 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" file ="common/app_list_tools_hover.png" />
23 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" fil e="common/app_list_tools_normal.png" />
24 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" fi le="common/app_list_tools_pressed.png" />
25 <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NORMA L" file="common/app_list_folder_back_normal.png" /> 22 <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NORMA L" file="common/app_list_folder_back_normal.png" />
26 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_ON" fi le="common/app_list_mic_on.png" /> 23 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_ON" fi le="common/app_list_mic_on.png" />
27 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_OFF" f ile="common/app_list_mic_off.png" /> 24 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_OFF" f ile="common/app_list_mic_off.png" />
28 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_RECORD ING" file="common/app_list_mic_recording.png" /> 25 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_RECORD ING" file="common/app_list_mic_recording.png" />
29 <if expr="is_win or desktop_linux">
30 <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATOR" file="common/app_list_user_indicator.png" />
31 </if>
32 </structures> 26 </structures>
33 </release> 27 </release>
34 </grit> 28 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698