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

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

Issue 1257223005: Move resources used by app_list into app_list/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?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.
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/app_list_resources.h" type="rc_header" context="defau lt_100_percent">
5 <emit emit_type='prepend'></emit>
6 </output>
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" />
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" />
11 <output filename="ui_resources_300_percent.pak" type="data_package" context= "default_300_percent" />
12 </outputs>
13 <release seq="1">
14 <structures fallback_to_low_resolution="true">
15 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST
16 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE
17 SAME CONDITIONALS. -->
18 <if expr="enable_app_list">
19 <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_L EFT" file="common/app_list_progress_bar_left.png" />
21 <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_R IGHT" file="common/app_list_progress_bar_right.png" />
23 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" fi le="common/app_list_tools_hover.png" />
24 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" f ile="common/app_list_tools_normal.png" />
25 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" file="common/app_list_tools_pressed.png" />
26 <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NOR MAL" file="common/app_list_folder_back_normal.png" />
27 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_ON" file="common/app_list_mic_on.png" />
28 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_OFF" file="common/app_list_mic_off.png" />
29 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SPEECH_MIC_RECO RDING" file="common/app_list_mic_recording.png" />
30 <if expr="is_win or desktop_linux">
31 <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATO R" file="common/app_list_user_indicator.png" />
32 </if>
33 </if>
34 </structures>
35 </release>
36 </grit>
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698