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

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

Issue 1046783002: wip: Aura-specific implementation of unified touch selection: touch_selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring - common client for Aura and Android. Created 5 years, 8 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" />
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_NOR MAL_TOP_RIGHT" file="common/aura_scrollbar_thumb_base_normal_top_right.png" /> 491 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_NOR MAL_TOP_RIGHT" file="common/aura_scrollbar_thumb_base_normal_top_right.png" />
492 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_BOTTOM" file="common/aura_scrollbar_thumb_base_pressed_bottom.png" /> 492 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_BOTTOM" file="common/aura_scrollbar_thumb_base_pressed_bottom.png" />
493 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_BOTTOM_LEFT" file="common/aura_scrollbar_thumb_base_pressed_bottom_left.png " /> 493 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_BOTTOM_LEFT" file="common/aura_scrollbar_thumb_base_pressed_bottom_left.png " />
494 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_BOTTOM_RIGHT" file="common/aura_scrollbar_thumb_base_pressed_bottom_right.p ng" /> 494 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_BOTTOM_RIGHT" file="common/aura_scrollbar_thumb_base_pressed_bottom_right.p ng" />
495 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_CENTER" file="common/aura_scrollbar_thumb_base_pressed_center.png" /> 495 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_CENTER" file="common/aura_scrollbar_thumb_base_pressed_center.png" />
496 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_LEFT" file="common/aura_scrollbar_thumb_base_pressed_left.png" /> 496 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_LEFT" file="common/aura_scrollbar_thumb_base_pressed_left.png" />
497 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_RIGHT" file="common/aura_scrollbar_thumb_base_pressed_right.png" /> 497 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_RIGHT" file="common/aura_scrollbar_thumb_base_pressed_right.png" />
498 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_TOP" file="common/aura_scrollbar_thumb_base_pressed_top.png" /> 498 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_TOP" file="common/aura_scrollbar_thumb_base_pressed_top.png" />
499 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_TOP_LEFT" file="common/aura_scrollbar_thumb_base_pressed_top_left.png" /> 499 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_TOP_LEFT" file="common/aura_scrollbar_thumb_base_pressed_top_left.png" />
500 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_TOP_RIGHT" file="common/aura_scrollbar_thumb_base_pressed_top_right.png" /> 500 <structure type="chrome_scaled_image" name="IDR_SCROLLBAR_THUMB_BASE_PRE SSED_TOP_RIGHT" file="common/aura_scrollbar_thumb_base_pressed_top_right.png" />
501 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_CE NTER" file="common/text_selection_handle_center.png" />
502 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_LE FT" file="common/text_selection_handle_left.png" />
503 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_RI GHT" file="common/text_selection_handle_right.png" />
501 </if> 504 </if>
502 <if expr="toolkit_views"> 505 <if expr="toolkit_views">
503 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_BOTTOM" file="common/textbutton_hover_bottom.png" /> 506 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_BOTTOM" file="common/textbutton_hover_bottom.png" />
504 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_BOTTOM_ LEFT" file="common/textbutton_hover_bottom_left.png" /> 507 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_BOTTOM_ LEFT" file="common/textbutton_hover_bottom_left.png" />
505 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_BOTTOM_ RIGHT" file="common/textbutton_hover_bottom_right.png" /> 508 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_BOTTOM_ RIGHT" file="common/textbutton_hover_bottom_right.png" />
506 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_CENTER" file="common/textbutton_hover_center.png" /> 509 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_CENTER" file="common/textbutton_hover_center.png" />
507 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_LEFT" f ile="common/textbutton_hover_left.png" /> 510 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_LEFT" f ile="common/textbutton_hover_left.png" />
508 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_RIGHT" file="common/textbutton_hover_right.png" /> 511 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_RIGHT" file="common/textbutton_hover_right.png" />
509 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_TOP" fi le="common/textbutton_hover_top.png" /> 512 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_TOP" fi le="common/textbutton_hover_top.png" />
510 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_TOP_LEF T" file="common/textbutton_hover_top_left.png" /> 513 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_HOVER_TOP_LEF T" file="common/textbutton_hover_top_left.png" />
(...skipping 10 matching lines...) Expand all
521 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_BOTTOM " file="common/textbutton_raised_bottom.png" /> 524 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_BOTTOM " file="common/textbutton_raised_bottom.png" />
522 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_BOTTOM _LEFT" file="common/textbutton_raised_bottom_left.png" /> 525 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_BOTTOM _LEFT" file="common/textbutton_raised_bottom_left.png" />
523 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_BOTTOM _RIGHT" file="common/textbutton_raised_bottom_right.png" /> 526 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_BOTTOM _RIGHT" file="common/textbutton_raised_bottom_right.png" />
524 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_CENTER " file="common/textbutton_raised_center.png" /> 527 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_CENTER " file="common/textbutton_raised_center.png" />
525 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_LEFT" file="common/textbutton_raised_left.png" /> 528 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_LEFT" file="common/textbutton_raised_left.png" />
526 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_RIGHT" file="common/textbutton_raised_right.png" /> 529 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_RIGHT" file="common/textbutton_raised_right.png" />
527 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_TOP" f ile="common/textbutton_raised_top.png" /> 530 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_TOP" f ile="common/textbutton_raised_top.png" />
528 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_TOP_LE FT" file="common/textbutton_raised_top_left.png" /> 531 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_TOP_LE FT" file="common/textbutton_raised_top_left.png" />
529 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_TOP_RI GHT" file="common/textbutton_raised_top_right.png" /> 532 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_RAISED_TOP_RI GHT" file="common/textbutton_raised_top_right.png" />
530 </if> 533 </if>
531 <if expr="toolkit_views">
532 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_CE NTER" file="common/text_selection_handle_center.png" />
533 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_LE FT" file="common/text_selection_handle_left.png" />
534 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_RI GHT" file="common/text_selection_handle_right.png" />
535 </if>
536 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="throbber.p ng" /> 534 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="throbber.p ng" />
537 <if expr="toolkit_views"> 535 <if expr="toolkit_views">
538 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" /> 536 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" />
539 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" /> 537 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" />
540 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" /> 538 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" />
541 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" /> 539 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" />
542 </if> 540 </if>
543 <if expr="is_macosx or is_ios"> 541 <if expr="is_macosx or is_ios">
544 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_ATTENTION" fil e="mac/notification_dark_tray_attention.png"/> 542 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_ATTENTION" fil e="mac/notification_dark_tray_attention.png"/>
545 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_PRESSED" file= "mac/notification_dark_tray_pressed.png"/> 543 <structure type="chrome_scaled_image" name="IDR_DARK_TRAY_PRESSED" file= "mac/notification_dark_tray_pressed.png"/>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" /> 587 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" />
590 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" /> 588 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" />
591 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" /> 589 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" />
592 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" /> 590 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" />
593 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> 591 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" />
594 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> 592 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" />
595 </if> 593 </if>
596 </structures> 594 </structures>
597 </release> 595 </release>
598 </grit> 596 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698