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

Unified Diff: content/content_browser.gypi

Issue 1751603002: [Downloads] Rework how hashes are calculated for download files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to appease MSVC Created 4 years, 9 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 4ad86b2877257f6a357c3cdfbddc65120bda5d61..a8381fa6053cb5bc38c50e5154b7a6411cbc3aac 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -164,7 +164,6 @@
'public/browser/devtools_manager_delegate.h',
'public/browser/dom_storage_context.h',
'public/browser/download_danger_type.h',
- 'public/browser/download_destination_observer.h',
'public/browser/download_interrupt_reason_values.h',
'public/browser/download_interrupt_reasons.h',
'public/browser/download_item.h',
@@ -660,6 +659,7 @@
'browser/download/base_file_win.cc',
'browser/download/download_create_info.cc',
'browser/download/download_create_info.h',
+ 'browser/download/download_destination_observer.h',
'browser/download/download_file.h',
'browser/download/download_file_factory.cc',
'browser/download/download_file_factory.h',

Powered by Google App Engine
This is Rietveld 408576698