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

Side by Side Diff: chrome/browser/resources/component_extension_resources.grd

Issue 11028121: Convert wallpaper picker to v2 app (Closed) Base URL: http://git.chromium.org/chromium/src.git@AppsV2
Patch Set: Write async loop to make it more readable Created 8 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/component_extension_resources.h" type="rc_header"> 6 <output filename="grit/component_extension_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> 9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" />
10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> 10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" />
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="file_mana ger/images/gallery/cursor_crop.png" type="BINDATA" /> 91 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="file_mana ger/images/gallery/cursor_crop.png" type="BINDATA" />
92 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_LEFTRIGHT" file="file _manager/images/gallery/cursor_leftright.png" type="BINDATA" /> 92 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_LEFTRIGHT" file="file _manager/images/gallery/cursor_leftright.png" type="BINDATA" />
93 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_MOVE" file="file_mana ger/images/gallery/cursor_move.png" type="BINDATA" /> 93 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_MOVE" file="file_mana ger/images/gallery/cursor_move.png" type="BINDATA" />
94 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_NWSE" file="file_mana ger/images/gallery/cursor_nwse.png" type="BINDATA" /> 94 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_NWSE" file="file_mana ger/images/gallery/cursor_nwse.png" type="BINDATA" />
95 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_SWNE" file="file_mana ger/images/gallery/cursor_swne.png" type="BINDATA" /> 95 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_SWNE" file="file_mana ger/images/gallery/cursor_swne.png" type="BINDATA" />
96 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" /> 96 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" />
97 97
98 </if> 98 </if>
99 <if expr="pp_ifdef('chromeos')"> 99 <if expr="pp_ifdef('chromeos')">
100 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 100 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
101 <include name="IDR_WALLPAPER_MANAGER_EVENT_JS" file="chromeos/wallpaper_ manager/js/event_page.js" flattenhtml="true" type="BINDATA" />
101 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" /> 102 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" />
102 </if> 103 </if>
103 <include name="IDR_SCRIPT_BUBBLE_POPUP_HTML" file="script_bubble/popup.htm l" flattenhtml="false" type="BINDATA" /> 104 <include name="IDR_SCRIPT_BUBBLE_POPUP_HTML" file="script_bubble/popup.htm l" flattenhtml="false" type="BINDATA" />
104 <include name="IDR_SCRIPT_BUBBLE_POPUP_JS" file="script_bubble/popup.js" f lattenhtml="false" type="BINDATA" /> 105 <include name="IDR_SCRIPT_BUBBLE_POPUP_JS" file="script_bubble/popup.js" f lattenhtml="false" type="BINDATA" />
105 <include name="IDR_SCRIPT_BUBBLE_POPUP_ICON" file="script_bubble/16.png" f lattenhtml="false" type="BINDATA" /> 106 <include name="IDR_SCRIPT_BUBBLE_POPUP_ICON" file="script_bubble/16.png" f lattenhtml="false" type="BINDATA" />
106 <if expr="is_win"> 107 <if expr="is_win">
107 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> 108 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
108 </if> 109 </if>
109 </includes> 110 </includes>
110 </release> 111 </release>
111 </grit> 112 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698