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

Unified Diff: storage/browser/BUILD.gn

Issue 2892953006: WIP POC blob transport over mojo
Patch Set: pass mojo blobs over ipc Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/service_worker/service_worker_type_util.cc ('k') | storage/browser/blob/blob_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/BUILD.gn
diff --git a/storage/browser/BUILD.gn b/storage/browser/BUILD.gn
index c02bbeaae82359a223ea79e117ab54c175736e1e..3d3ceb5e8ab0316105af3e4523439a23d53fc1c2 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -16,10 +16,14 @@ component("browser") {
"blob/blob_data_snapshot.h",
"blob/blob_entry.cc",
"blob/blob_entry.h",
+ "blob/blob_impl.cc",
+ "blob/blob_impl.h",
"blob/blob_memory_controller.cc",
"blob/blob_memory_controller.h",
"blob/blob_reader.cc",
"blob/blob_reader.h",
+ "blob/blob_registry_impl.cc",
+ "blob/blob_registry_impl.h",
"blob/blob_storage_context.cc",
"blob/blob_storage_context.h",
"blob/blob_storage_registry.cc",
@@ -195,12 +199,16 @@ component("browser") {
public_deps = [
"//storage/common",
+ "//third_party/WebKit/public:blob_mojo_bindings",
]
deps = [
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
+ "//mojo/common",
+ "//mojo/public/cpp/system",
"//net",
+ "//services/service_manager",
"//sql",
"//third_party/leveldatabase",
"//third_party/sqlite",
« no previous file with comments | « content/renderer/service_worker/service_worker_type_util.cc ('k') | storage/browser/blob/blob_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698