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

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: last win build fix (hopefully) 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
« no previous file with comments | « 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..525eb48f7771b36e6f49cb612464a8431d6d7f7d 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -148,4 +148,17 @@
'../fileapi/media/mtp_device_map_service.h',
],
},
+ 'targets': [
+ {
+ 'target_name': 'dump_file_system',
+ 'type': 'executable',
+ 'sources': [
+ '../fileapi/dump_file_system.cc',
+ ],
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../support/webkit_support.gyp:webkit_storage',
+ ],
+ },
+ ],
}
« no previous file with comments | « webkit/fileapi/dump_file_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698