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

Side by Side Diff: storage/browser/BUILD.gn

Issue 895933007: [Storage] Blob items are now shared between blobs. Ready for disk swap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and added one more histogram Created 5 years, 10 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GYP version: storage/storage_browser.gyp:storage 5 # GYP version: storage/storage_browser.gyp:storage
6 component("browser") { 6 component("browser") {
7 output_name = "storage_browser" 7 output_name = "storage_browser"
8 sources = [ 8 sources = [
9 "storage_browser_export.h", 9 "storage_browser_export.h",
10 "blob/blob_data_builder.cc", 10 "blob/blob_data_builder.cc",
11 "blob/blob_data_builder.h", 11 "blob/blob_data_builder.h",
12 "blob/blob_data_handle.cc", 12 "blob/blob_data_handle.cc",
13 "blob/blob_data_handle.h", 13 "blob/blob_data_handle.h",
14 "blob/blob_data_item.cc", 14 "blob/blob_data_item.cc",
15 "blob/blob_data_item.h", 15 "blob/blob_data_item.h",
16 "blob/blob_data_snapshot.cc", 16 "blob/blob_data_snapshot.cc",
17 "blob/blob_data_snapshot.h", 17 "blob/blob_data_snapshot.h",
18 "blob/blob_storage_context.cc", 18 "blob/blob_storage_context.cc",
19 "blob/blob_storage_context.h", 19 "blob/blob_storage_context.h",
20 "blob/blob_url_request_job.cc", 20 "blob/blob_url_request_job.cc",
21 "blob/blob_url_request_job.h", 21 "blob/blob_url_request_job.h",
22 "blob/blob_url_request_job_factory.cc", 22 "blob/blob_url_request_job_factory.cc",
23 "blob/blob_url_request_job_factory.h", 23 "blob/blob_url_request_job_factory.h",
24 "blob/file_stream_reader.cc", 24 "blob/file_stream_reader.cc",
25 "blob/file_stream_reader.h", 25 "blob/file_stream_reader.h",
26 "blob/internal_blob_data.cc",
27 "blob/internal_blob_data.h",
26 "blob/local_file_stream_reader.cc", 28 "blob/local_file_stream_reader.cc",
27 "blob/local_file_stream_reader.h", 29 "blob/local_file_stream_reader.h",
28 "blob/scoped_file.cc", 30 "blob/scoped_file.cc",
29 "blob/scoped_file.h", 31 "blob/scoped_file.h",
32 "blob/shareable_blob_data_item.cc",
33 "blob/shareable_blob_data_item.h",
30 "blob/shareable_file_reference.cc", 34 "blob/shareable_file_reference.cc",
31 "blob/shareable_file_reference.h", 35 "blob/shareable_file_reference.h",
32 "blob/view_blob_internals_job.cc", 36 "blob/view_blob_internals_job.cc",
33 "blob/view_blob_internals_job.h", 37 "blob/view_blob_internals_job.h",
34 "database/database_quota_client.cc", 38 "database/database_quota_client.cc",
35 "database/database_quota_client.h", 39 "database/database_quota_client.h",
36 "database/database_tracker.cc", 40 "database/database_tracker.cc",
37 "database/database_tracker.h", 41 "database/database_tracker.h",
38 "database/database_util.cc", 42 "database/database_util.cc",
39 "database/database_util.h", 43 "database/database_util.h",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 sources = [ 199 sources = [
196 "fileapi/dump_file_system.cc", 200 "fileapi/dump_file_system.cc",
197 ] 201 ]
198 202
199 deps = [ 203 deps = [
200 ":browser", 204 ":browser",
201 "//base", 205 "//base",
202 "//storage/common", 206 "//storage/common",
203 ] 207 ]
204 } 208 }
OLDNEW
« no previous file with comments | « content/public/test/mock_blob_url_request_context.cc ('k') | storage/browser/blob/blob_data_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698