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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 14294005: Add a tool to dump HTML5 filesystem from CUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« webkit/fileapi/dump_file_system.cc ('K') | « webkit/fileapi/dump_file_system.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/webkit_fileapi.gypi
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index cbcffaf1be5e7fce9b53d54d40076a357c6972c8..5bde4e565e122756b0b1657ab4942512e038b72c 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -148,4 +148,16 @@
'../fileapi/media/mtp_device_map_service.h',
],
},
+ 'targets': [
+ {
+ 'target_name': 'dump_file_system',
+ 'type': 'executable',
+ 'sources': [
+ 'dump_file_system.cc',
+ ],
+ 'dependencies': [
+ '../../content/content.gyp:content_common',
+ ],
+ },
+ ],
}
« webkit/fileapi/dump_file_system.cc ('K') | « webkit/fileapi/dump_file_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698