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

Side by Side Diff: webkit/blob/webkit_blob.gypi

Issue 14139026: New blobstoragecontext for use in the main browser process, not plugged in yet. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/blob/blob_storage_host.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'webkit_blob_sources': [ 7 'webkit_blob_sources': [
8 '../blob/blob_data.cc', 8 '../blob/blob_data.cc',
9 '../blob/blob_data.h', 9 '../blob/blob_data.h',
10 '../blob/blob_data_handle.cc',
11 '../blob/blob_data_handle.h',
10 '../blob/blob_storage_controller.cc', 12 '../blob/blob_storage_controller.cc',
11 '../blob/blob_storage_controller.h', 13 '../blob/blob_storage_controller.h',
14 '../blob/blob_storage_context.cc',
15 '../blob/blob_storage_context.h',
16 '../blob/blob_storage_host.cc',
17 '../blob/blob_storage_host.h',
12 '../blob/blob_url_request_job.cc', 18 '../blob/blob_url_request_job.cc',
13 '../blob/blob_url_request_job.h', 19 '../blob/blob_url_request_job.h',
14 '../blob/blob_url_request_job_factory.cc', 20 '../blob/blob_url_request_job_factory.cc',
15 '../blob/blob_url_request_job_factory.h', 21 '../blob/blob_url_request_job_factory.h',
16 '../blob/local_file_stream_reader.cc', 22 '../blob/local_file_stream_reader.cc',
17 '../blob/local_file_stream_reader.h', 23 '../blob/local_file_stream_reader.h',
18 '../blob/scoped_file.cc', 24 '../blob/scoped_file.cc',
19 '../blob/scoped_file.h', 25 '../blob/scoped_file.h',
20 '../blob/shareable_file_reference.cc', 26 '../blob/shareable_file_reference.cc',
21 '../blob/shareable_file_reference.h', 27 '../blob/shareable_file_reference.h',
22 '../blob/view_blob_internals_job.cc', 28 '../blob/view_blob_internals_job.cc',
23 '../blob/view_blob_internals_job.h', 29 '../blob/view_blob_internals_job.h',
24 ], 30 ],
25 }, 31 },
26 } 32 }
OLDNEW
« no previous file with comments | « webkit/blob/blob_storage_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698