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

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

Issue 1376123002: Revert of [Blob] BlobReader class & tests, and removal of all redundant reading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « net/net.gypi ('k') | storage/browser/blob/blob_data_handle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "blob/blob_data_builder.cc", 9 "blob/blob_data_builder.cc",
10 "blob/blob_data_builder.h", 10 "blob/blob_data_builder.h",
11 "blob/blob_data_handle.cc", 11 "blob/blob_data_handle.cc",
12 "blob/blob_data_handle.h", 12 "blob/blob_data_handle.h",
13 "blob/blob_data_item.cc", 13 "blob/blob_data_item.cc",
14 "blob/blob_data_item.h", 14 "blob/blob_data_item.h",
15 "blob/blob_data_snapshot.cc", 15 "blob/blob_data_snapshot.cc",
16 "blob/blob_data_snapshot.h", 16 "blob/blob_data_snapshot.h",
17 "blob/blob_reader.cc",
18 "blob/blob_reader.h",
19 "blob/blob_storage_context.cc", 17 "blob/blob_storage_context.cc",
20 "blob/blob_storage_context.h", 18 "blob/blob_storage_context.h",
21 "blob/blob_url_request_job.cc", 19 "blob/blob_url_request_job.cc",
22 "blob/blob_url_request_job.h", 20 "blob/blob_url_request_job.h",
23 "blob/blob_url_request_job_factory.cc", 21 "blob/blob_url_request_job_factory.cc",
24 "blob/blob_url_request_job_factory.h", 22 "blob/blob_url_request_job_factory.h",
25 "blob/internal_blob_data.cc", 23 "blob/internal_blob_data.cc",
26 "blob/internal_blob_data.h", 24 "blob/internal_blob_data.h",
27 "blob/scoped_file.cc", 25 "blob/scoped_file.cc",
28 "blob/scoped_file.h", 26 "blob/scoped_file.h",
29 "blob/shareable_blob_data_item.cc", 27 "blob/shareable_blob_data_item.cc",
30 "blob/shareable_blob_data_item.h", 28 "blob/shareable_blob_data_item.h",
31 "blob/shareable_file_reference.cc", 29 "blob/shareable_file_reference.cc",
32 "blob/shareable_file_reference.h", 30 "blob/shareable_file_reference.h",
33 "blob/upload_blob_element_reader.cc",
34 "blob/upload_blob_element_reader.h",
35 "blob/view_blob_internals_job.cc", 31 "blob/view_blob_internals_job.cc",
36 "blob/view_blob_internals_job.h", 32 "blob/view_blob_internals_job.h",
37 "database/database_quota_client.cc", 33 "database/database_quota_client.cc",
38 "database/database_quota_client.h", 34 "database/database_quota_client.h",
39 "database/database_tracker.cc", 35 "database/database_tracker.cc",
40 "database/database_tracker.h", 36 "database/database_tracker.h",
41 "database/database_util.cc", 37 "database/database_util.cc",
42 "database/database_util.h", 38 "database/database_util.h",
43 "database/databases_table.cc", 39 "database/databases_table.cc",
44 "database/databases_table.h", 40 "database/databases_table.h",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "fileapi/dump_file_system.cc", 203 "fileapi/dump_file_system.cc",
208 ] 204 ]
209 205
210 deps = [ 206 deps = [
211 ":browser", 207 ":browser",
212 "//base", 208 "//base",
213 "//build/config/sanitizers:deps", 209 "//build/config/sanitizers:deps",
214 "//storage/common", 210 "//storage/common",
215 ] 211 ]
216 } 212 }
OLDNEW
« no previous file with comments | « net/net.gypi ('k') | storage/browser/blob/blob_data_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698