summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authoralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-06 16:26:25 +0000
committeralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-06 16:26:25 +0000
commitab099e22eb4f387d96619223cdf2947bc73e59a4 (patch)
treeda6dfee2f2921262f967d001c73ad4d7a11b78ad /content/content_browser.gypi
parentb716a69a2120d0e765f638386b7dde0ea3fb0e76 (diff)
downloadchromium_src-ab099e22eb4f387d96619223cdf2947bc73e59a4.zip
chromium_src-ab099e22eb4f387d96619223cdf2947bc73e59a4.tar.gz
chromium_src-ab099e22eb4f387d96619223cdf2947bc73e59a4.tar.bz2
Implement download link in chrome://indexeddb-internals/
This closes all IDB connections for the given origin, zips up the files and "downloads" them by initiating the download manager. This must bounce events through a number of threads to manage temporary files, callbacks into JavaScript, etc. BUG=174188 TBR=jsbell@chromium.org Review URL: https://codereview.chromium.org/13949013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198469 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b00f0e8..8fcfbc3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -12,6 +12,7 @@
'../skia/skia.gyp:skia',
'../sql/sql.gyp:sql',
'../third_party/re2/re2.gyp:re2',
+ '../third_party/zlib/zlib.gyp:zip',
'../third_party/zlib/zlib.gyp:zlib',
'../ui/snapshot/snapshot.gyp:snapshot',
'../ui/ui.gyp:ui',