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

Unified Diff: ui/file_manager/file_manager_resources.grd

Issue 2808993003: Build ZIP archiver in ui/file_manager. (Closed)
Patch Set: Build ZIP archiver. Created 3 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager_resources.grd
diff --git a/ui/file_manager/file_manager_resources.grd b/ui/file_manager/file_manager_resources.grd
index 4155d5ee7ca2f5f2e1165ec88c9e00d3c893f1e7..9cf4e388fa265f8dba19632d81d7659c2e6a67b2 100644
--- a/ui/file_manager/file_manager_resources.grd
+++ b/ui/file_manager/file_manager_resources.grd
@@ -181,6 +181,34 @@
<include name="IDR_GALLERY_BACKGROUND_JS" file="gallery/js/background_scripts.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_GALLERY_METADATA_WORKER_JS" file="gallery/js/metadata_worker.js" flattenhtml="true" type="BINDATA" />
+ <!-- Zip Archiver. -->
+ <include name="IDR_ZIP_ARCHIVER_MANIFEST" file="zip_archiver/manifest.json" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_COMPRESSOR_HTML" file="zip_archiver/html/compressor.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_PASSPHRASE_DIALOG_HTML" file="zip_archiver/html/passphrase-dialog.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_PASSPHRASE_HTML" file="zip_archiver/html/passphrase.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_POLYMER_HTML" flattenhtml="true" file="zip_archiver/third-party/polymer.html" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_APP_JS" file="zip_archiver/js/app.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_BACKGROUND_JS" file="zip_archiver/js/background.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_BUILD_CONFIG_JS" file="zip_archiver/js/build-config.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_COMPRESSOR_FOREGROUND_JS" file="zip_archiver/js/compressor-foreground.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_COMPRESSOR_JS" file="zip_archiver/js/compressor.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_DECOMPRESSOR_JS" file="zip_archiver/js/decompressor.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_PASSPHRASE_DIALOG_JS" file="zip_archiver/js/passphrase-dialog.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_PASSPHRASE_MANAGER_JS" file="zip_archiver/js/passphrase-manager.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_REQUEST_JS" file="zip_archiver/js/request.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_TYPES_JS" file="zip_archiver/js/types.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_UNPACKER_JS" file="zip_archiver/js/unpacker.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_VOLUME_JS" file="zip_archiver/js/volume.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_PASSPHRASE_CSS" file="zip_archiver/css/passphrase.css" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_PASSPHRASE_DIALOG_CSS" file="zip_archiver/css/passphrase-dialog.css" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_ICON_16" file="zip_archiver/icons/icon16.png" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_ICON_32" file="zip_archiver/icons/icon32.png" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_ICON_64" file="zip_archiver/icons/icon64.png" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_ICON_96" file="zip_archiver/icons/icon96.png" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_ICON_128" file="zip_archiver/icons/icon128.png" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_MODULE_NMF" file="zip_archiver/module.nmf.txt" type="BINDATA" />
+ <include name="IDR_ZIP_ARCHIVER_PEXE" file="${zip_archiver_pexe}" use_base_dir="false" type="BINDATA" />
+
<!-- Custom cursors (which grit cannot inline). -->
<include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/images/100/cursor_crop.png" type="BINDATA" />
<include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/images/200/cursor_crop.png" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698