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

Side by Side Diff: ui/file_manager/file_manager_resources.grd

Issue 2494183002: Remove some global defines and build flags. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/file_manager_resources.h" type="rc_header"> 4 <output filename="grit/file_manager_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/file_manager_resources_map.cc" type="resource_file_ma p_source" /> 7 <output filename="grit/file_manager_resources_map.cc" type="resource_file_ma p_source" />
8 <output filename="grit/file_manager_resources_map.h" type="resource_map_head er" /> 8 <output filename="grit/file_manager_resources_map.h" type="resource_map_head er" />
9 <output filename="file_manager_resources.pak" type="data_package" /> 9 <output filename="file_manager_resources.pak" type="data_package" />
10 <output filename="file_manager_resources.rc" type="rc_all" /> 10 <output filename="file_manager_resources.rc" type="rc_all" />
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip t="true" flattenhtml="true" type="BINDATA" /> 179 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip t="true" flattenhtml="true" type="BINDATA" />
180 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte nhtml="true" type="BINDATA" /> 180 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte nhtml="true" type="BINDATA" />
181 <include name="IDR_GALLERY_BACKGROUND_JS" file="gallery/js/background_scri pts.js" flattenhtml="true" type="BINDATA" /> 181 <include name="IDR_GALLERY_BACKGROUND_JS" file="gallery/js/background_scri pts.js" flattenhtml="true" type="BINDATA" />
182 <include name="IDR_GALLERY_METADATA_WORKER_JS" file="gallery/js/metadata_w orker.js" flattenhtml="true" type="BINDATA" /> 182 <include name="IDR_GALLERY_METADATA_WORKER_JS" file="gallery/js/metadata_w orker.js" flattenhtml="true" type="BINDATA" />
183 183
184 <!-- Custom cursors (which grit cannot inline). --> 184 <!-- Custom cursors (which grit cannot inline). -->
185 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/ima ges/100/cursor_crop.png" type="BINDATA" /> 185 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/ima ges/100/cursor_crop.png" type="BINDATA" />
186 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/ images/200/cursor_crop.png" type="BINDATA" /> 186 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/ images/200/cursor_crop.png" type="BINDATA" />
187 187
188 <!-- Image loader extension manifest and scripts. --> 188 <!-- Image loader extension manifest and scripts. -->
189 <if expr="image_loader_extension"> 189 <if expr="chromeos">
190 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js on" type="BINDATA" /> 190 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js on" type="BINDATA" />
191 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound_scripts.js" flattenhtml="true" type="BINDATA" /> 191 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound_scripts.js" flattenhtml="true" type="BINDATA" />
192 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" /> 192 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" />
193 193
194 <!-- Internal resources. --> 194 <!-- Internal resources. -->
195 <if expr="_google_chrome"> 195 <if expr="_google_chrome">
196 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_load er/piex/piex.nmf.txt" type="BINDATA" /> 196 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_load er/piex/piex.nmf.txt" type="BINDATA" />
197 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" flattenhtml="true" file="image_loader/piex/piex.pexe.txt" type="BINDATA" /> 197 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" flattenhtml="true" file="image_loader/piex/piex.pexe.txt" type="BINDATA" />
198 </if> 198 </if>
199 </if> 199 </if>
200 </includes> 200 </includes>
201 </release> 201 </release>
202 </grit> 202 </grit>
OLDNEW
« no previous file with comments | « tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698