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

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

Issue 27777002: Implement app list folder management page UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 7 years, 1 month 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 | Annotate | Revision Log
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 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp 9 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp
10 is updated. --> 10 is updated. -->
(...skipping 10 matching lines...) Expand all
21 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE 21 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE
22 SAME CONDITIONALS. --> 22 SAME CONDITIONALS. -->
23 <if expr="pp_ifdef('enable_app_list')"> 23 <if expr="pp_ifdef('enable_app_list')">
24 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_B ACKGROUND" file="common/app_list_progress_bar_background.png" /> 24 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_B ACKGROUND" file="common/app_list_progress_bar_background.png" />
25 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_L EFT" file="common/app_list_progress_bar_left.png" /> 25 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_L EFT" file="common/app_list_progress_bar_left.png" />
26 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_C ENTER" file="common/app_list_progress_bar_center.png" /> 26 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_C ENTER" file="common/app_list_progress_bar_center.png" />
27 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_R IGHT" file="common/app_list_progress_bar_right.png" /> 27 <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_R IGHT" file="common/app_list_progress_bar_right.png" />
28 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" fi le="common/app_list_tools_hover.png" /> 28 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" fi le="common/app_list_tools_hover.png" />
29 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" f ile="common/app_list_tools_normal.png" /> 29 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" f ile="common/app_list_tools_normal.png" />
30 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" file="common/app_list_tools_pressed.png" /> 30 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" file="common/app_list_tools_pressed.png" />
31 <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NOR MAL" file="common/app_list_folder_back_normal.png" />
31 <if expr="is_win"> 32 <if expr="is_win">
32 <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATO R" file="win/app_list_user_indicator.png" /> 33 <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATO R" file="win/app_list_user_indicator.png" />
33 </if> 34 </if>
34 </if> 35 </if>
35 <structure type="chrome_scaled_image" name="IDR_APP_TOP_CENTER" file="app_ top_center.png" /> 36 <structure type="chrome_scaled_image" name="IDR_APP_TOP_CENTER" file="app_ top_center.png" />
36 <if expr="pp_ifdef('toolkit_views')"> 37 <if expr="pp_ifdef('toolkit_views')">
37 <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" />
38 <structure type="chrome_scaled_image" name="IDR_APP_TOP_RIGHT" file="app _top_right.png" /> 39 <structure type="chrome_scaled_image" name="IDR_APP_TOP_RIGHT" file="app _top_right.png" />
39 </if> 40 </if>
40 <if expr="is_linux and pp_ifdef('use_aura')"> 41 <if expr="is_linux and pp_ifdef('use_aura')">
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP" file="common/window_bubble_shadow_small_top.png" /> 420 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP" file="common/window_bubble_shadow_small_top.png" />
420 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" /> 421 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" />
421 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" /> 422 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" />
422 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" /> 423 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" />
423 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" /> 424 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" />
424 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> 425 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" />
425 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> 426 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" />
426 </structures> 427 </structures>
427 </release> 428 </release>
428 </grit> 429 </grit>
OLDNEW
« ui/app_list/views/app_list_folder_view.cc ('K') | « ui/base/strings/ui_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698