Index: ui/app_list/app_list.grd |
diff --git a/ui/app_list/app_list.grd b/ui/app_list/app_list.grd |
new file mode 100644 |
index 0000000000000000000000000000000000000000..49ed297d92617f131f106aa62aabe619dbbb5512 |
--- /dev/null |
+++ b/ui/app_list/app_list.grd |
@@ -0,0 +1,36 @@ |
+<?xml version="1.0" encoding="UTF-8"?> |
sadrul
2015/08/11 19:28:15
Where do we need this file?
bshe
2015/08/12 14:13:35
huh. Sorry. added by mistake. Removed.
|
+<grit latest_public_release="0" current_release="1"> |
+ <outputs> |
+ <output filename="grit/app_list_resources.h" type="rc_header" context="default_100_percent"> |
+ <emit emit_type='prepend'></emit> |
+ </output> |
+ <output filename="grit/ui_resources_map.cc" type="resource_map_source" context="default_100_percent" /> |
+ <output filename="grit/ui_resources_map.h" type="resource_map_header" context="default_100_percent" /> |
+ <output filename="ui_resources_100_percent.pak" type="data_package" context="default_100_percent" /> |
+ <output filename="ui_resources_200_percent.pak" type="data_package" context="default_200_percent" /> |
+ <output filename="ui_resources_300_percent.pak" type="data_package" context="default_300_percent" /> |
+ </outputs> |
+ <release seq="1"> |
+ <structures fallback_to_low_resolution="true"> |
+ <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST |
+ BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE |
+ SAME CONDITIONALS. --> |
+ <if expr="enable_app_list"> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_BACKGROUND" file="common/app_list_progress_bar_background.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_LEFT" file="common/app_list_progress_bar_left.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_CENTER" file="common/app_list_progress_bar_center.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_RIGHT" file="common/app_list_progress_bar_right.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" file="common/app_list_tools_hover.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" file="common/app_list_tools_normal.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" file="common/app_list_tools_pressed.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NORMAL" file="common/app_list_folder_back_normal.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_ON" file="common/app_list_mic_on.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_OFF" file="common/app_list_mic_off.png" /> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_RECORDING" file="common/app_list_mic_recording.png" /> |
+ <if expr="is_win or desktop_linux"> |
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATOR" file="common/app_list_user_indicator.png" /> |
+ </if> |
+ </if> |
+ </structures> |
+ </release> |
+</grit> |