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

Unified Diff: webkit/blob/webkit_blob.gypi

Issue 14261015: Add ScopedFile class which supports scope-out deletion and/or callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « webkit/blob/shareable_file_reference.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/webkit_blob.gypi
diff --git a/webkit/blob/webkit_blob.gypi b/webkit/blob/webkit_blob.gypi
index e15e4b09e2a37606355d057817f66ee7da3af764..afb45d7c31fc2912f5f5b1cd2909da540a7e2234 100644
--- a/webkit/blob/webkit_blob.gypi
+++ b/webkit/blob/webkit_blob.gypi
@@ -15,6 +15,8 @@
'../blob/blob_url_request_job_factory.h',
'../blob/local_file_stream_reader.cc',
'../blob/local_file_stream_reader.h',
+ '../blob/scoped_file.cc',
+ '../blob/scoped_file.h',
'../blob/shareable_file_reference.cc',
'../blob/shareable_file_reference.h',
'../blob/view_blob_internals_job.cc',
« no previous file with comments | « webkit/blob/shareable_file_reference.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698