OLD | NEW |
---|---|
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/theme_resources.h" type="rc_header" context="default_ 100_percent"> | 4 <output filename="grit/theme_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/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" /> | 7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" /> |
8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" /> | 8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" /> |
9 <output filename="theme_resources_standard.pak" type="data_package" context= "default_100_percent" /> | 9 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" /> |
10 <output filename="theme_resources_2x.pak" type="data_package" context="defau lt_200_percent" /> | 10 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" /> |
11 <output filename="theme_resources_touch_1x.pak" type="data_package" context= "touch_100_percent" /> | 11 <output filename="theme_resources_touch_100_percent.pak" type="data_package" context="touch_100_percent" /> |
12 <output filename="theme_resources_touch_2x.pak" type="data_package" context= "touch_200_percent" /> | 12 <output filename="theme_resources_touch_200_percent.pak" type="data_package" context="touch_200_percent" /> |
13 <output filename="theme_resources_standard.rc" type="rc_all" context="defaul t_100_percent" /> | 13 <output filename="theme_resources.rc" type="rc_all" context="default_100_per cent" /> |
sail
2012/07/12 22:36:43
theme_resources_100.rc?
| |
14 </outputs> | 14 </outputs> |
15 <release seq="1"> | 15 <release seq="1"> |
16 <structures fallback_to_low_resolution="true"> | 16 <structures fallback_to_low_resolution="true"> |
17 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST | 17 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST |
18 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE | 18 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE |
19 SAME CONDITIONALS. --> | 19 SAME CONDITIONALS. --> |
20 <structure type="chrome_scaled_image" name="IDR_ACCESSED_COOKIES" file="ac cessed_cookies.png" /> | 20 <structure type="chrome_scaled_image" name="IDR_ACCESSED_COOKIES" file="ac cessed_cookies.png" /> |
21 <if expr="pp_ifdef('chromeos')"> | 21 <if expr="pp_ifdef('chromeos')"> |
22 <structure type="chrome_scaled_image" name="IDR_ACCESSIBILITY_ICON" file ="accessibility_icon.png" /> | 22 <structure type="chrome_scaled_image" name="IDR_ACCESSIBILITY_ICON" file ="accessibility_icon.png" /> |
23 </if> | 23 </if> |
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
876 <if expr="not is_macosx"> | 876 <if expr="not is_macosx"> |
877 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> | 877 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> |
878 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> | 878 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> |
879 </if> | 879 </if> |
880 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> | 880 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> |
881 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> | 881 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> |
882 </if> | 882 </if> |
883 </includes> | 883 </includes> |
884 </release> | 884 </release> |
885 </grit> | 885 </grit> |
OLD | NEW |